Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio_spi.c231 timerConfig.timerStart = kFLEXIO_TimerStartBitEnabled; in FLEXIO_SPI_MasterInit()
257 timerConfig.timerStart = kFLEXIO_TimerStartBitDisabled; in FLEXIO_SPI_MasterInit()
380 timerConfig.timerStart = kFLEXIO_TimerStartBitDisabled; in FLEXIO_SPI_SlaveInit()
385 timerConfig.timerStart = kFLEXIO_TimerStartBitEnabled; in FLEXIO_SPI_SlaveInit()
Dfsl_flexio_uart.c157 timerConfig.timerStart = kFLEXIO_TimerStartBitEnabled; in FLEXIO_UART_Init()
201 timerConfig.timerStart = kFLEXIO_TimerStartBitEnabled; in FLEXIO_UART_Init()
Dfsl_flexio_i2c_master.c410 timerConfig.timerStart = kFLEXIO_TimerStartBitEnabled; in FLEXIO_I2C_MasterInit()
439 timerConfig.timerStart = kFLEXIO_TimerStartBitEnabled; in FLEXIO_I2C_MasterInit()
Dfsl_flexio.c177 FLEXIO_TIMCFG_TSTART(timerConfig->timerStart); in FLEXIO_SetTimerConfig()
Dfsl_flexio.h254 flexio_timer_start_bit_condition_t timerStart; /*!< Timer STRAT Bit generation. */ member