[][src]Struct atsams70n19::tc0::tc_channel::tc_ier::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 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 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