#[repr(u8)]pub enum Hvd1v8f {
HVD1V8F_0 = 0,
HVD1V8F_1 = 1,
}Variants§
HVD1V8F_0 = 0
vdd1v8 HVD has not triggered an interrupt or reset since last clear
HVD1V8F_1 = 1
vdd1v8 HVD triggered an interrupt or reset since last time this bit was cleared. Write 1 to clear
Implementations§
Trait Implementations§
Source§impl Ord for Hvd1v8f
impl Ord for Hvd1v8f
Source§impl PartialOrd for Hvd1v8f
impl PartialOrd for Hvd1v8f
impl Copy for Hvd1v8f
impl Eq for Hvd1v8f
impl StructuralPartialEq for Hvd1v8f
Auto Trait Implementations§
impl Freeze for Hvd1v8f
impl RefUnwindSafe for Hvd1v8f
impl Send for Hvd1v8f
impl Sync for Hvd1v8f
impl Unpin for Hvd1v8f
impl UnwindSafe for Hvd1v8f
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