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