Enum Eulpen
#[repr(u8)]pub enum Eulpen {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
Disable (the supply voltage is monitored continuously)
ENABLED = 1
Enable, when set, the supply voltage is sampled for PDR/BOR reset condition only periodically
Implementations§
Trait Implementations§
§impl Ord for Eulpen
impl Ord for Eulpen
§impl PartialOrd for Eulpen
impl PartialOrd for Eulpen
impl Copy for Eulpen
impl Eq for Eulpen
impl StructuralPartialEq for Eulpen
Auto Trait Implementations§
impl Freeze for Eulpen
impl RefUnwindSafe for Eulpen
impl Send for Eulpen
impl Sync for Eulpen
impl Unpin for Eulpen
impl UnwindSafe for Eulpen
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