#[repr(u8)]
pub enum SEL_A {
_1V0,
_1V1,
_1V2,
_1V25,
_2V0,
_2V2,
_2V4,
_2V5,
}
Expand description
Voltage Reference Selection
Value on reset: 0
Variants
_1V0
0: 1.0V voltage reference typical value
_1V1
1: 1.1V voltage reference typical value
_1V2
2: 1.2V voltage reference typical value
_1V25
3: 1.25V voltage reference typical value
_2V0
4: 2.0V voltage reference typical value
_2V2
5: 2.2V voltage reference typical value
_2V4
6: 2.4V voltage reference typical value
_2V5
7: 2.5V voltage reference typical value
Trait Implementations
impl Copy for SEL_A
impl StructuralPartialEq for SEL_A
Auto Trait Implementations
impl RefUnwindSafe for SEL_A
impl Send for SEL_A
impl Sync for SEL_A
impl Unpin for SEL_A
impl UnwindSafe for SEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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