[][src]Struct circuit_playground_express::atsamd21g18a::tcc0::syncbusy::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 swrst(&self) -> SWRSTR[src]

Bit 0 - Swrst Busy

pub fn enable(&self) -> ENABLER[src]

Bit 1 - Enable Busy

pub fn ctrlb(&self) -> CTRLBR[src]

Bit 2 - Ctrlb Busy

pub fn status(&self) -> STATUSR[src]

Bit 3 - Status Busy

pub fn count(&self) -> COUNTR[src]

Bit 4 - Count Busy

pub fn patt(&self) -> PATTR[src]

Bit 5 - Pattern Busy

pub fn wave(&self) -> WAVER[src]

Bit 6 - Wave Busy

pub fn per(&self) -> PERR[src]

Bit 7 - Period busy

pub fn cc0(&self) -> CC0R[src]

Bit 8 - Compare Channel 0 Busy

pub fn cc1(&self) -> CC1R[src]

Bit 9 - Compare Channel 1 Busy

pub fn cc2(&self) -> CC2R[src]

Bit 10 - Compare Channel 2 Busy

pub fn cc3(&self) -> CC3R[src]

Bit 11 - Compare Channel 3 Busy

pub fn pattb(&self) -> PATTBR[src]

Bit 16 - Pattern Buffer Busy

pub fn waveb(&self) -> WAVEBR[src]

Bit 17 - Wave Buffer Busy

pub fn perb(&self) -> PERBR[src]

Bit 18 - Period Buffer Busy

pub fn ccb0(&self) -> CCB0R[src]

Bit 19 - Compare Channel Buffer 0 Busy

pub fn ccb1(&self) -> CCB1R[src]

Bit 20 - Compare Channel Buffer 1 Busy

pub fn ccb2(&self) -> CCB2R[src]

Bit 21 - Compare Channel Buffer 2 Busy

pub fn ccb3(&self) -> CCB3R[src]

Bit 22 - Compare Channel Buffer 3 Busy

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

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

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]