Struct esp32s2::rtc_io::rtc_gpio_in::R
source · pub struct R(_);Expand description
Register RTC_GPIO_IN reader
Implementations§
source§impl R
impl R
sourcepub fn gpio_in_next(&self) -> GPIO_IN_NEXT_R
pub fn gpio_in_next(&self) -> GPIO_IN_NEXT_R
Bits 10:31 - GPIO0 ~ 21 input value. Bit10 corresponds to GPIO0, bit11 corresponds to GPIO1, etc. Each bit represents a pad input value, 1 for high level, and 0 for low level.
Methods from Deref<Target = R<RTC_GPIO_IN_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