pub struct RTC_OSC_PD_W<'a> { /* private fields */ }Expand description
Field RTC_OSC_PD writer - RTC oscillator power-down control.
Implementations§
Source§impl<'a> RTC_OSC_PD_W<'a>
impl<'a> RTC_OSC_PD_W<'a>
Sourcepub fn variant(self, variant: RTC_OSC_PD_A) -> &'a mut W
pub fn variant(self, variant: RTC_OSC_PD_A) -> &'a mut W
Writes variant to the field
Sourcepub fn powered_down(self) -> &'a mut W
pub fn powered_down(self) -> &'a mut W
RTC oscillator is powered-down.
Auto Trait Implementations§
impl<'a> Freeze for RTC_OSC_PD_W<'a>
impl<'a> RefUnwindSafe for RTC_OSC_PD_W<'a>
impl<'a> Send for RTC_OSC_PD_W<'a>
impl<'a> Sync for RTC_OSC_PD_W<'a>
impl<'a> Unpin for RTC_OSC_PD_W<'a>
impl<'a> !UnwindSafe for RTC_OSC_PD_W<'a>
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