BEEP-8 SDK
1.0.0
Loading...
Searching...
No Matches
include
b8
tmr.h
Go to the documentation of this file.
1
32
#pragma once
33
34
#ifdef __cplusplus
35
extern
"C"
{
36
#endif
37
49
extern
int
b8TmrSetup
(u32 tmr_ch, u32 cycval);
50
60
extern
int
b8TmrWait
(u32 tmr_ch);
61
62
#ifdef __cplusplus
63
}
64
#endif
b8TmrWait
int b8TmrWait(u32 tmr_ch)
Wait for a timer interrupt.
Definition
tmr.c:20
b8TmrSetup
int b8TmrSetup(u32 tmr_ch, u32 cycval)
Set up a timer with a specified cycle value.
Definition
tmr.c:4
Generated by
1.12.0