Struct rp2040_pac2::sio::Gpio[][src]

pub struct Gpio(pub *mut u8);

Implementations

impl Gpio[src]

pub fn value(self) -> Reg<u32, RW>[src]

QSPI output value

pub fn value_set(self) -> Reg<u32, RW>[src]

QSPI output value set

pub fn value_clr(self) -> Reg<u32, RW>[src]

QSPI output value clear

pub fn value_xor(self) -> Reg<u32, RW>[src]

QSPI output value XOR

Trait Implementations

impl Clone for Gpio[src]

impl Copy for Gpio[src]

impl Send for Gpio[src]

impl Sync for Gpio[src]

Auto Trait Implementations

impl Unpin for Gpio

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.