#[repr(u8)]pub enum VddPor {
NO_EVENT_DETECTED = 0,
POR_EVENT_DETECTED = 1,
}Variants§
NO_EVENT_DETECTED = 0
No event detected.
POR_EVENT_DETECTED = 1
VDD POR event detected. (Writing a ‘1’ to this bit clears this status).
Implementations§
Trait Implementations§
Source§impl Ord for VddPor
impl Ord for VddPor
Source§impl PartialOrd for VddPor
impl PartialOrd for VddPor
impl Copy for VddPor
impl Eq for VddPor
impl StructuralPartialEq for VddPor
Auto Trait Implementations§
impl Freeze for VddPor
impl RefUnwindSafe for VddPor
impl Send for VddPor
impl Sync for VddPor
impl Unpin for VddPor
impl UnwindSafe for VddPor
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