Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/led/
Dfsl_component_led.c378 timer_status_t tmState; in LED_Init() local
379 tmState = TM_Open((timer_handle_t)s_ledList.timerHandle); in LED_Init()
380 assert(kStatus_TimerSuccess == tmState); in LED_Init()
382 tmState = TM_InstallCallback(s_ledList.timerHandle, LED_TimerEvent, &s_ledList); in LED_Init()
383 assert(kStatus_TimerSuccess == tmState); in LED_Init()
385tmState = TM_Start(s_ledList.timerHandle, (uint8_t)kTimerModeIntervalTimer, LED_TIMER_INTERVAL); in LED_Init()
386 assert(kStatus_TimerSuccess == tmState); in LED_Init()
387 (void)tmState; in LED_Init()