Struct rp2040_pac::sio::interp1_pop_lane0::INTERP1_POP_LANE0_SPEC
source · pub struct INTERP1_POP_LANE0_SPEC;
Expand description
Read LANE0 result, and simultaneously write lane results to both accumulators (POP).
You can read
this register and get interp1_pop_lane0::R
. See API.
Trait Implementations§
source§impl Resettable for INTERP1_POP_LANE0_SPEC
impl Resettable for INTERP1_POP_LANE0_SPEC
reset()
method sets INTERP1_POP_LANE0 to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for INTERP1_POP_LANE0_SPEC
read()
method returns interp1_pop_lane0::R
reader structure
Auto Trait Implementations§
impl Freeze for INTERP1_POP_LANE0_SPEC
impl RefUnwindSafe for INTERP1_POP_LANE0_SPEC
impl Send for INTERP1_POP_LANE0_SPEC
impl Sync for INTERP1_POP_LANE0_SPEC
impl Unpin for INTERP1_POP_LANE0_SPEC
impl UnwindSafe for INTERP1_POP_LANE0_SPEC
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