[][src]Struct stm32l4xx_hal::stm32::quadspi::ccr::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 ddrm(&mut self) -> _DDRMW[src]

Bit 31 - Double data rate mode

pub fn dhhc(&mut self) -> _DHHCW[src]

Bit 30 - DDR hold half cycle

pub fn sioo(&mut self) -> _SIOOW[src]

Bit 28 - Send instruction only once mode

pub fn fmode(&mut self) -> _FMODEW[src]

Bits 26:27 - Functional mode

pub fn dmode(&mut self) -> _DMODEW[src]

Bits 24:25 - Data mode

pub fn dcyc(&mut self) -> _DCYCW[src]

Bits 18:22 - Number of dummy cycles

pub fn absize(&mut self) -> _ABSIZEW[src]

Bits 16:17 - Alternate bytes size

pub fn abmode(&mut self) -> _ABMODEW[src]

Bits 14:15 - Alternate bytes mode

pub fn adsize(&mut self) -> _ADSIZEW[src]

Bits 12:13 - Address size

pub fn admode(&mut self) -> _ADMODEW[src]

Bits 10:11 - Address mode

pub fn imode(&mut self) -> _IMODEW[src]

Bits 8:9 - Instruction mode

pub fn instruction(&mut self) -> _INSTRUCTIONW[src]

Bits 0:7 - Instruction

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 = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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