[][src]Struct sam3x8e::spi0::csr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn cpol(&self) -> CPOLR[src]

Bit 0 - Clock Polarity

pub fn ncpha(&self) -> NCPHAR[src]

Bit 1 - Clock Phase

pub fn csnaat(&self) -> CSNAATR[src]

Bit 2 - Chip Select Not Active After Transfer (Ignored if CSAAT = 1)

pub fn csaat(&self) -> CSAATR[src]

Bit 3 - Chip Select Active After Transfer

pub fn bits_(&self) -> BITSR[src]

Bits 4:7 - Bits Per Transfer

pub fn scbr(&self) -> SCBRR[src]

Bits 8:15 - Serial Clock Baud Rate

pub fn dlybs(&self) -> DLYBSR[src]

Bits 16:23 - Delay Before SPCK

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

Bits 24:31 - Delay Between Consecutive Transfers

Auto Trait Implementations

impl Send for R

impl Sync for R

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]