Enum Pvdsel
#[repr(u8)]pub enum Pvdsel {
PCLK = 0,
LSC = 1,
}
Variants§
PCLK = 0
PCLK selected as PVD detection clock source
LSC = 1
LSC selected as PVD detection clock source (selected by RCC_BDCR.LSCOSEL)
Implementations§
Trait Implementations§
§impl Ord for Pvdsel
impl Ord for Pvdsel
§impl PartialOrd for Pvdsel
impl PartialOrd for Pvdsel
impl Copy for Pvdsel
impl Eq for Pvdsel
impl StructuralPartialEq for Pvdsel
Auto Trait Implementations§
impl Freeze for Pvdsel
impl RefUnwindSafe for Pvdsel
impl Send for Pvdsel
impl Sync for Pvdsel
impl Unpin for Pvdsel
impl UnwindSafe for Pvdsel
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