[][src]Struct atsams70q19b::smc::smc_cs_number::smc_setup::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn nwe_setup(&mut self) -> _NWE_SETUPW[src]

Bits 0:5 - NWE Setup Length

pub fn ncs_wr_setup(&mut self) -> _NCS_WR_SETUPW[src]

Bits 8:13 - NCS Setup Length in WRITE Access

pub fn nrd_setup(&mut self) -> _NRD_SETUPW[src]

Bits 16:21 - NRD Setup Length

pub fn ncs_rd_setup(&mut self) -> _NCS_RD_SETUPW[src]

Bits 24:29 - NCS Setup Length in READ Access

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]

impl<T> Same<T> for T

type Output = T

Should always be Self