#[repr(C)]pub struct RegisterBlock {
pub cm1con: Reg<CM1CON_SPEC>,
pub cm1conclr: Reg<CM1CONCLR_SPEC>,
pub cm1conset: Reg<CM1CONSET_SPEC>,
pub cm1coninv: Reg<CM1CONINV_SPEC>,
}Expand description
Register block
Fields§
§cm1con: Reg<CM1CON_SPEC>0x00 - CM1CON register
cm1conclr: Reg<CM1CONCLR_SPEC>0x04 - CM1CONCLR register
cm1conset: Reg<CM1CONSET_SPEC>0x08 - CM1CONSET register
cm1coninv: Reg<CM1CONINV_SPEC>0x0c - CM1CONINV register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl !Sync for RegisterBlock
impl Send for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin 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