pub struct R(_);
Expand description
Register PWC
reader
Implementations
sourceimpl R
impl R
sourcepub fn rtc_pad_force_hold(&self) -> RTC_PAD_FORCE_HOLD_R
pub fn rtc_pad_force_hold(&self) -> RTC_PAD_FORCE_HOLD_R
Bit 21 - rtc pad force hold
Methods from Deref<Target = R<PWC_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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