The SD_PARAMS structure contains the required hardware information to manage the SD driver. Usually its values are pre-configured in a file inside the boards directory.
More...
#include <plat_sd.h>
Data Fields | |
| u8 | cd_present |
| u32 | cd_pin |
| GPIO_TypeDef * | cd_port |
| u8 | cd_bus_num |
| u32 | cd_bus_addr |
| u8 | wp_present |
| u32 | wp_pin |
| GPIO_TypeDef * | wp_port |
| u8 | wp_bus_num |
| u32 | wp_bus_addr |
The SD_PARAMS structure contains the required hardware information to manage the SD driver. Usually its values are pre-configured in a file inside the boards directory.
| GPIO_TypeDef* SD_PARAMS::cd_port |
| GPIO_TypeDef* SD_PARAMS::wp_port |