pub enum TSVREFEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field TSVREFE
Variants§
DISABLED
Temperature sensor and V_REFINT channel disabled
ENABLED
Temperature sensor and V_REFINT channel enabled
Auto Trait Implementations§
impl Freeze for TSVREFEW
impl RefUnwindSafe for TSVREFEW
impl Send for TSVREFEW
impl Sync for TSVREFEW
impl Unpin for TSVREFEW
impl UnwindSafe for TSVREFEW
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