Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s.h277 FLEXIO_EnableShifterStatusDMA(base->flexioBase, 1UL << base->txShifterIndex, enable); in FLEXIO_I2S_TxEnableDMA()
288 FLEXIO_EnableShifterStatusDMA(base->flexioBase, 1UL << base->rxShifterIndex, enable); in FLEXIO_I2S_RxEnableDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.h310 FLEXIO_EnableShifterStatusDMA(base->flexioBase, 1UL << base->shifterIndex[0], enable); in FLEXIO_UART_EnableTxDMA()
323 FLEXIO_EnableShifterStatusDMA(base->flexioBase, 1UL << base->shifterIndex[1], enable); in FLEXIO_UART_EnableRxDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd.h317 FLEXIO_EnableShifterStatusDMA(base->flexioBase, (1UL << base->txShifterStartIndex), enable); in FLEXIO_MCULCD_EnableTxDMA()
328 FLEXIO_EnableShifterStatusDMA(base->flexioBase, (1UL << base->rxShifterEndIndex), enable); in FLEXIO_MCULCD_EnableRxDMA()
Dfsl_flexio_mculcd_smartdma.c199 FLEXIO_EnableShifterStatusDMA(base->flexioBase, 1UL, true); in FLEXIO_MCULCD_TransferCreateHandleSMARTDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera.h208 FLEXIO_EnableShifterStatusDMA(base->flexioBase, 1UL << base->shifterStartIdx, enable); in FLEXIO_CAMERA_EnableRxDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.h723 static inline void FLEXIO_EnableShifterStatusDMA(FLEXIO_Type *base, uint32_t mask, bool enable) in FLEXIO_EnableShifterStatusDMA() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.c623 FLEXIO_EnableShifterStatusDMA(base->flexioBase, 1UL << base->shifterIndex[0], enable); in FLEXIO_SPI_EnableDMA()
628 FLEXIO_EnableShifterStatusDMA(base->flexioBase, 1UL << base->shifterIndex[1], enable); in FLEXIO_SPI_EnableDMA()