Home
last modified time | relevance | path

Searched refs:timerDisable (Results 1 – 5 of 5) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio_spi.c228 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()
Dfsl_flexio_uart.c154 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_UART_Init()
198 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_UART_Init()
Dfsl_flexio_i2c_master.c407 timerConfig.timerDisable = kFLEXIO_TimerDisableOnTimerCompare; in FLEXIO_I2C_MasterInit()
436 timerConfig.timerDisable = kFLEXIO_TimerDisableOnPreTimerDisable; in FLEXIO_I2C_MasterInit()
Dfsl_flexio.c175 … FLEXIO_TIMCFG_TIMRST(timerConfig->timerReset) | FLEXIO_TIMCFG_TIMDIS(timerConfig->timerDisable) | in FLEXIO_SetTimerConfig()
Dfsl_flexio.h249 …flexio_timer_disable_condition_t timerDisable; /*!< Configures the condition that causes the Time… member