[][src]Struct saml10e15a::tc0::COUNT32

#[repr(C)]
pub struct COUNT32 {
    pub ctrla: CTRLA,
    pub ctrlbclr: CTRLBCLR,
    pub ctrlbset: CTRLBSET,
    pub evctrl: EVCTRL,
    pub intenclr: INTENCLR,
    pub intenset: INTENSET,
    pub intflag: INTFLAG,
    pub status: STATUS,
    pub wave: WAVE,
    pub drvctrl: DRVCTRL,
    pub dbgctrl: DBGCTRL,
    pub syncbusy: SYNCBUSY,
    pub count: COUNT,
    pub per: PER,
    pub cc: [CC; 2],
    pub perbuf: PERBUF,
    pub ccbuf: [CCBUF; 2],
    // some fields omitted
}

Register block

Fields

ctrla: CTRLA

0x00 - Control A

ctrlbclr: CTRLBCLR

0x04 - Control B Clear

ctrlbset: CTRLBSET

0x05 - Control B Set

evctrl: EVCTRL

0x06 - Event Control

intenclr: INTENCLR

0x08 - Interrupt Enable Clear

intenset: INTENSET

0x09 - Interrupt Enable Set

intflag: INTFLAG

0x0a - Interrupt Flag Status and Clear

status: STATUS

0x0b - Status

wave: WAVE

0x0c - Waveform Generation Control

drvctrl: DRVCTRL

0x0d - Control C

dbgctrl: DBGCTRL

0x0f - Debug Control

syncbusy: SYNCBUSY

0x10 - Synchronization Status

count: COUNT

0x14 - COUNT32 Count

per: PER

0x18 - COUNT32 Period

cc: [CC; 2]

0x1c - COUNT32 Compare and Capture

perbuf: PERBUF

0x2c - COUNT32 Period Buffer

ccbuf: [CCBUF; 2]

0x30 - COUNT32 Compare and Capture Buffer

Auto Trait Implementations

impl Unpin for COUNT32

impl !Sync for COUNT32

impl Send for COUNT32

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