Struct rp2040_pac::sio::gpio_hi_in::GPIO_HI_IN_SPEC
source · pub struct GPIO_HI_IN_SPEC;
Expand description
Input value for QSPI pins
You can read
this register and get gpio_hi_in::R
. See API.
Trait Implementations§
source§impl RegisterSpec for GPIO_HI_IN_SPEC
impl RegisterSpec for GPIO_HI_IN_SPEC
source§impl Resettable for GPIO_HI_IN_SPEC
impl Resettable for GPIO_HI_IN_SPEC
reset()
method sets GPIO_HI_IN 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 GPIO_HI_IN_SPEC
read()
method returns gpio_hi_in::R
reader structure
Auto Trait Implementations§
impl Freeze for GPIO_HI_IN_SPEC
impl RefUnwindSafe for GPIO_HI_IN_SPEC
impl Send for GPIO_HI_IN_SPEC
impl Sync for GPIO_HI_IN_SPEC
impl Unpin for GPIO_HI_IN_SPEC
impl UnwindSafe for GPIO_HI_IN_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