Home
last modified time | relevance | path

Searched defs:bytesEachRead (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c57 uint8_t bytesEachRead; member
1648 uint8_t bytesEachRead = handle->bytesEachRead; local
2094 uint8_t bytesEachRead = handle->bytesEachRead; local
2301 static void LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool …
Dfsl_lpspi_edma.h75 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
118 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
Dfsl_lpspi.h369 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
399 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
Dfsl_lpspi_edma.c82 static void LPSPI_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, … in LPSPI_SeparateEdmaReadData()