/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/spi/ |
D | fsl_spi.c | 26 #define SPI_FIFO_DEPTH(base) ((((base)->FIFOCFG & SPI_FIFOCFG_SIZE_MASK) >> SPI_FIFOCFG_SIZE_SHIFT)… 225 base->FIFOCFG |= SPI_FIFOCFG_EMPTYTX_MASK | SPI_FIFOCFG_EMPTYRX_MASK; in SPI_MasterInit() 226 base->FIFOCFG |= SPI_FIFOCFG_ENABLETX_MASK | SPI_FIFOCFG_ENABLERX_MASK; in SPI_MasterInit() 332 base->FIFOCFG |= SPI_FIFOCFG_EMPTYTX_MASK | SPI_FIFOCFG_EMPTYRX_MASK; in SPI_SlaveInit() 333 base->FIFOCFG |= SPI_FIFOCFG_ENABLETX_MASK | SPI_FIFOCFG_ENABLERX_MASK; in SPI_SlaveInit() 363 base->FIFOCFG &= ~(SPI_FIFOCFG_DMATX_MASK | SPI_FIFOCFG_DMARX_MASK); in SPI_Deinit() 377 base->FIFOCFG |= SPI_FIFOCFG_DMATX_MASK; in SPI_EnableTxDMA() 381 base->FIFOCFG &= ~SPI_FIFOCFG_DMATX_MASK; in SPI_EnableTxDMA() 395 base->FIFOCFG |= SPI_FIFOCFG_DMARX_MASK; in SPI_EnableRxDMA() 399 base->FIFOCFG &= ~SPI_FIFOCFG_DMARX_MASK; in SPI_EnableRxDMA() [all …]
|
D | fsl_spi_dma.c | 243 base->FIFOCFG |= SPI_FIFOCFG_EMPTYTX_MASK | SPI_FIFOCFG_EMPTYRX_MASK; in SPI_MasterTransferDMA()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/usart/ |
D | fsl_usart.c | 214 base->FIFOCFG |= USART_FIFOCFG_EMPTYTX_MASK | USART_FIFOCFG_ENABLETX_MASK; in USART_Init() 225 base->FIFOCFG |= USART_FIFOCFG_EMPTYRX_MASK | USART_FIFOCFG_ENABLERX_MASK; in USART_Init() 285 base->FIFOCFG &= ~(USART_FIFOCFG_DMATX_MASK | USART_FIFOCFG_DMARX_MASK); in USART_Deinit() 612 if (0U == (base->FIFOCFG & USART_FIFOCFG_ENABLETX_MASK)) in USART_WriteBlocking() 686 if ((base->FIFOCFG & USART_FIFOCFG_ENABLERX_MASK) == 0U) in USART_ReadBlocking() 711 base->FIFOCFG |= USART_FIFOCFG_EMPTYRX_MASK; in USART_ReadBlocking() 862 base->FIFOCFG |= USART_FIFOCFG_EMPTYTX_MASK; in USART_TransferAbortSend() 1065 base->FIFOCFG |= USART_FIFOCFG_EMPTYRX_MASK; in USART_TransferAbortReceive() 1123 base->FIFOCFG |= USART_FIFOCFG_EMPTYRX_MASK; in USART_TransferHandleIRQ() 1147 base->FIFOCFG |= USART_FIFOCFG_EMPTYRX_MASK; in USART_TransferHandleIRQ() [all …]
|
D | fsl_usart.h | 587 base->FIFOCFG |= USART_FIFOCFG_DMATX_MASK; in USART_EnableTxDMA() 591 base->FIFOCFG &= ~(USART_FIFOCFG_DMATX_MASK); in USART_EnableTxDMA() 602 base->FIFOCFG |= USART_FIFOCFG_DMARX_MASK; in USART_EnableRxDMA() 606 base->FIFOCFG &= ~(USART_FIFOCFG_DMARX_MASK); in USART_EnableRxDMA()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/i2s/ |
D | fsl_i2s.c | 137 base->FIFOCFG = cfg; in I2S_TxInit() 171 base->FIFOCFG = cfg; in I2S_RxInit() 389 base->FIFOCFG |= I2S_FIFOCFG_EMPTYTX_MASK; in I2S_TxEnable() 404 base->FIFOCFG |= I2S_FIFOCFG_EMPTYRX_MASK; in I2S_RxEnable() 565 …handle->pack48 = ((base->FIFOCFG & I2S_FIFOCFG_PACK48_MASK) >> I2S_FIFOCFG_PACK48_SHIFT) != 0u… in I2S_TxTransferCreateHandle() 669 …handle->pack48 = ((base->FIFOCFG & I2S_FIFOCFG_PACK48_MASK) >> I2S_FIFOCFG_PACK48_SHIFT) != 0U… in I2S_RxTransferCreateHandle() 1004 base->FIFOCFG |= I2S_FIFOCFG_EMPTYTX_MASK; in I2S_TxHandleIRQ() 1171 base->FIFOCFG |= I2S_FIFOCFG_EMPTYRX_MASK; in I2S_RxHandleIRQ()
|
D | fsl_i2s_dma.c | 386 base->FIFOCFG |= I2S_FIFOCFG_DMATX_MASK; in I2S_TxEnableDMA() 390 base->FIFOCFG &= (~I2S_FIFOCFG_DMATX_MASK); in I2S_TxEnableDMA() 391 base->FIFOCFG |= I2S_FIFOCFG_EMPTYTX_MASK; in I2S_TxEnableDMA() 399 base->FIFOCFG |= I2S_FIFOCFG_DMARX_MASK; in I2S_RxEnableDMA() 403 base->FIFOCFG &= (~I2S_FIFOCFG_DMARX_MASK); in I2S_RxEnableDMA() 404 base->FIFOCFG |= I2S_FIFOCFG_EMPTYRX_MASK; in I2S_RxEnableDMA()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC51U68/ |
D | LPC51U68.h | 3695 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 6963 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 9321 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54114/ |
D | LPC54114_cm0plus.h | 3901 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 7266 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 10356 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
D | LPC54114_cm4.h | 3912 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 7277 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 10369 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54113/ |
D | LPC54113.h | 3913 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 7278 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 10370 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54005/ |
D | LPC54005.h | 4948 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 10577 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 15341 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54607/ |
D | LPC54607.h | 5291 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 11351 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 16306 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54605/ |
D | LPC54605.h | 5294 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 10707 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 15662 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54S005/ |
D | LPC54S005.h | 5356 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 11369 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 16133 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54616/ |
D | LPC54616.h | 9517 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 14930 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 19885 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54016/ |
D | LPC54016.h | 8631 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 13958 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 18277 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54606/ |
D | LPC54606.h | 9442 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 14855 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 19810 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54618/ |
D | LPC54618.h | 9515 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 15575 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 20530 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54018M/ |
D | LPC54018M.h | 9194 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 15470 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 20234 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54018/ |
D | LPC54018.h | 9194 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 15470 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 20234 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5506CPXXXX/ |
D | LPC5506CPXXXX.h | 13489 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 19462 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 24114 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54608/ |
D | LPC54608.h | 9438 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 15498 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 20453 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54S018M/ |
D | LPC54S018M.h | 9602 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 16262 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 21026 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54S016/ |
D | LPC54S016.h | 8996 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 14664 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 18983 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54628/ |
D | LPC54628.h | 9513 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 15776 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member 20731 …__IO uint32_t FIFOCFG; /**< FIFO configuration and enable register., off… member
|