Searched defs:bytesEachRead (Results 1 – 4 of 4) sorted by relevance
57 uint8_t bytesEachRead; member1648 uint8_t bytesEachRead = handle->bytesEachRead; local2094 uint8_t bytesEachRead = handle->bytesEachRead; local2301 static void LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool …
75 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member118 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
369 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member399 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
82 static void LPSPI_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, … in LPSPI_SeparateEdmaReadData()