#include <mmcard.h>
Data Fields | |
int(* | mmcifc_cd )(void) |
int(* | mmcifc_cs )(int) |
int(* | mmcifc_in )(void) |
u_char(* | mmcifc_io )(u_char) |
int(* | mmcifc_wp )(void) |
int(* _MMCIFC::mmcifc_cd)(void) |
Query card detect.
int(* _MMCIFC::mmcifc_cs)(int) |
Select or deselect the card.
int(* _MMCIFC::mmcifc_in)(void) |
Initialize the card.
Read received byte and transmit a new one.
int(* _MMCIFC::mmcifc_wp)(void) |
Query write protect.