pub type MRD_W<'a, const O: u8> = FieldWriterRaw<'a, u32, SDCMR_SPEC, u16, u16, Unsafe, 14, O>;
Expand description
Field MRD
writer - Mode Register definition This 14-bit field defines the SDRAM Mode Register content. The Mode Register is programmed using the Load Mode Register command. The MRD[13:0]
bits are also used to program the extended mode register for mobile SDRAM.
Aliased Type§
struct MRD_W<'a, const O: u8> { /* private fields */ }