#[repr(u8)]pub enum RtcOscPd {
ENABLE = 0,
SHUT_OFF = 1,
}Variants§
ENABLE = 0
The RTC oscillator is enabled. This bit must be cleared in order for the RTC module to function
SHUT_OFF = 1
The RTC oscillator is shut-off to reserve power consumption. RTC operation is disabled.
Implementations§
Trait Implementations§
Source§impl Ord for RtcOscPd
impl Ord for RtcOscPd
Source§impl PartialOrd for RtcOscPd
impl PartialOrd for RtcOscPd
impl Copy for RtcOscPd
impl Eq for RtcOscPd
impl StructuralPartialEq for RtcOscPd
Auto Trait Implementations§
impl Freeze for RtcOscPd
impl RefUnwindSafe for RtcOscPd
impl Send for RtcOscPd
impl Sync for RtcOscPd
impl Unpin for RtcOscPd
impl UnwindSafe for RtcOscPd
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