[]Struct stm32_eth::stm32::fmc::sdcr1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

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

Writes raw bits to the register

pub fn nc(&mut self) -> _NCW

Bits 0:1 - Number of column address bits

pub fn nr(&mut self) -> _NRW

Bits 2:3 - Number of row address bits

pub fn mwid(&mut self) -> _MWIDW

Bits 4:5 - Memory data bus width

pub fn nb(&mut self) -> _NBW

Bit 6 - Number of internal banks

pub fn cas(&mut self) -> _CASW

Bits 7:8 - CAS latency

pub fn wp(&mut self) -> _WPW

Bit 9 - Write protection

pub fn sdclk(&mut self) -> _SDCLKW

Bits 10:11 - SDRAM clock configuration

pub fn rburst(&mut self) -> _RBURSTW

Bit 12 - Burst read

pub fn rpipe(&mut self) -> _RPIPEW

Bits 13:14 - Read pipe

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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