PSoC 6 Peripheral Driver Library
cy_stc_sd_host_sd_card_config_t Struct Reference

Description

SD/eMMC card configuration structure.

Data Fields

bool lowVoltageSignaling
 If true, the host supports the 1.8V signaling. More...
 
cy_en_sd_host_bus_width_t busWidth
 The desired bus width. More...
 
cy_en_sd_host_card_type_tcardType
 The card type. More...
 
uint32_t * rca
 The pointer to where to store the cards relative card address. More...
 
cy_en_sd_host_card_capacity_tcardCapacity
 Stores the card capacity. More...
 

Field Documentation

◆ lowVoltageSignaling

bool cy_stc_sd_host_sd_card_config_t::lowVoltageSignaling

If true, the host supports the 1.8V signaling.

◆ busWidth

cy_en_sd_host_bus_width_t cy_stc_sd_host_sd_card_config_t::busWidth

The desired bus width.

◆ cardType

cy_en_sd_host_card_type_t* cy_stc_sd_host_sd_card_config_t::cardType

The card type.

◆ rca

uint32_t* cy_stc_sd_host_sd_card_config_t::rca

The pointer to where to store the cards relative card address.

◆ cardCapacity

cy_en_sd_host_card_capacity_t* cy_stc_sd_host_sd_card_config_t::cardCapacity

Stores the card capacity.