[][src]Struct atsams70n19::qspi::qspi_mr::_CSMODEW

pub struct _CSMODEW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _CSMODEW<'a>[src]

pub fn variant(self, variant: CSMODEW) -> &'a mut W[src]

Writes variant to the field

pub fn not_reloaded(self) -> &'a mut W[src]

The chip select is deasserted if QSPI_TDR.TD has not been reloaded before the end of the current transfer.

pub fn lastxfer(self) -> &'a mut W[src]

The chip select is deasserted when the bit LASTXFER is written at 1 and the character written in QSPI_TDR.TD has been transferred.

pub fn systematically(self) -> &'a mut W[src]

The chip select is deasserted systematically after each transfer.

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _CSMODEW<'a>

impl<'a> Sync for _CSMODEW<'a>

impl<'a> Send for _CSMODEW<'a>

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]

impl<T> Same<T> for T

type Output = T

Should always be Self