Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio_spi.c219 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveLow; in FLEXIO_SPI_MasterInit()
245 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveHigh; in FLEXIO_SPI_MasterInit()
364 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveLow; in FLEXIO_SPI_SlaveInit()
Dfsl_flexio_uart.c145 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveLow; in FLEXIO_UART_Init()
189 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveHigh; in FLEXIO_UART_Init()
Dfsl_flexio_i2c_master.c398 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveLow; in FLEXIO_I2C_MasterInit()
427 timerConfig.triggerPolarity = kFLEXIO_TimerTriggerPolarityActiveLow; in FLEXIO_I2C_MasterInit()
Dfsl_flexio.c182 FLEXIO_TIMCTL_TRGPOL(timerConfig->triggerPolarity) | in FLEXIO_SetTimerConfig()
Dfsl_flexio.h235 flexio_timer_trigger_polarity_t triggerPolarity; /*!< Trigger Polarity. */ member