Home
last modified time | relevance | path

Searched defs:_spi_master_handle (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.h281 struct _spi_master_handle struct
283 const uint8_t *volatile txData; /*!< Transfer buffer */
284 uint8_t *volatile rxData; /*!< Receive buffer */
285 volatile size_t txRemainingBytes; /*!< Number of data to be transmitted [in bytes] */
286 volatile size_t rxRemainingBytes; /*!< Number of data to be received [in bytes] */
287 …toReceiveCount; /*!< The number of data expected to receive in data width. Since the received count
290 size_t totalByteCount; /*!< A number of transfer bytes */
291 volatile uint32_t state; /*!< SPI internal state */
292 spi_master_callback_t callback; /*!< SPI callback */
293 void *userData; /*!< Callback parameter */
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/spi/
Dfsl_spi.h223 struct _spi_master_handle struct
225 const uint8_t *volatile txData; /*!< Transfer buffer */
226 uint8_t *volatile rxData; /*!< Receive buffer */
227 volatile size_t txRemainingBytes; /*!< Send data remaining in bytes */
228 volatile size_t rxRemainingBytes; /*!< Receive data remaining in bytes */
229 volatile uint32_t state; /*!< SPI internal state */
230 size_t transferSize; /*!< Bytes to be transferred */
231 uint8_t bytePerFrame; /*!< SPI mode, 2bytes or 1byte in a frame */
232 uint8_t watermark; /*!< Watermark value for SPI transfer */
233 spi_master_callback_t callback; /*!< SPI callback */
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.h250 struct _spi_master_handle struct
252 const uint8_t *volatile txData; /*!< Transfer buffer */
253 uint8_t *volatile rxData; /*!< Receive buffer */
254 volatile size_t txRemainingBytes; /*!< Number of data to be transmitted [in bytes] */
255 volatile size_t rxRemainingBytes; /*!< Number of data to be received [in bytes] */
256 size_t totalByteCount; /*!< A number of transfer bytes */
257 volatile uint32_t state; /*!< SPI internal state */
258 spi_master_callback_t callback; /*!< SPI callback */
259 void *userData; /*!< Callback parameter */
260 uint8_t dataWidth; /*!< Width of the data [Valid values: 1 to 16] */
[all …]