Definition at line 67 of file mmcard.h.
Data Fields | |
int(* | mmcifc_in )(void) |
u_char(* | mmcifc_io )(u_char) |
int(* | mmcifc_cs )(int) |
int(* | mmcifc_cd )(void) |
int(* | mmcifc_wp )(void) |
int(* _MMCIFC::mmcifc_in)(void) |
Initialize the card.
Read received byte and transmit a new one.
int(* _MMCIFC::mmcifc_cs)(int) |
Select or deselect the card.
int(* _MMCIFC::mmcifc_cd)(void) |
Query card detect.
Referenced by MmCardBlockRead(), MmCardBlockWrite(), MmCardIOCtl(), MmCardMount(), and MmCardUnmount().
int(* _MMCIFC::mmcifc_wp)(void) |
Query write protect.