Struct esp32s2::rtc_io::rtc_gpio_out::W
source · pub struct W(_);
Expand description
Register RTC_GPIO_OUT
writer
Implementations§
source§impl W
impl W
sourcepub fn gpio_out_data(&mut self) -> GPIO_OUT_DATA_W<'_, 10>
pub fn gpio_out_data(&mut self) -> GPIO_OUT_DATA_W<'_, 10>
Bits 10:31 - GPIO0 ~ 21 output register. Bit10 corresponds to GPIO0, bit11 corresponds to GPIO1, etc.
Methods from Deref<Target = W<RTC_GPIO_OUT_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