avr: add Utils_WaitFor100MicroSecs
This commit is contained in:
@@ -36,3 +36,21 @@ Utils_WaitFor50MicroSecs:
|
|||||||
ret
|
ret
|
||||||
; @end
|
; @end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
; ---------------------------------------------------------------------------
|
||||||
|
; @routine Utils_WaitFor100MicroSecs @global
|
||||||
|
;
|
||||||
|
; wait for about 100 microsecs.
|
||||||
|
;
|
||||||
|
; @clobbers r22
|
||||||
|
|
||||||
|
Utils_WaitFor100MicroSecs:
|
||||||
|
rcall Utils_WaitFor50MicroSecs
|
||||||
|
rcall Utils_WaitFor50MicroSecs
|
||||||
|
ret
|
||||||
|
; @end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user