Type Alias DDR

Source
pub type DDR = Reg<DDR_SPEC>;
Expand description

DDR (rw) register accessor: SPI0 flash DDR mode control register

You can read this register and get ddr::R. You can reset, write, write_with_zero this register using ddr::W. You can also modify this register. See API.

For information about available fields see ddr module

Aliased Typeยง

struct DDR { /* private fields */ }