Searched refs:FLEXIO_EnableShifterStatusDMA (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/ |
| D | fsl_flexio_i2s.h | 277 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/ |
| D | fsl_flexio_uart.h | 310 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/ |
| D | fsl_flexio_mculcd.h | 317 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()
|
| D | fsl_flexio_mculcd_smartdma.c | 199 FLEXIO_EnableShifterStatusDMA(base->flexioBase, 1UL, true); in FLEXIO_MCULCD_TransferCreateHandleSMARTDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/camera/ |
| D | fsl_flexio_camera.h | 208 FLEXIO_EnableShifterStatusDMA(base->flexioBase, 1UL << base->shifterStartIdx, enable); in FLEXIO_CAMERA_EnableRxDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/ |
| D | fsl_flexio.h | 723 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/ |
| D | fsl_flexio_spi.c | 623 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()
|