![]() |
![]() |
| #define CSL_SDIO_CMD_TOUT_CRC_ERROR |
Error type for command response timeout and CRC error.
Referenced by SDIO_deselectCard(), SDIO_getRca(), SDIO_initCard(), SDIO_readBlocks(), SDIO_readBytes(), SDIO_readSingleByte(), SDIO_resetCard(), SDIO_selectCard(), SDIO_sendCommand(), and SDIO_writeSingleByte().
| #define CSL_SDIO_DATA_TOUT_CRC_ERROR |
Error type for data timeout and CRC error.
Referenced by SDIO_readBlocks(), and SDIO_readBytes().
| #define CSL_SDIO_EVENT_ERROR |
(CSL_SDIO_EVENT_ERROR_CMDCRC | \ CSL_SDIO_EVENT_ERROR_DATACRC | \ CSL_SDIO_EVENT_ERROR_CMDTIMEOUT | \ CSL_SDIO_EVENT_ERROR_DATATIMEOUT)
Error type as received by the SDIO controller on response for a command.
Referenced by SDIO_detectCard(), SDIO_writeBlocks(), and SDIO_writeBytes().
SDIO event responses.
| enum CSL_SdioCardType |
| enum CSL_SdioEndianMode |
| enum CSL_SdioEventType |
Enum variable for the selection of SDIO events.
| enum CSL_SdioInstId |
| enum CSL_SdioIntrStatus |
Enum variable for the selection of SDIO interrupt status.
| enum CSL_SdioRespBusy |
| enum CSL_SdioRespType |
Response type from SDIO card.
Depending on the command value sent to the card, the card responds with different response values.The type of response is defined in the structure.
1.7.4