Searched refs:timerDisable (Results 1 – 7 of 7) sorted by relevance
176 timerConfig.timerDisable = kFLEXIO_TimerDisableNever; in FLEXIO_I2S_Init()193 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_I2S_Init()213 timerConfig.timerDisable = kFLEXIO_TimerDisableNever; in FLEXIO_I2S_Init()230 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompareTriggerLow; in FLEXIO_I2S_Init()
309 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_SPI_MasterInit()335 timerConfig.timerDisable = kFLEXIO_TimerDisableOnPreTimerDisable; in FLEXIO_SPI_MasterInit()516 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_SPI_SlaveInit()521 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTriggerFallingEdge; in FLEXIO_SPI_SlaveInit()
687 timerConfig.timerDisable = kFLEXIO_TimerDisableOnPreTimerDisable; in FLEXIO_I2C_MasterInit()712 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_I2C_MasterInit()731 timerConfig.timerDisable = kFLEXIO_TimerDisableOnPreTimerDisable; in FLEXIO_I2C_MasterInit()
125 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTriggerFallingEdge; in FLEXIO_CAMERA_Init()
183 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_UART_Init()241 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_UART_Init()
319 … FLEXIO_TIMCFG_TIMRST(timerConfig->timerReset) | FLEXIO_TIMCFG_TIMDIS(timerConfig->timerDisable) | in FLEXIO_SetTimerConfig()
270 …flexio_timer_disable_condition_t timerDisable; /*!< Configures the condition that causes the Time… member