Module avr_device::atmega4809::nvmctrl
source · Expand description
Non-volatile Memory Controller
Modules§
- Address
- Control A
- Control B
- Data
- Interrupt Control
- Interrupt Flags
- Status
Structs§
- Register block
Type Aliases§
- ADDR (rw) register accessor: an alias for
Reg<ADDR_SPEC> - CTRLA (rw) register accessor: an alias for
Reg<CTRLA_SPEC> - CTRLB (rw) register accessor: an alias for
Reg<CTRLB_SPEC> - DATA (rw) register accessor: an alias for
Reg<DATA_SPEC> - INTCTRL (rw) register accessor: an alias for
Reg<INTCTRL_SPEC> - INTFLAGS (rw) register accessor: an alias for
Reg<INTFLAGS_SPEC> - STATUS (r) register accessor: an alias for
Reg<STATUS_SPEC>