![]() |
![]() |
structure for card specific information. More...
#include <csl_sdio.h>
Data Fields | |
| Uint16 | rca |
| Uint32 | ocr |
| Uint8 | funCount |
| Bool | cardReady |
| Bool | cardActive |
| Bool | sdHcDetected |
| CSL_SdioCardType | sdioCardType |
structure for card specific information.
Flag to indicate card is active or not
Referenced by SDIO_deselectCard(), SDIO_initCard(), and SDIO_selectCard().
Flag to indicate card is ready or not
Referenced by SDIO_detectCard(), and SDIO_initCard().
Number of IO functions on the card
Referenced by SDIO_detectCard().
| Uint32 CSL_SdioCardObj::ocr |
OCR value read from the card
Referenced by SDIO_detectCard().
| Uint16 CSL_SdioCardObj::rca |
User assigned relative card address
Referenced by SDIO_getRca(), SDIO_initCard(), and SDIO_selectCard().
Flag to indicate high capacity card
Referenced by SDIO_initCard().
SDIO card type
Referenced by SDIO_detectCard(), and SDIO_initCard().
1.7.4