#[repr(C)]pub struct RegisterBlock { /* private fields */ }
Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn mult_int_raw(&self) -> &MULT_INT_RAW
pub const fn mult_int_raw(&self) -> &MULT_INT_RAW
0x0c - I2S interrupt raw register, valid in level.
Sourcepub const fn mult_int_st(&self) -> &MULT_INT_ST
pub const fn mult_int_st(&self) -> &MULT_INT_ST
0x10 - I2S interrupt status register.
Sourcepub const fn mult_int_ena(&self) -> &MULT_INT_ENA
pub const fn mult_int_ena(&self) -> &MULT_INT_ENA
0x14 - I2S interrupt enable register.
Sourcepub const fn mult_int_clr(&self) -> &MULT_INT_CLR
pub const fn mult_int_clr(&self) -> &MULT_INT_CLR
0x18 - I2S interrupt clear register.
Sourcepub fn k_mem_iter(&self) -> impl Iterator<Item = &K_MEM>
pub fn k_mem_iter(&self) -> impl Iterator<Item = &K_MEM>
Iterator for array of: 0x100..0x120 - The memory that stores k.
Sourcepub fn px_mem_iter(&self) -> impl Iterator<Item = &PX_MEM>
pub fn px_mem_iter(&self) -> impl Iterator<Item = &PX_MEM>
Iterator for array of: 0x120..0x140 - The memory that stores Px.
Sourcepub fn py_mem_iter(&self) -> impl Iterator<Item = &PY_MEM>
pub fn py_mem_iter(&self) -> impl Iterator<Item = &PY_MEM>
Iterator for array of: 0x140..0x160 - The memory that stores Py.
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