Struct RegisterBlock
#[repr(C)]pub struct RegisterBlock {
eimcr: Eimcr,
eichen: Eichen,
_reserved2: [u8; 248],
eichd0_word0: Eichd0Word0,
eichd0_word1: Eichd0Word1,
_reserved4: [u8; 248],
eichd1_word0: Eichd1Word0,
eichd1_word1: Eichd1Word1,
}Expand description
Register block
Fields§
§eimcr: Eimcr§eichen: Eichen§_reserved2: [u8; 248]§eichd0_word0: Eichd0Word0§eichd0_word1: Eichd0Word1§_reserved4: [u8; 248]§eichd1_word0: Eichd1Word0§eichd1_word1: Eichd1Word1Implementations§
§impl RegisterBlock
impl RegisterBlock
pub const fn eichd0_word0(&self) -> &Eichd0Word0
pub const fn eichd0_word0(&self) -> &Eichd0Word0
0x100 - Error Injection Channel Descriptor n, Word0
pub const fn eichd0_word1(&self) -> &Eichd0Word1
pub const fn eichd0_word1(&self) -> &Eichd0Word1
0x104 - Error Injection Channel Descriptor n, Word1
pub const fn eichd1_word0(&self) -> &Eichd1Word0
pub const fn eichd1_word0(&self) -> &Eichd1Word0
0x200 - Error Injection Channel Descriptor n, Word0
pub const fn eichd1_word1(&self) -> &Eichd1Word1
pub const fn eichd1_word1(&self) -> &Eichd1Word1
0x204 - Error Injection Channel Descriptor n, Word1
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin 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