pub enum Reference {
INTERNAL,
VDD1_4,
}Expand description
Values that can be written to the field REFSEL
Variants§
Auto Trait Implementations§
impl Freeze for REFSELW
impl RefUnwindSafe for REFSELW
impl Send for REFSELW
impl Sync for REFSELW
impl Unpin for REFSELW
impl UnsafeUnpin for REFSELW
impl UnwindSafe for REFSELW
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