Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c238 handle->timerStop = NULL; in PM_CreateHandle()
374 if (s_pmHandle->timerStop != NULL) in PM_EnterLowPower()
376 s_pmHandle->timerStop(); in PM_EnterLowPower()
420 pm_low_power_timer_stop_func_t timerStop, in PM_RegisterTimerController() argument
432 handle->timerStop = timerStop; in PM_RegisterTimerController()
Dfsl_pm_core.h310 …pm_low_power_timer_stop_func_t timerStop; /*!< If RTOS supports tickless, stop low power timer aft… member
396 pm_low_power_timer_stop_func_t timerStop,
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s.c179 timerConfig.timerStop = kFLEXIO_TimerStopBitDisabled; in FLEXIO_I2S_Init()
196 timerConfig.timerStop = kFLEXIO_TimerStopBitDisabled; in FLEXIO_I2S_Init()
216 timerConfig.timerStop = kFLEXIO_TimerStopBitDisabled; in FLEXIO_I2S_Init()
233 timerConfig.timerStop = kFLEXIO_TimerStopBitDisabled; in FLEXIO_I2S_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c689 timerConfig.timerStop = kFLEXIO_TimerStopBitDisabled; in FLEXIO_I2C_MasterInit()
714 timerConfig.timerStop = kFLEXIO_TimerStopBitDisabled; in FLEXIO_I2C_MasterInit()
733 timerConfig.timerStop = kFLEXIO_TimerStopBitEnableOnTimerCompare; in FLEXIO_I2C_MasterInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.c311 timerConfig.timerStop = kFLEXIO_TimerStopBitEnableOnTimerDisable; in FLEXIO_SPI_MasterInit()
337 timerConfig.timerStop = kFLEXIO_TimerStopBitDisabled; in FLEXIO_SPI_MasterInit()
513 timerConfig.timerStop = kFLEXIO_TimerStopBitDisabled; in FLEXIO_SPI_SlaveInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.c185 timerConfig.timerStop = kFLEXIO_TimerStopBitEnableOnTimerDisable; in FLEXIO_UART_Init()
243 timerConfig.timerStop = kFLEXIO_TimerStopBitEnableOnTimerDisable; in FLEXIO_UART_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera.c127 timerConfig.timerStop = kFLEXIO_TimerStopBitDisabled; in FLEXIO_CAMERA_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.c320 … FLEXIO_TIMCFG_TIMENA(timerConfig->timerEnable) | FLEXIO_TIMCFG_TSTOP(timerConfig->timerStop) | in FLEXIO_SetTimerConfig()
Dfsl_flexio.h274 flexio_timer_stop_bit_condition_t timerStop; /*!< Timer STOP Bit generation. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md283 …w_power_timer_start_func_t timerStart, pm_low_power_timer_stop_func_t timerStop, pm_low_power_ti…
290 timerStop : Low power timer stop function, this parameter can also be set as NULL.