[][src]Struct e310x::qspi0::ffmt::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 Self[src]

Writes raw bits to the register

pub fn pad_code(&mut self) -> _PAD_CODEW[src]

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

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

Bits 16:23 - Value of command byte

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

Bits 12:13 - Protocol for receiving data bytes

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

Bits 10:11 - Protocol for transmitting address and padding

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

Bits 8:9 - Protocol for transmitting command

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

Bit 0 - Number of dummy cycles

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

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

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

Bit 0 - Enable sending of command

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]