[][src]Struct e310x::qspi0::ffmt::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 pad_code(&self) -> PAD_CODER[src]

Bits 24:31 - First 8 bits to transmit during dummy cycles

pub fn cmd_code(&self) -> CMD_CODER[src]

Bits 16:23 - Value of command byte

pub fn data_proto(&self) -> DATA_PROTOR[src]

Bits 12:13 - Protocol for receiving data bytes

pub fn addr_proto(&self) -> ADDR_PROTOR[src]

Bits 10:11 - Protocol for transmitting address and padding

pub fn cmd_proto(&self) -> CMD_PROTOR[src]

Bits 8:9 - Protocol for transmitting command

pub fn pad_cnt(&self) -> PAD_CNTR[src]

Bit 0 - Number of dummy cycles

pub fn addr_len(&self) -> ADDR_LENR[src]

Bits 1:3 - Number of address bytes (0 to 4)

pub fn cmd_en(&self) -> CMD_ENR[src]

Bit 0 - Enable sending of command

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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]