Struct stm32h743::fmc::FMC_SDCMR [] [src]

pub struct FMC_SDCMR { /* fields omitted */ }

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.

Methods

impl FMC_SDCMR
[src]

[src]

Modifies the contents of the register

[src]

Reads the contents of the register

[src]

Writes to the register

[src]

Writes the reset value to the register

Trait Implementations

Auto Trait Implementations

impl Send for FMC_SDCMR

impl !Sync for FMC_SDCMR