[][src]Struct stm32h7::stm32h743v::fmc::pcr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn pwaiten(&mut self) -> _PWAITENW[src]

Bit 1 - Wait feature enable bit. This bit enables the Wait feature for the NAND Flash memory bank:

pub fn pbken(&mut self) -> _PBKENW[src]

Bit 2 - NAND Flash memory bank enable bit. This bit enables the memory bank. Accessing a disabled memory bank causes an ERROR on AXI bus

pub fn pwid(&mut self) -> _PWIDW[src]

Bits 4:5 - Data bus width. These bits define the external memory device width.

pub fn eccen(&mut self) -> _ECCENW[src]

Bit 6 - ECC computation logic enable bit

pub fn tclr(&mut self) -> _TCLRW[src]

Bits 9:12 - CLE to RE delay. These bits set time from CLE low to RE low in number of KCK_FMC clock cycles. The time is give by the following formula: t_clr = (TCLR + SET + 2) TKCK_FMC where TKCK_FMC is the KCK_FMC clock period Note: Set is MEMSET or ATTSET according to the addressed space.

pub fn tar(&mut self) -> _TARW[src]

Bits 13:16 - ALE to RE delay. These bits set time from ALE low to RE low in number of KCK_FMC clock cycles. Time is: t_ar = (TAR + SET + 2) TKCK_FMC where TKCK_FMC is the FMC clock period Note: Set is MEMSET or ATTSET according to the addressed space.

pub fn eccps(&mut self) -> _ECCPSW[src]

Bits 17:19 - ECC page size. These bits define the page size for the extended ECC:

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self