Enum Pvdo
#[repr(u8)]pub enum Pvdo {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
VDD is equal or higher than the PVD threshold selected through the PLS[2:0] bits.
B_0X1 = 1
VDD is lower than the PVD threshold selected through the PLS[2:0] bits.
Implementations§
Trait Implementations§
§impl Ord for Pvdo
impl Ord for Pvdo
§impl PartialOrd for Pvdo
impl PartialOrd for Pvdo
impl Copy for Pvdo
impl Eq for Pvdo
impl StructuralPartialEq for Pvdo
Auto Trait Implementations§
impl Freeze for Pvdo
impl RefUnwindSafe for Pvdo
impl Send for Pvdo
impl Sync for Pvdo
impl Unpin for Pvdo
impl UnwindSafe for Pvdo
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