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,
/* private fields */
}Expand description
Register block
Fields§
§ctrla: CTRLA0x00 - Control A
ctrlb: CTRLB0x04 - Control B
param: PARAM0x08 - NVM Parameter
intenclr: INTENCLR0x0c - Interrupt Enable Clear
intenset: INTENSET0x10 - Interrupt Enable Set
intflag: INTFLAG0x14 - Interrupt Flag Status and Clear
status: STATUS0x18 - Status
addr: ADDR0x1c - Address
lock: LOCK0x20 - Lock Section
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more