|
GPS Device
|
Configuration structure for initializing an SD card handle. More...
#include <sd.h>

Public Attributes | |
| char | name [CONFIG_SD_MAX_NAME_LEN] |
| SPI_REGDEF_ts * | spi_instance |
| GPIO_REGDEF_ts * | sclk_gpio_port |
| GPIO_REGDEF_ts * | cs_gpio_port |
| GPIO_REGDEF_ts * | miso_gpio_port |
| GPIO_REGDEF_ts * | mosi_gpio_port |
| GPIO_PIN_te | sclk_gpio_pin |
| GPIO_PIN_te | cs_gpio_pin |
| GPIO_PIN_te | miso_gpio_pin |
| GPIO_PIN_te | mosi_gpio_pin |
| GPIO_ALTERNATE_FUNCTION_te | gpio_alternate_function |
Configuration structure for initializing an SD card handle.
Passed to sd_init_handle to configure the SPI peripheral and all four SPI GPIO pins (SCLK, CS, MISO, MOSI) connected to the SD card.
| char SD_CFG_ts::name[CONFIG_SD_MAX_NAME_LEN] |
| SPI_REGDEF_ts* SD_CFG_ts::spi_instance |
| GPIO_REGDEF_ts* SD_CFG_ts::sclk_gpio_port |
| GPIO_REGDEF_ts* SD_CFG_ts::cs_gpio_port |
| GPIO_REGDEF_ts* SD_CFG_ts::miso_gpio_port |
| GPIO_REGDEF_ts* SD_CFG_ts::mosi_gpio_port |
| GPIO_PIN_te SD_CFG_ts::sclk_gpio_pin |
| GPIO_PIN_te SD_CFG_ts::cs_gpio_pin |
| GPIO_PIN_te SD_CFG_ts::miso_gpio_pin |
| GPIO_PIN_te SD_CFG_ts::mosi_gpio_pin |
| GPIO_ALTERNATE_FUNCTION_te SD_CFG_ts::gpio_alternate_function |