[][src]Struct sam3x8e::tc1::ier1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn covfs(&mut self) -> _COVFSW[src]

Bit 0 - Counter Overflow

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

Bit 1 - Load Overrun

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

Bit 2 - RA Compare

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

Bit 3 - RB Compare

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

Bit 4 - RC Compare

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

Bit 5 - RA Loading

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

Bit 6 - RB Loading

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

Bit 7 - External Trigger

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]