pub struct RegisterBlock {
pub ctrla: CTRLA,
pub config: CONFIG,
pub ewctrl: EWCTRL,
pub intenclr: INTENCLR,
pub intenset: INTENSET,
pub intflag: INTFLAG,
pub syncbusy: SYNCBUSY,
pub clear: CLEAR,
/* private fields */
}Expand description
Register block
Fields§
§ctrla: CTRLA0x00 - Control
config: CONFIG0x01 - Configuration
ewctrl: EWCTRL0x02 - Early Warning Interrupt Control
intenclr: INTENCLR0x04 - Interrupt Enable Clear
intenset: INTENSET0x05 - Interrupt Enable Set
intflag: INTFLAG0x06 - Interrupt Flag Status and Clear
syncbusy: SYNCBUSY0x08 - Synchronization Busy
clear: CLEAR0x0c - Clear
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