Memory card support structure. More...
#include <mmcard.h>

Data Fields | |
| uint8_t | mcs_cf |
| Status change flag. | |
| uint8_t | mcs_sf |
| Socket status. | |
| int(* | mcs_reset )(NUTDEVICE *) |
| Status reset. | |
| void(* | mcs_act )(int) |
| Set activity indicator. | |
| int(* | mcs_power )(int) |
| Power up or down. | |
Status change flag.
Definition at line 83 of file mmcard.h.
Referenced by SpiMmcBlockRead(), SpiMmcBlockWrite(), and SpiMmcMount().
| int(* _MEMCARDSUPP::mcs_reset)(NUTDEVICE *) |
| void(* _MEMCARDSUPP::mcs_act)(int) |
Set activity indicator.
Definition at line 89 of file mmcard.h.
Referenced by SpiMmcBlockRead(), and SpiMmcBlockWrite().
| int(* _MEMCARDSUPP::mcs_power)(int) |