Type Alias esp32s3::sdhost::bmod::SWR_W

source ·
pub type SWR_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field SWR writer - Software Reset. When set, the DMA Controller resets all its internal registers. It is automatically cleared after one clock cycle.

Aliased Type§

struct SWR_W<'a, REG> { /* private fields */ }