3#ifndef IMT_BASE_HAL_STM32F767_SD_H
4#define IMT_BASE_HAL_STM32F767_SD_H
17namespace peripherals {
37 SD(
const SD& other) =
delete;
38 SD(
const SD&& other) =
delete;
SD/SDIO/MMC card host interface (SDMMC) Reference: ST_CortexM7_STM32F769_TRM_Rev4....
SD & operator=(const SD &other)=delete
SD(const SD &other)=delete
SD & operator=(const SD &&other)=delete
SD(const SD &&other)=delete
static SDMMCTypes::Status init(Handle &hsd)
Initializes the SDMMC peripheral according to the specified parameters in the Handle and initiate the...
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.
Card Specific Data: CSD Register.
SD Error status enumeration Structure definition.