Searched refs:timerDisable (Results 1 – 5 of 5) sorted by relevance
228 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_SPI_MasterInit()254 timerConfig.timerDisable = kFLEXIO_TimerDisableOnPreTimerDisable; in FLEXIO_SPI_MasterInit()379 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_SPI_SlaveInit()384 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTriggerFallingEdge; in FLEXIO_SPI_SlaveInit()
154 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_UART_Init()198 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_UART_Init()
407 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_I2C_MasterInit()436 timerConfig.timerDisable = kFLEXIO_TimerDisableOnPreTimerDisable; in FLEXIO_I2C_MasterInit()
175 … FLEXIO_TIMCFG_TIMRST(timerConfig->timerReset) | FLEXIO_TIMCFG_TIMDIS(timerConfig->timerDisable) | in FLEXIO_SetTimerConfig()
249 …flexio_timer_disable_condition_t timerDisable; /*!< Configures the condition that causes the Time… member