![]() |
![]() |
Response array received from the controller. More...
#include <csl_sdio.h>
Data Fields | |
| Uint16 | respBuf [8] |
Response array received from the controller.
This object holds the information the response that is received for a command sent to the card.
| Uint16 CSL_SdioResponse::respBuf[8] |
The response will interpreted as: respBuf[0] - R2[15:0] respBuf[1] - R2[31:16] respBuf[2] - R2[47:32] respBuf[3] - R2[63:48] respBuf[4] - R2[79:64] respBuf[5] - R2[95:80] respBuf[6] - R2[111:96] or R1/R1B/R3/R4/R5/R6[23:8] respBuf[7] - R2[127:112] or R1/R1B/R3/R4/R5/R6[39:24]
Referenced by SDIO_getResponse().
1.7.4