#[repr(transparent)]pub struct Dreg(pub u32);Expand description
D register
Tuple Fields§
§0: u32Implementations§
Source§impl Dreg
impl Dreg
Sourcepub const fn reg_value(&self) -> u32
pub const fn reg_value(&self) -> u32
Register to be fed into Multiplier. Is not normally written or read by application, but is available when accelerator not busy.
Sourcepub const fn set_reg_value(&mut self, val: u32)
pub const fn set_reg_value(&mut self, val: u32)
Register to be fed into Multiplier. Is not normally written or read by application, but is available when accelerator not busy.
Trait Implementations§
impl Copy for Dreg
impl Eq for Dreg
impl StructuralPartialEq for Dreg
Auto Trait Implementations§
impl Freeze for Dreg
impl RefUnwindSafe for Dreg
impl Send for Dreg
impl Sync for Dreg
impl Unpin for Dreg
impl UnwindSafe for Dreg
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