Searched refs:timerEnable (Results 1 – 5 of 5) sorted by relevance
229 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerHigh; in FLEXIO_SPI_MasterInit()255 timerConfig.timerEnable = kFLEXIO_TimerEnableOnPrevTimerEnable; in FLEXIO_SPI_MasterInit()373 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerRisingEdge; in FLEXIO_SPI_SlaveInit()
155 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerHigh; in FLEXIO_UART_Init()199 timerConfig.timerEnable = kFLEXIO_TimerEnableOnPinRisingEdge; in FLEXIO_UART_Init()
408 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerHigh; in FLEXIO_I2C_MasterInit()437 timerConfig.timerEnable = kFLEXIO_TimerEnableOnPrevTimerEnable; in FLEXIO_I2C_MasterInit()
176 … FLEXIO_TIMCFG_TIMENA(timerConfig->timerEnable) | FLEXIO_TIMCFG_TSTOP(timerConfig->timerStop) | in FLEXIO_SetTimerConfig()
251 …flexio_timer_enable_condition_t timerEnable; /*!< Configures the condition that causes the Time… member