[][src]Struct sam3x8e::smc::mode0::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 read_mode(&mut self) -> _READ_MODEW[src]

Bit 0 - Selection of the Control Signal for Read Operation

pub fn write_mode(&mut self) -> _WRITE_MODEW[src]

Bit 1 - Selection of the Control Signal for Write Operation

pub fn exnw_mode(&mut self) -> _EXNW_MODEW[src]

Bits 4:5 - NWAIT Mode

pub fn bat(&mut self) -> _BATW[src]

Bit 8 - Byte Access Type

pub fn dbw(&mut self) -> _DBWW[src]

Bit 12 - Data Bus Width

pub fn tdf_cycles(&mut self) -> _TDF_CYCLESW[src]

Bits 16:19 - Data Float Time

pub fn tdf_mode(&mut self) -> _TDF_MODEW[src]

Bit 20 - TDF Optimization

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

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]