Struct rp_pac::sio::regs::Interp1accum0add
source · #[repr(transparent)]pub struct Interp1accum0add(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 Interp1accum0add
impl Interp1accum0add
pub const fn interp1_accum0_add(&self) -> u32
pub fn set_interp1_accum0_add(&mut self, val: u32)
Trait Implementations§
source§impl Clone for Interp1accum0add
impl Clone for Interp1accum0add
source§fn clone(&self) -> Interp1accum0add
fn clone(&self) -> Interp1accum0add
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 Interp1accum0add
impl Default for Interp1accum0add
source§fn default() -> Interp1accum0add
fn default() -> Interp1accum0add
Returns the “default value” for a type. Read more
source§impl PartialEq for Interp1accum0add
impl PartialEq for Interp1accum0add
impl Copy for Interp1accum0add
impl Eq for Interp1accum0add
impl StructuralPartialEq for Interp1accum0add
Auto Trait Implementations§
impl Freeze for Interp1accum0add
impl RefUnwindSafe for Interp1accum0add
impl Send for Interp1accum0add
impl Sync for Interp1accum0add
impl Unpin for Interp1accum0add
impl UnwindSafe for Interp1accum0add
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
)