Type Definition stm32h7xx_hal::stm32::fmc::SDCMR[][src]

type SDCMR = Reg<u32, _SDCMR>;

This register contains the command issued when the SDRAM device is accessed. This register is used to initialize the SDRAM device, and to activate the Self-refresh and the Power-down modes. As soon as the MODE field is written, the command will be issued only to one or to both SDRAM banks according to CTB1 and CTB2 command bits. This register is the same for both SDRAM banks.

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

For information about available fields see sdcmr module