[][src]Struct atsamd51j19a::qspi::ctrlb::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 mode(&mut self) -> _MODEW[src]

Bit 0 - Serial Memory Mode

pub fn loopen(&mut self) -> _LOOPENW[src]

Bit 1 - Local Loopback Enable

pub fn wdrbt(&mut self) -> _WDRBTW[src]

Bit 2 - Wait Data Read Before Transfer

pub fn smemreg(&mut self) -> _SMEMREGW[src]

Bit 3 - Serial Memory reg

pub fn csmode(&mut self) -> _CSMODEW[src]

Bits 4:5 - Chip Select Mode

pub fn datalen(&mut self) -> _DATALENW[src]

Bits 8:11 - Data Length

pub fn dlybct(&mut self) -> _DLYBCTW[src]

Bits 16:23 - Delay Between Consecutive Transfers

pub fn dlycs(&mut self) -> _DLYCSW[src]

Bits 24:31 - Minimum Inactive CS Delay

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

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

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]