#[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub fn dacctrl_iter(&self) -> impl Iterator<Item = &Dacctrl>
pub fn dacctrl_iter(&self) -> impl Iterator<Item = &Dacctrl>
Iterator for array of: 0x0c - DAC n Control
Sourcepub fn data_iter(&self) -> impl Iterator<Item = &Data>
pub fn data_iter(&self) -> impl Iterator<Item = &Data>
Iterator for array of: 0x10 - DAC n Data
Sourcepub fn databuf_iter(&self) -> impl Iterator<Item = &Databuf>
pub fn databuf_iter(&self) -> impl Iterator<Item = &Databuf>
Iterator for array of: 0x14 - DAC n Data Buffer
Sourcepub fn result_iter(&self) -> impl Iterator<Item = &Result>
pub fn result_iter(&self) -> impl Iterator<Item = &Result>
Iterator for array of: 0x1c - Filter Result
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