pub struct R(_);Expand description
Register IN1 reader
Implementations§
source§impl R
impl R
sourcepub fn in_data1_next(&self) -> IN_DATA1_NEXT_R
pub fn in_data1_next(&self) -> IN_DATA1_NEXT_R
Bits 0:21 - GPIO32 ~ 53 input value. Each bit represents a pad input value.
Methods from Deref<Target = R<IN1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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