3#ifndef IMT_BASE_HAL_STM32F767_MMC_H
4#define IMT_BASE_HAL_STM32F767_MMC_H
17namespace peripherals {
98 static constexpr uint32_t SDMMC_MAX_VOLT_TRIAL = 0x0000FFFFU;
99 static constexpr uint32_t eMMC_HIGH_VOLTAGE_RANGE = 0xC0FF8000U;
SD/SDIO/MMC card host interface (SDMMC) Reference: ST_CortexM7_STM32F769_TRM_Rev4....
MMC(const MMC &other)=delete
MMC(const MMC &&other)=delete
MMC & operator=(const MMC &&other)=delete
static SDMMCTypes::Status init(Handle &hsd)
Initializes the SDMMC peripheral according to the specified parameters in the Handle and initiate the...
MMC & operator=(const MMC &other)=delete
SD/SDIO/MMC card host interface (SDMMC) Reference: ST_CortexM7_STM32F769_TRM_Rev4....
Status
HAL Status structures definition TODO: move to a generic file?
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int16 uint16_t
unsigned __int32 uint32_t
Card Specific Data: CSD Register.
SD Error status enumeration Structure definition.
SD/SDIO/MMC card host interface (SDMMC) module register structure.