Searched defs:dataWidth (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/spi/ |
| D | fsl_spi.h | 191 spi_data_width_t dataWidth; /*!< Width of the data */ member 206 spi_data_width_t dataWidth; /*!< Width of the data */ member 264 spi_data_width_t dataWidth; member 294 uint8_t dataWidth; /*!< Width of the data [Valid values: 1 to 16] */ member
|
| D | fsl_spi.c | 31 #define SPI_COUNT_TO_BYTES(dataWidth, count) ((count) << ((dataWidth) >> 3U)) argument 32 #define SPI_BYTES_TO_COUNT(dataWidth, bytes) ((bytes) >> ((dataWidth) >> 3U)) argument 527 uint32_t tmp32, rxRemainingBytes, txRemainingBytes, dataWidth; in SPI_MasterTransferBlocking() local
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_minispi/ |
| D | fsl_spi.h | 172 uint8_t dataWidth; /*!< Width of the data */ member 185 uint8_t dataWidth; /*!< Width of the data */ member 260 uint8_t dataWidth; /*!< Width of the data [Valid values: 1 to 16] */ member
|
| D | fsl_spi.c | 457 uint32_t tmp32, remainingBytes, dataWidth; in SPI_MasterTransferBlocking() local
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/lpc_spi/ |
| D | fsl_dbi_spi_dma.h | 41 spi_data_width_t dataWidth; /*!< Data width used in memory writing. */ member 50 spi_data_width_t dataWidth; /*!< Data width used in memory writing. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dmic/ |
| D | fsl_dmic_dma.h | 38 uint8_t dataWidth; /*!< DMIC support 16bit/32bit */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/pdm/ |
| D | fsl_pdm.c | 96 … *base, uint32_t startChannel, uint32_t channelNums, void *buffer, size_t size, uint32_t dataWidth) in PDM_ReadFifo()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/easrc/ |
| D | fsl_asrc.h | 178 asrc_data_width_t dataWidth; /*!< context input data width */ member
|