[][src]Struct sam3x8e::tc1::sr1::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 covfs(&self) -> COVFSR[src]

Bit 0 - Counter Overflow Status

pub fn lovrs(&self) -> LOVRSR[src]

Bit 1 - Load Overrun Status

pub fn cpas(&self) -> CPASR[src]

Bit 2 - RA Compare Status

pub fn cpbs(&self) -> CPBSR[src]

Bit 3 - RB Compare Status

pub fn cpcs(&self) -> CPCSR[src]

Bit 4 - RC Compare Status

pub fn ldras(&self) -> LDRASR[src]

Bit 5 - RA Loading Status

pub fn ldrbs(&self) -> LDRBSR[src]

Bit 6 - RB Loading Status

pub fn etrgs(&self) -> ETRGSR[src]

Bit 7 - External Trigger Status

pub fn clksta(&self) -> CLKSTAR[src]

Bit 16 - Clock Enabling Status

pub fn mtioa(&self) -> MTIOAR[src]

Bit 17 - TIOA Mirror

pub fn mtiob(&self) -> MTIOBR[src]

Bit 18 - TIOB Mirror

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]