Struct Pvdls
#[repr(transparent)]pub struct Pvdls(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pvdls
impl Pvdls
pub const B_0X0: Self
pub const B_0X0: Self
VPVD0 around 2.0 V
pub const B_0X1: Self
pub const B_0X1: Self
VPVD1 around 2.2 V
pub const B_0X2: Self
pub const B_0X2: Self
VPVD2 around 2.4 V
pub const B_0X3: Self
pub const B_0X3: Self
VPVD3 around 2.5 V
pub const B_0X4: Self
pub const B_0X4: Self
VPVD4 around 2.6 V
pub const B_0X5: Self
pub const B_0X5: Self
VPVD5 around 2.8 V
pub const B_0X6: Self
pub const B_0X6: Self
VPVD6 around 2.9 V
pub const B_0X7: Self
pub const B_0X7: Self
External input analog voltage PVD_IN (compared internally to VREFINT)
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