Enum Pls
#[repr(u8)]pub enum Pls {
B0x0 = 0,
B0x1 = 1,
B0x2 = 2,
B0x3 = 3,
B0x4 = 4,
B0x5 = 5,
B0x6 = 6,
B0x7 = 7,
}Variants§
B0x0 = 0
VPVD0 around 2.01V
B0x1 = 1
VPVD1 around 2.21V
B0x2 = 2
VPVD2 around 2.41V
B0x3 = 3
VPVD3 around 2.51V
B0x4 = 4
VPVD4 around 2.61V
B0x5 = 5
VPVD5 around 2.81V
B0x6 = 6
VPVD6 around 2.91V
B0x7 = 7
External input analog voltage PVD_IN (compared internally to VREFINT)
Implementations§
Trait Implementations§
§impl Ord for Pls
impl Ord for Pls
§impl PartialOrd for Pls
impl PartialOrd for Pls
impl Copy for Pls
impl Eq for Pls
impl StructuralPartialEq for Pls
Auto Trait Implementations§
impl Freeze for Pls
impl RefUnwindSafe for Pls
impl Send for Pls
impl Sync for Pls
impl Unpin for Pls
impl UnwindSafe for Pls
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