Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio_spi.c229 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()
Dfsl_flexio_uart.c155 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerHigh; in FLEXIO_UART_Init()
199 timerConfig.timerEnable = kFLEXIO_TimerEnableOnPinRisingEdge; in FLEXIO_UART_Init()
Dfsl_flexio_i2c_master.c408 timerConfig.timerEnable = kFLEXIO_TimerEnableOnTriggerHigh; in FLEXIO_I2C_MasterInit()
437 timerConfig.timerEnable = kFLEXIO_TimerEnableOnPrevTimerEnable; in FLEXIO_I2C_MasterInit()
Dfsl_flexio.c176 … FLEXIO_TIMCFG_TIMENA(timerConfig->timerEnable) | FLEXIO_TIMCFG_TSTOP(timerConfig->timerStop) | in FLEXIO_SetTimerConfig()
Dfsl_flexio.h251 …flexio_timer_enable_condition_t timerEnable; /*!< Configures the condition that causes the Time… member