pub struct R(_);
Expand description
Register OUT1
reader
Implementations
sourceimpl R
impl R
sourcepub fn data_orig(&self) -> DATA_ORIG_R
pub fn data_orig(&self) -> DATA_ORIG_R
Bits 0:21 - GPIO32 ~ 53 output value in simple GPIO output mode. The values of bit0 ~ bit13 correspond to GPIO32 ~ GPIO45. Bit14 ~ bit21 are invalid.
Methods from Deref<Target = R<OUT1_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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