/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexspi/ |
D | fsl_flexspi_dma.c | 187 handle->nbytes = (uint8_t)dataSize; in FLEXSPI_WriteDataDMA() 192 handle->nbytes = handle->count; in FLEXSPI_WriteDataDMA() 203 desCount = (uint8_t)(dataSize / (uint32_t)handle->nbytes); in FLEXSPI_WriteDataDMA() 204 bytesPerDes = handle->nbytes; in FLEXSPI_WriteDataDMA() 205 remains = (uint8_t)(dataSize - (uint32_t)desCount * (uint32_t)handle->nbytes); in FLEXSPI_WriteDataDMA() 224 handle->nbytes = (uint8_t)(dataSize / (uint32_t)handle->nsize); in FLEXSPI_WriteDataDMA() 228 if (((handle->nbytes) & (handle->nbytes - 1U)) != 0U) in FLEXSPI_WriteDataDMA() 230 handle->nbytes = 2U * ((handle->nbytes) & (handle->nbytes - 1U)); in FLEXSPI_WriteDataDMA() 261 handle->nbytes = handle->count / (uint8_t)handle->nsize; in FLEXSPI_WriteDataDMA() 276 … DMA_CHANNEL_CFG_TRIGBURST(1) | DMA_CHANNEL_CFG_BURSTPOWER(FLEXSPI_CalculatePower(handle->nbytes)); in FLEXSPI_WriteDataDMA() [all …]
|
D | fsl_flexspi_edma.c | 213 handle->nbytes = (uint8_t)xfer->dataSize; in FLEXSPI_TransferEDMA() 223 handle->nbytes = (8U * handle->count); in FLEXSPI_TransferEDMA() 231 (uint32_t)handle->nbytes, xfer->dataSize, kEDMA_MemoryToMemory); in FLEXSPI_TransferEDMA() 253 handle->nbytes = (uint8_t)xfer->dataSize; in FLEXSPI_TransferEDMA() 263 handle->nbytes = (8U * handle->count); in FLEXSPI_TransferEDMA() 270 … xfer->data, (uint32_t)handle->nsize, (uint32_t)handle->nbytes, xfer->dataSize, in FLEXSPI_TransferEDMA() 350 (uint32_t)handle->nbytes * in FLEXSPI_TransferGetTransferCountEDMA() 356 (uint32_t)handle->nbytes * in FLEXSPI_TransferGetTransferCountEDMA()
|
D | fsl_flexspi_dma.h | 52 …uint8_t nbytes; /*!< dma minor byte transfer count initially configured… member
|
D | fsl_flexspi_edma.h | 58 …uint8_t nbytes; /*!< eDMA minor byte transfer count initially configur… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/ |
D | control.c | 57 int8_t writeControlPort(ControlSubsystem *pComm, uint8_t buffer[], uint16_t nbytes) in writeControlPort() argument 60 for (i = 0; i < nbytes; i++) in writeControlPort() 77 int8_t writeWirelessPort(uint8_t buffer[], uint16_t nbytes) in writeWirelessPort() argument 80 for (i = 0; i < nbytes; i++) in writeWirelessPort() 92 uint32_t nbytes; // number of bytes received in WIRELESS_UART_IRQHandler() local 100 sts = UART_TransferGetReceiveCount(WIRELESS_UART, &wireless_uartHandle, &nbytes); in WIRELESS_UART_IRQHandler() 140 uint32_t nbytes; // number of bytes received in WIRED_UART_IRQHandler() local 149 sts = UART_TransferGetReceiveCount(WIRED_UART, &wired_uartHandle, &nbytes); in WIRED_UART_IRQHandler()
|
D | control.h | 33 typedef int8_t (writePort_t) (struct ControlSubsystem *pComm, uint8_t buffer[], uint16_t nbytes); 65 …ndBytes(SensorFusionGlobals *sfg, char iCommandBuffer[], uint8 sUART_InputBuffer[], uint16 nbytes);
|
D | control_lpc.c | 44 int8_t writeControlPort(ControlSubsystem *pComm, uint8_t buffer[], uint16_t nbytes) in writeControlPort() argument 47 for (i = 0; i < nbytes; i++) in writeControlPort()
|
D | DecodeCommandBytes.c | 68 …andBytes(SensorFusionGlobals *sfg, char iCommandBuffer[], uint8 sUART_InputBuffer[], uint16 nbytes) in DecodeCommandBytes() argument 74 for (i = 0; i < nbytes; i++) { in DecodeCommandBytes()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/uart/ |
D | fsl_flexio_uart_edma.c | 235 handle->nbytes = 1U; in FLEXIO_UART_TransferSendEDMA() 292 handle->nbytes = (uint8_t)sizeof(uint8_t); in FLEXIO_UART_TransferReceiveEDMA() 374 (uint32_t)handle->nbytes * in FLEXIO_UART_TransferGetReceiveCountEDMA() 403 (uint32_t)handle->nbytes * in FLEXIO_UART_TransferGetSendCountEDMA()
|
D | fsl_flexio_uart_edma.h | 52 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/uart/ |
D | fsl_uart_edma.c | 254 handle->nbytes = 1U; in UART_SendEDMA() 308 handle->nbytes = 1U; in UART_ReceiveEDMA() 391 (uint32_t)handle->nbytes * in UART_TransferGetReceiveCountEDMA() 422 (uint32_t)handle->nbytes * in UART_TransferGetSendCountEDMA()
|
D | fsl_uart_edma.h | 51 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/qspi/ |
D | fsl_qspi_edma.c | 226 handle->nbytes = (uint8_t)(sizeof(uint32_t) * handle->count); in QSPI_TransferSendEDMA() 279 handle->nbytes = (uint8_t)(sizeof(uint32_t) * handle->count); in QSPI_TransferReceiveEDMA() 362 (uint32_t)handle->nbytes * in QSPI_TransferGetSendCountEDMA() 391 (uint32_t)handle->nbytes * in QSPI_TransferGetReceiveCountEDMA()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/ |
D | fsl_lpuart_edma.c | 308 handle->nbytes = (uint8_t)sizeof(uint8_t); in LPUART_SendEDMA() 366 handle->nbytes = (uint8_t)sizeof(uint8_t); in LPUART_ReceiveEDMA() 453 ((uint32_t)handle->nbytes * in LPUART_TransferGetReceiveCountEDMA() 484 ((uint32_t)handle->nbytes * in LPUART_TransferGetSendCountEDMA()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/i2s/ |
D | fsl_flexio_i2s_edma.c | 269 handle->nbytes = handle->bytesPerFrame; in FLEXIO_I2S_TransferSendEDMA() 333 handle->nbytes = handle->bytesPerFrame; in FLEXIO_I2S_TransferReceiveEDMA() 411 (uint32_t)handle->nbytes * in FLEXIO_I2S_TransferGetSendCountEDMA() 440 (uint32_t)handle->nbytes * in FLEXIO_I2S_TransferGetReceiveCountEDMA()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/esai/ |
D | fsl_esai_edma.c | 300 handle->nbytes = handle->count * handle->bitWidth / 8U; in ESAI_TransferSendEDMA() 359 handle->nbytes = handle->count * handle->bitWidth / 8U; in ESAI_TransferReceiveEDMA() 434 (uint32_t)handle->nbytes * in ESAI_TransferGetSendCountEDMA() 463 (uint32_t)handle->nbytes * in ESAI_TransferGetReceiveCountEDMA()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/ |
D | fsl_dspi_edma.h | 83 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member 120 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/ |
D | fsl_lpspi_edma.h | 97 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member 123 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/camera/ |
D | fsl_flexio_camera_edma.c | 180 handle->nbytes = 32; in FLEXIO_CAMERA_TransferReceiveEDMA() 239 (uint32_t)handle->nbytes * in FLEXIO_CAMERA_TransferGetReceiveCountEDMA()
|
D | fsl_flexio_camera_edma.h | 47 …uint8_t nbytes; /*!< eDMA minor byte transfer count initially con… member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpi2c/ |
D | fsl_lpi2c_edma.c | 338 handle->nbytes = (uint8_t)transferConfig.minorLoopBytes; in LPI2C_MasterTransferEDMA() 369 handle->nbytes = (uint8_t)transferConfig.minorLoopBytes; in LPI2C_MasterTransferEDMA() 486 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->tx->base, handle->tx->channel); in LPI2C_MasterTransferGetCountEDMA() 491 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->rx->base, handle->rx->channel); in LPI2C_MasterTransferGetCountEDMA()
|
D | fsl_lpi2c_edma.h | 56 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/spdif/ |
D | fsl_spdif_edma.c | 405 handle->nbytes = handle->count * 8U; in SPDIF_TransferSendEDMA() 476 handle->nbytes = handle->count * 8U; in SPDIF_TransferReceiveEDMA() 579 (uint32_t)handle->nbytes * in SPDIF_TransferGetSendCountEDMA() 608 (uint32_t)handle->nbytes * in SPDIF_TransferGetReceiveCountEDMA()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/spi/ |
D | fsl_flexio_spi_edma.c | 225 handle->nbytes = (uint8_t)xferConfig.minorLoopBytes; in FLEXIO_SPI_EDMAConfig() 446 (handle->transferSize - (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount( in FLEXIO_SPI_MasterTransferGetCountEDMA() 452 (handle->transferSize - (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount( in FLEXIO_SPI_MasterTransferGetCountEDMA()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/i2c/ |
D | fsl_i2c_edma.h | 48 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
|