Enum Vrsel
pub enum Vrsel {
_0 = 0,
_1 = 1,
}Expand description
Supply Voltage Reference Source Select
Value on reset: 0
Variants§
_0 = 0
0: Vin1 is selected as resistor ladder network supply reference Vin.
_1 = 1
1: Vin2 is selected as resistor ladder network supply reference Vin.
Trait Implementations§
impl Copy for Vrsel
impl Eq for Vrsel
impl StructuralPartialEq for Vrsel
Auto Trait Implementations§
impl Freeze for Vrsel
impl RefUnwindSafe for Vrsel
impl Send for Vrsel
impl Sync for Vrsel
impl Unpin for Vrsel
impl UnwindSafe for Vrsel
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