Card States¶
-
group
group_sd_host_macros_card_states
The masks below can be used to check the CURRENT_STATE bitfield of the Cy_SD_Host_GetCardStatus function return value.
Defines
-
CY_SD_HOST_CARD_IDLE
The card idle state.
-
CY_SD_HOST_CARD_READY
The card ready state.
-
CY_SD_HOST_CARD_IDENT
The card identification state.
-
CY_SD_HOST_CARD_STBY
The card stand-by state.
-
CY_SD_HOST_CARD_TRAN
The card transition state.
-
CY_SD_HOST_CARD_DATA
The card sending-data state.
-
CY_SD_HOST_CARD_RCV
The card receive-data state.
-
CY_SD_HOST_CARD_PRG
The card programming state.
-
CY_SD_HOST_CARD_DIS
The card disconnect state.
-