Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 25 of 39) sorted by relevance

12

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexspi/
Dfsl_flexspi_dma.c187 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 …]
Dfsl_flexspi_edma.c213 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()
Dfsl_flexspi_dma.h52 …uint8_t nbytes; /*!< dma minor byte transfer count initially configured… member
Dfsl_flexspi_edma.h58 …uint8_t nbytes; /*!< eDMA minor byte transfer count initially configur… member
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dcontrol.c57 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()
Dcontrol.h33 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);
Dcontrol_lpc.c44 int8_t writeControlPort(ControlSubsystem *pComm, uint8_t buffer[], uint16_t nbytes) in writeControlPort() argument
47 for (i = 0; i < nbytes; i++) in writeControlPort()
DDecodeCommandBytes.c68 …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/
Dfsl_flexio_uart_edma.c235 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()
Dfsl_flexio_uart_edma.h52 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart_edma.c254 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()
Dfsl_uart_edma.h51 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/qspi/
Dfsl_qspi_edma.c226 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/
Dfsl_lpuart_edma.c308 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/
Dfsl_flexio_i2s_edma.c269 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/
Dfsl_esai_edma.c300 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/
Dfsl_dspi_edma.h83 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/
Dfsl_lpspi_edma.h97 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/
Dfsl_flexio_camera_edma.c180 handle->nbytes = 32; in FLEXIO_CAMERA_TransferReceiveEDMA()
239 (uint32_t)handle->nbytes * in FLEXIO_CAMERA_TransferGetReceiveCountEDMA()
Dfsl_flexio_camera_edma.h47 …uint8_t nbytes; /*!< eDMA minor byte transfer count initially con… member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c_edma.c338 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()
Dfsl_lpi2c_edma.h56 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/spdif/
Dfsl_spdif_edma.c405 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/
Dfsl_flexio_spi_edma.c225 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/
Dfsl_i2c_edma.h48 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */ member

12