Enum Pvdls
#[repr(u8)]pub enum Pvdls {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
B_0X4 = 4,
B_0X5 = 5,
B_0X6 = 6,
B_0X7 = 7,
}Variants§
B_0X0 = 0
2.05 V - Lowest level.
B_0X1 = 1
2.20 V.
B_0X2 = 2
2.36 V.
B_0X3 = 3
2.52 V.
B_0X4 = 4
2.64 V.
B_0X5 = 5
2.81 V.
B_0X6 = 6
2.91 V - Highest level.
B_0X7 = 7
External input analog voltage (compare internally to VBGP; When external input <VBGP.
Implementations§
Trait Implementations§
§impl Ord for Pvdls
impl Ord for Pvdls
§impl PartialOrd for Pvdls
impl PartialOrd for Pvdls
impl Copy for Pvdls
impl Eq for Pvdls
impl StructuralPartialEq for Pvdls
Auto Trait Implementations§
impl Freeze for Pvdls
impl RefUnwindSafe for Pvdls
impl Send for Pvdls
impl Sync for Pvdls
impl Unpin for Pvdls
impl UnwindSafe for Pvdls
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