Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/button/
Dfsl_component_button.c306 timer_status_t timerStatus;
307 timerStatus = TM_Open((timer_handle_t)s_buttonList.timerHandle);
308 assert(kStatus_TimerSuccess == timerStatus);
310timerStatus = TM_InstallCallback(s_buttonList.timerHandle, BUTTON_TimerEvent, &s_buttonList);
311 assert(kStatus_TimerSuccess == timerStatus);
313 (void)timerStatus;
332 timer_status_t timerStatus;
333 timerStatus = TM_Close((timer_handle_t)s_buttonList.timerHandle);
334 assert(kStatus_TimerSuccess == timerStatus);
335 (void)timerStatus;
/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_usart.c844 timer_status_t timerStatus; in HAL_UartDMAInit() local
845 timerStatus = TM_Open((timer_handle_t)s_dmaHandleList.timerManagerHandle); in HAL_UartDMAInit()
846 assert(kStatus_TimerSuccess == timerStatus); in HAL_UartDMAInit()
848 timerStatus = in HAL_UartDMAInit()
850 assert(kStatus_TimerSuccess == timerStatus); in HAL_UartDMAInit()
854 (void)timerStatus; in HAL_UartDMAInit()
Dfsl_adapter_lpuart.c2164 timer_status_t timerStatus; in HAL_UartDMAInit() local
2165 timerStatus = TM_Open((timer_handle_t)s_dmaHandleList.timerManagerHandle); in HAL_UartDMAInit()
2166 assert(kStatus_TimerSuccess == timerStatus); in HAL_UartDMAInit()
2168timerStatus = TM_InstallCallback((timer_handle_t)s_dmaHandleList.timerManagerHandle, TimeoutTimer_… in HAL_UartDMAInit()
2170 assert(kStatus_TimerSuccess == timerStatus); in HAL_UartDMAInit()
2174 (void)timerStatus; in HAL_UartDMAInit()