Type Definition stm32f4::stm32f469::fmc::SDCMR[][src]

type SDCMR = Reg<u32, _SDCMR>;

SDRAM Command Mode register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see sdcmr module

Trait Implementations

impl Readable for SDCMR[src]

read() method returns sdcmr::R reader structure

impl ResetValue for SDCMR[src]

Register SDCMR reset()'s with value 0

type Type = u32

Register size

impl Writable for SDCMR[src]

write(|w| ..) method takes sdcmr::W writer structure