Enum w806_pac::pmu::rtc_register_1::RTC_ENABLE_A
source · [−]pub enum RTC_ENABLE_A {
DISABLE,
ENABLE,
}
Expand description
RTC enable
Value on reset: 0
Variants
DISABLE
0: RTC disable
ENABLE
1: RTC enable
Trait Implementations
sourceimpl Clone for RTC_ENABLE_A
impl Clone for RTC_ENABLE_A
sourcefn clone(&self) -> RTC_ENABLE_A
fn clone(&self) -> RTC_ENABLE_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RTC_ENABLE_A
impl Debug for RTC_ENABLE_A
sourceimpl From<RTC_ENABLE_A> for bool
impl From<RTC_ENABLE_A> for bool
sourcefn from(variant: RTC_ENABLE_A) -> Self
fn from(variant: RTC_ENABLE_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<RTC_ENABLE_A> for RTC_ENABLE_A
impl PartialEq<RTC_ENABLE_A> for RTC_ENABLE_A
impl Copy for RTC_ENABLE_A
impl StructuralPartialEq for RTC_ENABLE_A
Auto Trait Implementations
impl RefUnwindSafe for RTC_ENABLE_A
impl Send for RTC_ENABLE_A
impl Sync for RTC_ENABLE_A
impl Unpin for RTC_ENABLE_A
impl UnwindSafe for RTC_ENABLE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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