pub struct R(_);
Expand description
Register IN1
reader
Implementations
sourceimpl R
impl R
sourcepub fn data_next(&self) -> DATA_NEXT_R
pub fn data_next(&self) -> DATA_NEXT_R
Bits 0:21 - GPIO input register for GPIO32-53
Methods from Deref<Target = R<IN1_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more