[−]Struct stm32_eth::stm32::fmc::sdcr1::W
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
Blanket Implementations
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From for T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self