pub enum TSVREFE_A {
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_A
impl StructuralPartialEq for TSVREFE_A
Auto Trait Implementations§
impl Freeze for TSVREFE_A
impl RefUnwindSafe for TSVREFE_A
impl Send for TSVREFE_A
impl Sync for TSVREFE_A
impl Unpin for TSVREFE_A
impl UnwindSafe for TSVREFE_A
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