#[repr(C)]pub struct RegisterBlock {
pub ic5con: Reg<IC5CON_SPEC>,
pub ic5conclr: Reg<IC5CONCLR_SPEC>,
pub ic5conset: Reg<IC5CONSET_SPEC>,
pub ic5coninv: Reg<IC5CONINV_SPEC>,
pub ic5buf: Reg<IC5BUF_SPEC>,
}Expand description
Register block
Fields§
§ic5con: Reg<IC5CON_SPEC>0x00 - IC5CON register
ic5conclr: Reg<IC5CONCLR_SPEC>0x04 - IC5CONCLR register
ic5conset: Reg<IC5CONSET_SPEC>0x08 - IC5CONSET register
ic5coninv: Reg<IC5CONINV_SPEC>0x0c - IC5CONINV register
ic5buf: Reg<IC5BUF_SPEC>0x10 - IC5BUF 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