#[repr(C)]
pub struct COUNT32 {
Show 13 fields pub ctrla: Reg<CTRLA_SPEC>, pub readreq: Reg<READREQ_SPEC>, pub ctrlbclr: Reg<CTRLBCLR_SPEC>, pub ctrlbset: Reg<CTRLBSET_SPEC>, pub ctrlc: Reg<CTRLC_SPEC>, pub dbgctrl: Reg<DBGCTRL_SPEC>, pub evctrl: Reg<EVCTRL_SPEC>, pub intenclr: Reg<INTENCLR_SPEC>, pub intenset: Reg<INTENSET_SPEC>, pub intflag: Reg<INTFLAG_SPEC>, pub status: Reg<STATUS_SPEC>, pub count: Reg<COUNT_SPEC>, pub cc: [Reg<CC_SPEC>; 2], /* private fields */
}
Expand description

Register block

Fields

ctrla: Reg<CTRLA_SPEC>

0x00 - Control A

readreq: Reg<READREQ_SPEC>

0x02 - Read Request

ctrlbclr: Reg<CTRLBCLR_SPEC>

0x04 - Control B Clear

ctrlbset: Reg<CTRLBSET_SPEC>

0x05 - Control B Set

ctrlc: Reg<CTRLC_SPEC>

0x06 - Control C

dbgctrl: Reg<DBGCTRL_SPEC>

0x08 - Debug Control

evctrl: Reg<EVCTRL_SPEC>

0x0a - Event Control

intenclr: Reg<INTENCLR_SPEC>

0x0c - Interrupt Enable Clear

intenset: Reg<INTENSET_SPEC>

0x0d - Interrupt Enable Set

intflag: Reg<INTFLAG_SPEC>

0x0e - Interrupt Flag Status and Clear

status: Reg<STATUS_SPEC>

0x0f - Status

count: Reg<COUNT_SPEC>

0x10 - COUNT32 Counter Value

cc: [Reg<CC_SPEC>; 2]

0x18..0x20 - COUNT32 Compare/Capture

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.