Struct rp_pac::sio::regs::Interp1accum1add
source · #[repr(transparent)]pub struct Interp1accum1add(pub u32);
Expand description
Values written here are atomically added to ACCUM1 Reading yields lane 1’s raw shift and mask value (BASE1 not added).
Tuple Fields§
§0: u32
Implementations§
source§impl Interp1accum1add
impl Interp1accum1add
pub const fn interp1_accum1_add(&self) -> u32
pub fn set_interp1_accum1_add(&mut self, val: u32)
Trait Implementations§
source§impl Clone for Interp1accum1add
impl Clone for Interp1accum1add
source§fn clone(&self) -> Interp1accum1add
fn clone(&self) -> Interp1accum1add
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 Interp1accum1add
impl Default for Interp1accum1add
source§fn default() -> Interp1accum1add
fn default() -> Interp1accum1add
Returns the “default value” for a type. Read more
source§impl PartialEq for Interp1accum1add
impl PartialEq for Interp1accum1add
impl Copy for Interp1accum1add
impl Eq for Interp1accum1add
impl StructuralPartialEq for Interp1accum1add
Auto Trait Implementations§
impl Freeze for Interp1accum1add
impl RefUnwindSafe for Interp1accum1add
impl Send for Interp1accum1add
impl Sync for Interp1accum1add
impl Unpin for Interp1accum1add
impl UnwindSafe for Interp1accum1add
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
)