Module avr_device::atmega4809::rtc
source · Expand description
Real-Time Counter
Modules
- Calibration
- Clock Select
- Compare
- Counter
- Control A
- Debug control
- Interrupt Control
- Interrupt Flags
- Period
- PIT Control A
- PIT Debug control
- PIT Interrupt Control
- PIT Interrupt Flags
- PIT Status
- Status
- Temporary
Structs
- Register block
Type Definitions
- CALIB (rw) register accessor: an alias for
Reg<CALIB_SPEC> - CLKSEL (rw) register accessor: an alias for
Reg<CLKSEL_SPEC> - CMP (rw) register accessor: an alias for
Reg<CMP_SPEC> - CNT (rw) register accessor: an alias for
Reg<CNT_SPEC> - CTRLA (rw) register accessor: an alias for
Reg<CTRLA_SPEC> - DBGCTRL (rw) register accessor: an alias for
Reg<DBGCTRL_SPEC> - INTCTRL (rw) register accessor: an alias for
Reg<INTCTRL_SPEC> - INTFLAGS (rw) register accessor: an alias for
Reg<INTFLAGS_SPEC> - PER (rw) register accessor: an alias for
Reg<PER_SPEC> - PITCTRLA (rw) register accessor: an alias for
Reg<PITCTRLA_SPEC> - PITDBGCTRL (rw) register accessor: an alias for
Reg<PITDBGCTRL_SPEC> - PITINTCTRL (rw) register accessor: an alias for
Reg<PITINTCTRL_SPEC> - PITINTFLAGS (rw) register accessor: an alias for
Reg<PITINTFLAGS_SPEC> - PITSTATUS (r) register accessor: an alias for
Reg<PITSTATUS_SPEC> - STATUS (r) register accessor: an alias for
Reg<STATUS_SPEC> - TEMP (rw) register accessor: an alias for
Reg<TEMP_SPEC>