Enum d1_pac::rtc::rtc_vio::RTC_VIOU_A
source · #[repr(u8)]pub enum RTC_VIOU_A {
V_1_0 = 0,
V_0_65 = 1,
V_0_7 = 2,
V_0_8 = 3,
V_0_9 = 4,
V_1_1 = 5,
V_1_2 = 6,
V_1_3 = 7,
}
Expand description
RTC_VIO Voltage Select
The RTC-VIO is provided power for RTC digital part.
These bits are useful for regulating the RTC_VIO from 0.65 V to 1.3 V.
Value on reset: 4
Variants§
V_1_0 = 0
0: 1.0 V
V_0_65 = 1
1: 0.65 V (the configuration can cause RTC reset)
V_0_7 = 2
2: 0.7 V
V_0_8 = 3
3: 0.8 V
V_0_9 = 4
4: 0.9 V
V_1_1 = 5
5: 1.1 V
V_1_2 = 6
6: 1.2 V
V_1_3 = 7
7: 1.3 V
Trait Implementations§
source§impl Clone for RTC_VIOU_A
impl Clone for RTC_VIOU_A
source§fn clone(&self) -> RTC_VIOU_A
fn clone(&self) -> RTC_VIOU_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RTC_VIOU_A
impl Debug for RTC_VIOU_A
source§impl From<RTC_VIOU_A> for u8
impl From<RTC_VIOU_A> for u8
source§fn from(variant: RTC_VIOU_A) -> Self
fn from(variant: RTC_VIOU_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for RTC_VIOU_A
impl PartialEq for RTC_VIOU_A
impl Copy for RTC_VIOU_A
impl Eq for RTC_VIOU_A
impl StructuralPartialEq for RTC_VIOU_A
Auto Trait Implementations§
impl Freeze for RTC_VIOU_A
impl RefUnwindSafe for RTC_VIOU_A
impl Send for RTC_VIOU_A
impl Sync for RTC_VIOU_A
impl Unpin for RTC_VIOU_A
impl UnwindSafe for RTC_VIOU_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)