Enum Tsvrefe
#[repr(u8)]pub enum Tsvrefe {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
Temperature sensor and V_REFINT channel disabled
ENABLED = 1
Temperature sensor and V_REFINT channel enabled
Implementations§
Trait Implementations§
§impl Ord for Tsvrefe
impl Ord for Tsvrefe
§impl PartialOrd for Tsvrefe
impl PartialOrd for Tsvrefe
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