Home
last modified time | relevance | path

Searched refs:FLEXIO_SetShifterConfig (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera.c108 FLEXIO_SetShifterConfig(base->flexioBase, (uint8_t)i, &shifterConfig); in FLEXIO_CAMERA_Init()
111 FLEXIO_SetShifterConfig(base->flexioBase, (uint8_t)i, &shifterConfig); in FLEXIO_CAMERA_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.c276 FLEXIO_SetShifterConfig(base->flexioBase, base->shifterIndex[0], &shifterConfig); in FLEXIO_SPI_MasterInit()
296 FLEXIO_SetShifterConfig(base->flexioBase, base->shifterIndex[1], &shifterConfig); in FLEXIO_SPI_MasterInit()
479 FLEXIO_SetShifterConfig(base->flexioBase, base->shifterIndex[0], &shifterConfig); in FLEXIO_SPI_SlaveInit()
499 FLEXIO_SetShifterConfig(base->flexioBase, base->shifterIndex[1], &shifterConfig); in FLEXIO_SPI_SlaveInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.c170 FLEXIO_SetShifterConfig(base->flexioBase, base->shifterIndex[0], &shifterConfig); in FLEXIO_UART_Init()
228 FLEXIO_SetShifterConfig(base->flexioBase, base->shifterIndex[1], &shifterConfig); in FLEXIO_UART_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s.c148 FLEXIO_SetShifterConfig(base->flexioBase, base->txShifterIndex, &shifterConfig); in FLEXIO_I2S_Init()
161 FLEXIO_SetShifterConfig(base->flexioBase, base->rxShifterIndex, &shifterConfig); in FLEXIO_I2S_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.c270 void FLEXIO_SetShifterConfig(FLEXIO_Type *base, uint8_t index, const flexio_shifter_config_t *shift… in FLEXIO_SetShifterConfig() function
Dfsl_flexio.h491 void FLEXIO_SetShifterConfig(FLEXIO_Type *base, uint8_t index, const flexio_shifter_config_t *shift…
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c660 FLEXIO_SetShifterConfig(base->flexioBase, base->shifterIndex[0], &shifterConfig); in FLEXIO_I2C_MasterInit()
673 FLEXIO_SetShifterConfig(base->flexioBase, base->shifterIndex[1], &shifterConfig); in FLEXIO_I2C_MasterInit()