Hardware Abstraction Layer (HAL)
mtb_hal_sdhc_config_t Struct Reference

Description

Defines configuration options for the SDHC block.

Data Fields

bool enableLedControl
 Drive one IO to indicate when the card is being accessed.
 
bool lowVoltageSignaling
 Whether 1.8V signaling is supported.
 
bool isEmmc
 true if eMMC card, otherwise false
 
uint8_t busWidth
 The desired bus width, 1-bit, 4-bit, 8-bit.
 

Field Documentation

◆ enableLedControl

bool mtb_hal_sdhc_config_t::enableLedControl

Drive one IO to indicate when the card is being accessed.

◆ lowVoltageSignaling

bool mtb_hal_sdhc_config_t::lowVoltageSignaling

Whether 1.8V signaling is supported.

◆ isEmmc

bool mtb_hal_sdhc_config_t::isEmmc

true if eMMC card, otherwise false

◆ busWidth

uint8_t mtb_hal_sdhc_config_t::busWidth

The desired bus width, 1-bit, 4-bit, 8-bit.