Struct atsamd21g18a::tc3::COUNT16[][src]

#[repr(C)]
pub struct COUNT16 { pub ctrla: CTRLA, pub readreq: READREQ, pub ctrlbclr: CTRLBCLR, pub ctrlbset: CTRLBSET, pub ctrlc: CTRLC, pub dbgctrl: DBGCTRL, pub evctrl: EVCTRL, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub status: STATUS, pub count: COUNT, pub cc: [CC; 2], // some fields omitted }

Register block

Fields

0x00 - Control A

0x02 - Read Request

0x04 - Control B Clear

0x05 - Control B Set

0x06 - Control C

0x08 - Debug Control

0x0a - Event Control

0x0c - Interrupt Enable Clear

0x0d - Interrupt Enable Set

0x0e - Interrupt Flag Status and Clear

0x0f - Status

0x10 - COUNT16 Counter Value

0x18 - COUNT16 Compare/Capture

Auto Trait Implementations

impl Send for COUNT16

impl !Sync for COUNT16