Home
last modified time | relevance | path

Searched defs:timerHandle (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c209 static uint8_t TimerGetTimerStatus(timer_handle_t timerHandle) in TimerGetTimerStatus()
220 static void TimerSetTimerStatus(timer_handle_t timerHandle, uint8_t status) in TimerSetTimerStatus()
232 static uint8_t TimerGetTimerType(timer_handle_t timerHandle) in TimerGetTimerType()
243 static void TimerSetTimerType(timer_handle_t timerHandle, uint8_t timerType) in TimerSetTimerType()
255 static void TimerMarkTimerFree(timer_handle_t timerHandle) in TimerMarkTimerFree()
519 static timer_status_t TimerStop(timer_handle_t timerHandle) in TimerStop()
552 TIMER_MANAGER_STATIC void TimerEnable(timer_handle_t timerHandle) in TimerEnable()
697 void TM_EnterTickless(timer_handle_t timerHandle, uint64_t timerTimeout) in TM_EnterTickless()
738 void TM_ExitTickless(timer_handle_t timerHandle) in TM_ExitTickless()
776 timer_status_t TM_Open(timer_handle_t timerHandle) in TM_Open()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dosa_zephyr.c35 osa_status_t OSA_TimerCreate(osa_timer_handle_t timerHandle, in OSA_TimerCreate()
73 osa_status_t OSA_TimerActivate(osa_timer_handle_t timerHandle) in OSA_TimerActivate()
93 osa_status_t OSA_TimerChange(osa_timer_handle_t timerHandle, osa_timer_tick ntime, osa_timer_tick b… in OSA_TimerChange()
107 bool OSA_TimerIsRunning(osa_timer_handle_t timerHandle) in OSA_TimerIsRunning()
120 void *OSA_TimerGetContext(osa_timer_handle_t timerHandle) in OSA_TimerGetContext()
129 osa_status_t OSA_TimerReset(osa_timer_handle_t timerHandle) in OSA_TimerReset()
136 osa_status_t OSA_TimerDeactivate(osa_timer_handle_t timerHandle) in OSA_TimerDeactivate()
149 osa_status_t OSA_TimerDestroy(osa_timer_handle_t timerHandle) in OSA_TimerDestroy()