Struct atsamd21e18a::nvmctrl::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrla: CTRLA, pub ctrlb: CTRLB, pub param: PARAM, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub status: STATUS, pub addr: ADDR, pub lock: LOCK, // some fields omitted }

Register block

Fields

0x00 - Control A

0x04 - Control B

0x08 - NVM Parameter

0x0c - Interrupt Enable Clear

0x10 - Interrupt Enable Set

0x14 - Interrupt Flag Status and Clear

0x18 - Status

0x1c - Address

0x20 - Lock Section

Auto Trait Implementations