pub struct MODE_W<'a> { /* private fields */ }
Expand description

Field MODE writer - SDRAMC Command Mode

Implementations

Writes variant to the field

Normal mode. Any access to the SDRAM is decoded normally. To activate this mode, the command must be followed by a write to the SDRAM.

The SDRAMC issues a NOP command when the SDRAM device is accessed regardless of the cycle. To activate this mode, the command must be followed by a write to the SDRAM.

The SDRAMC issues an ‘All Banks Precharge’ command when the SDRAM device is accessed regardless of the cycle. To activate this mode, the command must be followed by a write to the SDRAM.

The SDRAMC issues a ‘Load Mode Register’ command when the SDRAM device is accessed regardless of the cycle. To activate this mode, the command must be followed by a write to the SDRAM.

The SDRAMC issues an ‘Auto-Refresh’ Command when the SDRAM device is accessed regardless of the cycle. Previously, an ‘All Banks Precharge’ command must be issued. To activate this mode, the command must be followed by a write to the SDRAM.

The SDRAMC issues an ‘Extended Load Mode Register’ command when the SDRAM device is accessed regardless of the cycle. To activate this mode, the ‘Extended Load Mode Register’ command must be followed by a write to the SDRAM. The write in the SDRAM must be done in the appropriate bank; most low-power SDRAM devices use the bank 1.

Deep Power-down mode. Enters Deep Power-down mode.

Writes raw bits to the field

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.