Home
last modified time | relevance | path

Searched refs:kFLEXIO_ShifterStopBitHigh (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.c167 shifterConfig.shifterStop = kFLEXIO_ShifterStopBitHigh; in FLEXIO_UART_Init()
225 shifterConfig.shifterStop = kFLEXIO_ShifterStopBitHigh; in FLEXIO_UART_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c657 shifterConfig.shifterStop = kFLEXIO_ShifterStopBitHigh; in FLEXIO_I2C_MasterInit()
1045 tmpConfig |= FLEXIO_SHIFTCFG_SSTOP(kFLEXIO_ShifterStopBitHigh); in FLEXIO_I2C_MasterEnableAck()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.h207 kFLEXIO_ShifterStopBitHigh = 0x3U, /*!< Set shifter stop bit to logic high level. */ enumerator