Skip to content

daisy::SdmmcHandler::Config

#include <sdmmc.h>

Public Functions

Name
void Defaults()

Public Attributes

Name
Speed speed
BusWidth width
bool clock_powersave

Public Functions Documentation

function Defaults

inline void Defaults()

Configures settings to their default settings


Public Attributes Documentation

variable speed

Speed speed;

variable width

BusWidth width;

variable clock_powersave

bool clock_powersave;

When true, the clock will stop between transfers to save power.


Updated on 2024-01-03 at 19:41:01 +0000