pub enum PSHPLL {
Disabled = 0,
Enabled = 1,
}
Expand description
Push-Pull mode enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PSHPLL
impl Eq for PSHPLL
impl StructuralPartialEq for PSHPLL
Auto Trait Implementations§
impl Freeze for PSHPLL
impl RefUnwindSafe for PSHPLL
impl Send for PSHPLL
impl Sync for PSHPLL
impl Unpin for PSHPLL
impl UnwindSafe for PSHPLL
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