pub enum VREFEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Temperature sensor and VREFINT enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for VREFEN
impl Eq for VREFEN
impl StructuralPartialEq for VREFEN
Auto Trait Implementations§
impl Freeze for VREFEN
impl RefUnwindSafe for VREFEN
impl Send for VREFEN
impl Sync for VREFEN
impl Unpin for VREFEN
impl UnwindSafe for VREFEN
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