#[repr(u8)]pub enum Dacrfs {
VREFH0 = 0,
VREFH1 = 1,
VREFH2 = 2,
_RESERVED_3 = 3,
}Variants§
VREFH0 = 0
Selects VREFH0 as the reference voltage.
VREFH1 = 1
Selects VREFH1 as the reference voltage.
VREFH2 = 2
Selects VREFH2 as the reference voltage.
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Dacrfs
impl Ord for Dacrfs
Source§impl PartialOrd for Dacrfs
impl PartialOrd for Dacrfs
impl Copy for Dacrfs
impl Eq for Dacrfs
impl StructuralPartialEq for Dacrfs
Auto Trait Implementations§
impl Freeze for Dacrfs
impl RefUnwindSafe for Dacrfs
impl Send for Dacrfs
impl Sync for Dacrfs
impl Unpin for Dacrfs
impl UnwindSafe for Dacrfs
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