Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.h331 timer_status_t TM_Start(timer_handle_t timerHandle, uint8_t timerType, uint32_t timerTimeout);
Dfsl_component_timer_manager.c924 timer_status_t TM_Start(timer_handle_t timerHandle, uint8_t timerType, uint32_t timerTimeout) in TM_Start() function
/hal_nxp-latest/mcux/mcux-sdk/components/button/
Dfsl_component_button.c153 … (void)TM_Start(s_buttonList.timerHandle, (uint8_t)kTimerModeIntervalTimer, BUTTON_TIMER_INTERVAL); in BUTTON_Event()
/hal_nxp-latest/mcux/mcux-sdk/components/led/
Dfsl_component_led.c380 … tmState = TM_Start(s_ledList.timerHandle, (uint8_t)kTimerModeIntervalTimer, LED_TIMER_INTERVAL); in LED_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_usart.c852 …(void)TM_Start((timer_handle_t)s_dmaHandleList.timerManagerHandle, (uint8_t)kTimerModeIntervalTime… in HAL_UartDMAInit()
Dfsl_adapter_lpuart.c2172 …(void)TM_Start((timer_handle_t)s_dmaHandleList.timerManagerHandle, (uint8_t)kTimerModeIntervalTime… in HAL_UartDMAInit()