Searched refs:tmrType (Results 1 – 1 of 1) sorted by relevance
101 volatile uint8_t tmrType; /*!< Timer mode*/ member235 return timer->tmrType & (uint8_t)kTimerModeMask_c; in TimerGetTimerType()246 timer->tmrType &= (~(uint8_t)kTimerModeMask_c); in TimerSetTimerType()247 timer->tmrType |= timerType; in TimerSetTimerType()