Struct rp2040_pac::pio0::sm::sm_addr::SM_ADDR_SPEC
source · pub struct SM_ADDR_SPEC;
Expand description
Current instruction address of state machine 0
You can read
this register and get sm_addr::R
. See API.
Trait Implementations§
source§impl RegisterSpec for SM_ADDR_SPEC
impl RegisterSpec for SM_ADDR_SPEC
source§impl Resettable for SM_ADDR_SPEC
impl Resettable for SM_ADDR_SPEC
reset()
method sets SM_ADDR 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 SM_ADDR_SPEC
read()
method returns sm_addr::R
reader structure
Auto Trait Implementations§
impl Freeze for SM_ADDR_SPEC
impl RefUnwindSafe for SM_ADDR_SPEC
impl Send for SM_ADDR_SPEC
impl Sync for SM_ADDR_SPEC
impl Unpin for SM_ADDR_SPEC
impl UnwindSafe for SM_ADDR_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