Struct rp2040_pac2::pio::regs::SmInstr[][src]

#[repr(transparent)]pub struct SmInstr(pub u32);

Instruction currently being executed by state machine 0 Write to execute an instruction immediately (including jumps) and then resume execution.

Implementations

impl SmInstr[src]

pub const fn instr(&self) -> u16[src]

pub fn set_instr(&mut self, val: u16)[src]

Trait Implementations

impl Clone for SmInstr[src]

impl Copy for SmInstr[src]

impl Default for SmInstr[src]

Auto Trait Implementations

impl Send for SmInstr

impl Sync for SmInstr

impl Unpin for SmInstr

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.