[][src]Struct atsamd51j19a::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 cc: [CC; 2], 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

cc: [CC; 2]

0x1c - COUNT32 Compare and Capture

ccbuf: [CCBUF; 2]

0x30 - COUNT32 Compare and Capture Buffer

Auto Trait Implementations

impl Send for COUNT32

impl !Sync for COUNT32

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]