Milos RTOS v0.3.4a
Real Time Operating System
SD_PARAMS Struct Reference

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

Detailed Description

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.

Definition at line 75 of file plat_sd.h.


Field Documentation

Definition at line 76 of file plat_sd.h.

Definition at line 77 of file plat_sd.h.

GPIO_TypeDef* SD_PARAMS::cd_port

Definition at line 78 of file plat_sd.h.

Definition at line 79 of file plat_sd.h.

Definition at line 80 of file plat_sd.h.

Definition at line 81 of file plat_sd.h.

Definition at line 82 of file plat_sd.h.

GPIO_TypeDef* SD_PARAMS::wp_port

Definition at line 83 of file plat_sd.h.

Definition at line 84 of file plat_sd.h.

Definition at line 85 of file plat_sd.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines