Enum rp2040_pac::vreg_and_chip_reset::vreg::VSEL_A
source · #[repr(u8)]pub enum VSEL_A {
VOLTAGE0_80 = 5,
VOLTAGE0_85 = 6,
VOLTAGE0_90 = 7,
VOLTAGE0_95 = 8,
VOLTAGE1_00 = 9,
VOLTAGE1_05 = 10,
VOLTAGE1_10 = 11,
VOLTAGE1_15 = 12,
VOLTAGE1_20 = 13,
VOLTAGE1_25 = 14,
VOLTAGE1_30 = 15,
}
Expand description
Output voltage select for on-chip voltage regulator.
Value on reset: 11
Variants§
VOLTAGE0_80 = 5
5: 0.80V
VOLTAGE0_85 = 6
6: 0.85V
VOLTAGE0_90 = 7
7: 0.90V
VOLTAGE0_95 = 8
8: 0.95V
VOLTAGE1_00 = 9
9: 1.00V
VOLTAGE1_05 = 10
10: 1.05V
VOLTAGE1_10 = 11
11: 1.10V (default)
VOLTAGE1_15 = 12
12: 1.15V
VOLTAGE1_20 = 13
13: 1.20V
VOLTAGE1_25 = 14
14: 1.25V
VOLTAGE1_30 = 15
15: 1.30V
Trait Implementations§
impl Copy for VSEL_A
impl Eq for VSEL_A
impl StructuralPartialEq for VSEL_A
Auto Trait Implementations§
impl Freeze for VSEL_A
impl RefUnwindSafe for VSEL_A
impl Send for VSEL_A
impl Sync for VSEL_A
impl Unpin for VSEL_A
impl UnwindSafe for VSEL_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§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
)