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