Struct rp_pac::sio::regs::Interp0accum0add
source · #[repr(transparent)]pub struct Interp0accum0add(pub u32);
Expand description
Values written here are atomically added to ACCUM0 Reading yields lane 0’s raw shift and mask value (BASE0 not added).
Tuple Fields§
§0: u32
Implementations§
source§impl Interp0accum0add
impl Interp0accum0add
pub const fn interp0_accum0_add(&self) -> u32
pub fn set_interp0_accum0_add(&mut self, val: u32)
Trait Implementations§
source§impl Clone for Interp0accum0add
impl Clone for Interp0accum0add
source§fn clone(&self) -> Interp0accum0add
fn clone(&self) -> Interp0accum0add
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for Interp0accum0add
impl Default for Interp0accum0add
source§fn default() -> Interp0accum0add
fn default() -> Interp0accum0add
Returns the “default value” for a type. Read more
source§impl PartialEq for Interp0accum0add
impl PartialEq for Interp0accum0add
impl Copy for Interp0accum0add
impl Eq for Interp0accum0add
impl StructuralPartialEq for Interp0accum0add
Auto Trait Implementations§
impl Freeze for Interp0accum0add
impl RefUnwindSafe for Interp0accum0add
impl Send for Interp0accum0add
impl Sync for Interp0accum0add
impl Unpin for Interp0accum0add
impl UnwindSafe for Interp0accum0add
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)