Struct esp32s3::rtc_io::rtc_gpio_enable_w1ts::W
source · pub struct W(_);
Expand description
Register RTC_GPIO_ENABLE_W1TS
writer
Implementations§
source§impl W
impl W
sourcepub fn rtc_gpio_enable_w1ts(&mut self) -> RTC_GPIO_ENABLE_W1TS_W<'_, 10>
pub fn rtc_gpio_enable_w1ts(&mut self) -> RTC_GPIO_ENABLE_W1TS_W<'_, 10>
Bits 10:31 - RTC GPIO 0 ~ 21 enable write 1 to set
Methods from Deref<Target = W<RTC_GPIO_ENABLE_W1TS_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