#[repr(C)]pub struct RegisterBlock {
pub ic4con: Reg<IC4CON_SPEC>,
pub ic4conclr: Reg<IC4CONCLR_SPEC>,
pub ic4conset: Reg<IC4CONSET_SPEC>,
pub ic4coninv: Reg<IC4CONINV_SPEC>,
pub ic4buf: Reg<IC4BUF_SPEC>,
}Expand description
Register block
Fields§
§ic4con: Reg<IC4CON_SPEC>0x00 - IC4CON register
ic4conclr: Reg<IC4CONCLR_SPEC>0x04 - IC4CONCLR register
ic4conset: Reg<IC4CONSET_SPEC>0x08 - IC4CONSET register
ic4coninv: Reg<IC4CONINV_SPEC>0x0c - IC4CONINV register
ic4buf: Reg<IC4BUF_SPEC>0x10 - IC4BUF 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