#[repr(C)]pub struct RegisterBlock {
pub ic1con: Reg<IC1CON_SPEC>,
pub ic1conclr: Reg<IC1CONCLR_SPEC>,
pub ic1conset: Reg<IC1CONSET_SPEC>,
pub ic1coninv: Reg<IC1CONINV_SPEC>,
pub ic1buf: Reg<IC1BUF_SPEC>,
}Expand description
Register block
Fields§
§ic1con: Reg<IC1CON_SPEC>0x00 - IC1CON register
ic1conclr: Reg<IC1CONCLR_SPEC>0x04 - IC1CONCLR register
ic1conset: Reg<IC1CONSET_SPEC>0x08 - IC1CONSET register
ic1coninv: Reg<IC1CONINV_SPEC>0x0c - IC1CONINV register
ic1buf: Reg<IC1BUF_SPEC>0x10 - IC1BUF 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