Home
last modified time | relevance | path

Searched refs:TIMER_REF_VALID (Results 1 – 1 of 1) sorted by relevance

/bsp/efm32/Libraries/emlib/src/
A Dem_timer.c62 #define TIMER_REF_VALID(ref) ((ref) == TIMER0) macro
64 #define TIMER_REF_VALID(ref) (((ref) == TIMER0) || ((ref) == TIMER1)) macro
66 #define TIMER_REF_VALID(ref) (((ref) == TIMER0) || \ macro
70 #define TIMER_REF_VALID(ref) (((ref) == TIMER0) || \ macro
100 EFM_ASSERT(TIMER_REF_VALID(timer)); in TIMER_Enable()
132 EFM_ASSERT(TIMER_REF_VALID(timer)); in TIMER_Init()
189 EFM_ASSERT(TIMER_REF_VALID(timer)); in TIMER_InitCC()
225 EFM_ASSERT(TIMER_REF_VALID(timer)); in TIMER_Lock()
246 EFM_ASSERT(TIMER_REF_VALID(timer)); in TIMER_Reset()
292 EFM_ASSERT(TIMER_REF_VALID(timer)); in TIMER_Unlock()

Completed in 5 milliseconds