![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <mmc.h>
Data Fields | |
| uint8_t | cccrversion |
| CCCR (Card Common Control Register) Version (00h). | |
| uint8_t | sdioversion |
| SDIO Specification Version (00h). | |
| uint8_t | sdversion |
| SD Specification Version (04h). | |
| uint8_t | cccrcapabilities |
| CCCR Capabilities Register (08h). | |
| uint8_t | cccrpowercontrol |
| CCCR Power Control Register (12h). | |
| uint8_t | cccrbusspeed |
| CCCR Bus Speed Select Register (13h). | |
| uint8_t | cccruhssupport |
| CCCR UHS-I Support Register (14h). | |
| uint8_t | cccrdriverstrength |
| CCCR Driver Strength Register (15h). | |
| BOOL | multiblock |
| Card Capability Multi Block Transfer (SMB). | |
| BOOL | lowspeed |
| Card Capability Low Speed Card (LSC). | |
| BOOL | widebus |
| Card Capability 4-bit Mode for Low Speed Card (4BLS). | |
| BOOL | highpower |
| Support Master Power Control (SMPC). | |
| BOOL | highspeed |
| Support High Speed (SHS). | |
SD specific types SDIO specific types
| uint8_t cccrversion |
CCCR (Card Common Control Register) Version (00h).
| uint8_t sdioversion |
SDIO Specification Version (00h).
| uint8_t sdversion |
SD Specification Version (04h).
| uint8_t cccrcapabilities |
CCCR Capabilities Register (08h).
| uint8_t cccrpowercontrol |
CCCR Power Control Register (12h).
| uint8_t cccrbusspeed |
CCCR Bus Speed Select Register (13h).
| uint8_t cccruhssupport |
CCCR UHS-I Support Register (14h).
| uint8_t cccrdriverstrength |
CCCR Driver Strength Register (15h).
| BOOL multiblock |
Card Capability Multi Block Transfer (SMB).
| BOOL lowspeed |
Card Capability Low Speed Card (LSC).
| BOOL widebus |
Card Capability 4-bit Mode for Low Speed Card (4BLS).
| BOOL highpower |
Support Master Power Control (SMPC).
| BOOL highspeed |
Support High Speed (SHS).