pub struct W(_);
Expand description
Register RTC_PAD19
writer
Implementations§
source§impl W
impl W
sourcepub fn rue(&mut self) -> RUE_W<'_, 27>
pub fn rue(&mut self) -> RUE_W<'_, 27>
Bit 27 - Pull-down enable of the pad. 1: internal pull-down enabled. 0: internal pull-down disabled.
sourcepub fn rde(&mut self) -> RDE_W<'_, 28>
pub fn rde(&mut self) -> RDE_W<'_, 28>
Bit 28 - Pull-up enable of the pad. 1: internal pull-up enabled. 0: internal pull-up disabled.
Methods from Deref<Target = W<RTC_PAD19_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