Searched refs:TM_Start (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/ |
| D | fsl_component_timer_manager.h | 331 timer_status_t TM_Start(timer_handle_t timerHandle, uint8_t timerType, uint32_t timerTimeout);
|
| D | fsl_component_timer_manager.c | 924 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/ |
| D | fsl_component_button.c | 153 … (void)TM_Start(s_buttonList.timerHandle, (uint8_t)kTimerModeIntervalTimer, BUTTON_TIMER_INTERVAL); in BUTTON_Event()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/led/ |
| D | fsl_component_led.c | 380 … tmState = TM_Start(s_ledList.timerHandle, (uint8_t)kTimerModeIntervalTimer, LED_TIMER_INTERVAL); in LED_Init()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/uart/ |
| D | fsl_adapter_usart.c | 852 …(void)TM_Start((timer_handle_t)s_dmaHandleList.timerManagerHandle, (uint8_t)kTimerModeIntervalTime… in HAL_UartDMAInit()
|
| D | fsl_adapter_lpuart.c | 2172 …(void)TM_Start((timer_handle_t)s_dmaHandleList.timerManagerHandle, (uint8_t)kTimerModeIntervalTime… in HAL_UartDMAInit()
|