pub struct RegisterBlock {
pub ctrla: CTRLA,
pub intenclr: INTENCLR,
pub intenset: INTENSET,
pub intflag: INTFLAG,
pub cpudiv: CPUDIV,
pub ahbmask: AHBMASK,
pub apbamask: APBAMASK,
pub apbbmask: APBBMASK,
pub apbcmask: APBCMASK,
/* private fields */
}Expand description
Register block
Fields§
§ctrla: CTRLA0x00 - Control
intenclr: INTENCLR0x01 - Interrupt Enable Clear
intenset: INTENSET0x02 - Interrupt Enable Set
intflag: INTFLAG0x03 - Interrupt Flag Status and Clear
cpudiv: CPUDIV0x04 - CPU Clock Division
ahbmask: AHBMASK0x10 - AHB Mask
apbamask: APBAMASK0x14 - APBA Mask
apbbmask: APBBMASK0x18 - APBB Mask
apbcmask: APBCMASK0x1c - APBC Mask
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