#[repr(u8)]pub enum Internal {
AVDD = 0,
DVDD = 1,
VDD = 2,
_RESERVED_3 = 3,
}
Variants§
AVDD = 0
Connected to the internal 0.9V analog supply rail
DVDD = 1
Connected to the internal 0.9V digital supply rail
VDD = 2
Connected to VDD
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Internal
impl Ord for Internal
Source§impl PartialOrd for Internal
impl PartialOrd for Internal
impl Copy for Internal
impl Eq for Internal
impl StructuralPartialEq for Internal
Auto Trait Implementations§
impl Freeze for Internal
impl RefUnwindSafe for Internal
impl Send for Internal
impl Sync for Internal
impl Unpin for Internal
impl UnwindSafe for Internal
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
)