#[repr(C)]pub struct RegisterBlock {
pub ic3con: Reg<IC3CON_SPEC>,
pub ic3conclr: Reg<IC3CONCLR_SPEC>,
pub ic3conset: Reg<IC3CONSET_SPEC>,
pub ic3coninv: Reg<IC3CONINV_SPEC>,
pub ic3buf: Reg<IC3BUF_SPEC>,
}Expand description
Register block
Fields§
§ic3con: Reg<IC3CON_SPEC>0x00 - IC3CON register
ic3conclr: Reg<IC3CONCLR_SPEC>0x04 - IC3CONCLR register
ic3conset: Reg<IC3CONSET_SPEC>0x08 - IC3CONSET register
ic3coninv: Reg<IC3CONINV_SPEC>0x0c - IC3CONINV register
ic3buf: Reg<IC3BUF_SPEC>0x10 - IC3BUF 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