Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.h128 } timer_status_t; typedef
137 } timer_status_t; typedef
225 timer_status_t TM_Init(timer_config_t *timerConfig);
282 timer_status_t TM_Open(timer_handle_t timerHandle);
292 timer_status_t TM_Close(timer_handle_t timerHandle);
306 timer_status_t TM_InstallCallback(timer_handle_t timerHandle, timer_callback_t callback, void *call…
331 timer_status_t TM_Start(timer_handle_t timerHandle, uint8_t timerType, uint32_t timerTimeout);
341 timer_status_t TM_Stop(timer_handle_t timerHandle);
Dfsl_component_timer_manager.c162 static timer_status_t TimerStop(timer_handle_t timerHandle);
519 static timer_status_t TimerStop(timer_handle_t timerHandle) in TimerStop()
521 timer_status_t status = kStatus_TimerInvalidId; in TimerStop()
581 timer_status_t TM_Init(timer_config_t *timerConfig) in TM_Init()
776 timer_status_t TM_Open(timer_handle_t timerHandle) in TM_Open()
819 timer_status_t TM_Close(timer_handle_t timerHandle) in TM_Close()
821 timer_status_t status; in TM_Close()
903 timer_status_t TM_InstallCallback(timer_handle_t timerHandle, timer_callback_t callback, void *call… in TM_InstallCallback()
924 timer_status_t TM_Start(timer_handle_t timerHandle, uint8_t timerType, uint32_t timerTimeout) in TM_Start()
926 timer_status_t status; in TM_Start()
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rt1060/
Dfwk_platform.c27 timer_status_t PLATFORM_InitTimerManager(void) in PLATFORM_InitTimerManager()
31 timer_status_t status; in PLATFORM_InitTimerManager()
Dfwk_platform.h59 timer_status_t PLATFORM_InitTimerManager(void);
/hal_nxp-latest/mcux/mcux-sdk/components/button/
Dfsl_component_button.c306 timer_status_t timerStatus;
332 timer_status_t timerStatus;
/hal_nxp-latest/mcux/mcux-sdk/components/led/
Dfsl_component_led.c373 timer_status_t tmState; in LED_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_usart.c844 timer_status_t timerStatus; in HAL_UartDMAInit()
Dfsl_adapter_lpuart.c2164 timer_status_t timerStatus; in HAL_UartDMAInit()