[][src]Struct stm32l4xx_hal::stm32::quadspi::ccr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn ddrm(&self) -> DDRMR[src]

Bit 31 - Double data rate mode

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

Bit 30 - DDR hold half cycle

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

Bit 28 - Send instruction only once mode

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

Bits 26:27 - Functional mode

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

Bits 24:25 - Data mode

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

Bits 18:22 - Number of dummy cycles

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

Bits 16:17 - Alternate bytes size

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

Bits 14:15 - Alternate bytes mode

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

Bits 12:13 - Address size

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

Bits 10:11 - Address mode

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

Bits 8:9 - Instruction mode

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

Bits 0:7 - Instruction

Auto Trait Implementations

impl Send for R

impl Sync for R

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