Searched refs:timerStop (Results 1 – 10 of 10) sorted by relevance
238 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() argument432 handle->timerStop = timerStop; in PM_RegisterTimerController()
310 …pm_low_power_timer_stop_func_t timerStop; /*!< If RTOS supports tickless, stop low power timer aft… member396 pm_low_power_timer_stop_func_t timerStop,
179 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()
689 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()
311 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()
185 timerConfig.timerStop = kFLEXIO_TimerStopBitEnableOnTimerDisable; in FLEXIO_UART_Init()243 timerConfig.timerStop = kFLEXIO_TimerStopBitEnableOnTimerDisable; in FLEXIO_UART_Init()
127 timerConfig.timerStop = kFLEXIO_TimerStopBitDisabled; in FLEXIO_CAMERA_Init()
320 … FLEXIO_TIMCFG_TIMENA(timerConfig->timerEnable) | FLEXIO_TIMCFG_TSTOP(timerConfig->timerStop) | in FLEXIO_SetTimerConfig()
274 flexio_timer_stop_bit_condition_t timerStop; /*!< Timer STOP Bit generation. */ member
283 …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.