Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c101 volatile uint8_t tmrType; /*!< Timer mode*/ member
235 return timer->tmrType & (uint8_t)kTimerModeMask_c; in TimerGetTimerType()
246 timer->tmrType &= (~(uint8_t)kTimerModeMask_c); in TimerSetTimerType()
247 timer->tmrType |= timerType; in TimerSetTimerType()