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