[][src]Struct stm32f4xx_hal::stm32::fmc::sdcr1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

pub fn nc(&mut self) -> _NCW[src]

Bits 0:1 - Number of column address bits

pub fn nr(&mut self) -> _NRW[src]

Bits 2:3 - Number of row address bits

pub fn mwid(&mut self) -> _MWIDW[src]

Bits 4:5 - Memory data bus width

pub fn nb(&mut self) -> _NBW[src]

Bit 6 - Number of internal banks

pub fn cas(&mut self) -> _CASW[src]

Bits 7:8 - CAS latency

pub fn wp(&mut self) -> _WPW[src]

Bit 9 - Write protection

pub fn sdclk(&mut self) -> _SDCLKW[src]

Bits 10:11 - SDRAM clock configuration

pub fn rburst(&mut self) -> _RBURSTW[src]

Bit 12 - Burst read

pub fn rpipe(&mut self) -> _RPIPEW[src]

Bits 13:14 - Read pipe

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self