#[repr(C)]
pub struct RegisterBlock {
Show 17 fields pub ctrla: Reg<CTRLA_SPEC>, pub ctrlbclr: Reg<CTRLBCLR_SPEC>, pub ctrlbset: Reg<CTRLBSET_SPEC>, pub syncbusy: Reg<SYNCBUSY_SPEC>, pub fctrla: Reg<FCTRLA_SPEC>, pub fctrlb: Reg<FCTRLB_SPEC>, pub wexctrl: Reg<WEXCTRL_SPEC>, pub drvctrl: Reg<DRVCTRL_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 patt: Reg<PATT_SPEC>, pub wave: Reg<WAVE_SPEC>, pub pattbuf: Reg<PATTBUF_SPEC>, /* private fields */
}
Expand description

Register block

Fields

ctrla: Reg<CTRLA_SPEC>

0x00 - Control A

ctrlbclr: Reg<CTRLBCLR_SPEC>

0x04 - Control B Clear

ctrlbset: Reg<CTRLBSET_SPEC>

0x05 - Control B Set

syncbusy: Reg<SYNCBUSY_SPEC>

0x08 - Synchronization Busy

fctrla: Reg<FCTRLA_SPEC>

0x0c - Recoverable Fault A Configuration

fctrlb: Reg<FCTRLB_SPEC>

0x10 - Recoverable Fault B Configuration

wexctrl: Reg<WEXCTRL_SPEC>

0x14 - Waveform Extension Configuration

drvctrl: Reg<DRVCTRL_SPEC>

0x18 - Driver Control

dbgctrl: Reg<DBGCTRL_SPEC>

0x1e - Debug Control

evctrl: Reg<EVCTRL_SPEC>

0x20 - Event Control

intenclr: Reg<INTENCLR_SPEC>

0x24 - Interrupt Enable Clear

intenset: Reg<INTENSET_SPEC>

0x28 - Interrupt Enable Set

intflag: Reg<INTFLAG_SPEC>

0x2c - Interrupt Flag Status and Clear

status: Reg<STATUS_SPEC>

0x30 - Status

patt: Reg<PATT_SPEC>

0x38 - Pattern

wave: Reg<WAVE_SPEC>

0x3c - Waveform Control

pattbuf: Reg<PATTBUF_SPEC>

0x64 - Pattern Buffer

Implementations

0x34 - Count

0x34 - Count

0x34 - Count

0x34 - Count

0x40 - Period

0x40 - Period

0x40 - Period

0x40 - Period

0x44..0x5c - Compare and Capture

0x44..0x5c - Compare and Capture

0x44..0x5c - Compare and Capture

0x44..0x5c - Compare and Capture

0x6c - Period Buffer

0x6c - Period Buffer

0x6c - Period Buffer

0x6c - Period Buffer

0x70..0x88 - Compare and Capture Buffer

0x70..0x88 - Compare and Capture Buffer

0x70..0x88 - Compare and Capture Buffer

0x70..0x88 - Compare and Capture Buffer

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.