#[repr(C)]pub struct INIT {
pub ivlr: Reg<IVLR_SPEC>,
pub ivrr: Reg<IVRR_SPEC>,
}
Expand description
Register block
Fields§
§ivlr: Reg<IVLR_SPEC>
0x00 - initialization vector registers
ivrr: Reg<IVRR_SPEC>
0x04 - initialization vector registers
Auto Trait Implementations§
impl !RefUnwindSafe for INIT
impl Send for INIT
impl !Sync for INIT
impl Unpin for INIT
impl UnwindSafe for INIT
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