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. | |
Memory card support structure.
Status change flag.
Referenced by SpiMmcBlockRead(), SpiMmcBlockWrite(), and SpiMmcMount().
Socket status.
Referenced by SpiMmcMount().
| int(* _MEMCARDSUPP::mcs_reset)(NUTDEVICE *) |
Status reset.
| void(* _MEMCARDSUPP::mcs_act)(int) |
Set activity indicator.
Referenced by SpiMmcBlockRead(), and SpiMmcBlockWrite().
| int(* _MEMCARDSUPP::mcs_power)(int) |
Power up or down.