Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c237 handle->timerStart = NULL; in PM_CreateHandle()
363 if ((s_pmHandle->timerStart != NULL) && (duration != 0UL)) in PM_EnterLowPower()
365 … s_pmHandle->timerStart(duration - (s_pmHandle->deviceOption->states[stateIndex].exitLatency)); in PM_EnterLowPower()
419 pm_low_power_timer_start_func_t timerStart, in PM_RegisterTimerController() argument
431 handle->timerStart = timerStart; in PM_RegisterTimerController()
Dfsl_pm_core.h308 …pm_low_power_timer_start_func_t timerStart; /*!< If RTOS supports tickless, start low power timer … member
395 pm_low_power_timer_start_func_t timerStart,
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s.c178 timerConfig.timerStart = kFLEXIO_TimerStartBitDisabled; in FLEXIO_I2S_Init()
195 timerConfig.timerStart = kFLEXIO_TimerStartBitDisabled; in FLEXIO_I2S_Init()
215 timerConfig.timerStart = kFLEXIO_TimerStartBitEnabled; in FLEXIO_I2S_Init()
232 timerConfig.timerStart = kFLEXIO_TimerStartBitDisabled; in FLEXIO_I2S_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.c312 timerConfig.timerStart = kFLEXIO_TimerStartBitEnabled; in FLEXIO_SPI_MasterInit()
338 timerConfig.timerStart = kFLEXIO_TimerStartBitDisabled; in FLEXIO_SPI_MasterInit()
517 timerConfig.timerStart = kFLEXIO_TimerStartBitDisabled; in FLEXIO_SPI_SlaveInit()
522 timerConfig.timerStart = kFLEXIO_TimerStartBitEnabled; in FLEXIO_SPI_SlaveInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c690 timerConfig.timerStart = kFLEXIO_TimerStartBitDisabled; in FLEXIO_I2C_MasterInit()
715 timerConfig.timerStart = kFLEXIO_TimerStartBitDisabled; in FLEXIO_I2C_MasterInit()
734 timerConfig.timerStart = kFLEXIO_TimerStartBitEnabled; in FLEXIO_I2C_MasterInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.c186 timerConfig.timerStart = kFLEXIO_TimerStartBitEnabled; in FLEXIO_UART_Init()
244 timerConfig.timerStart = kFLEXIO_TimerStartBitEnabled; in FLEXIO_UART_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera.c128 timerConfig.timerStart = kFLEXIO_TimerStartBitDisabled; in FLEXIO_CAMERA_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.c321 FLEXIO_TIMCFG_TSTART(timerConfig->timerStart); in FLEXIO_SetTimerConfig()
Dfsl_flexio.h275 flexio_timer_start_bit_condition_t timerStart; /*!< Timer STRAT Bit generation. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md283 …merController (pm_handle_t * handle, pm_low_power_timer_start_func_t timerStart, pm_low_power_ti…
289 timerStart : Low power timer start function, this parameter can be NULL, and it means low power tim…