pub enum PLLSAIP {
Div2 = 0,
Div4 = 1,
Div6 = 2,
Div8 = 3,
}Expand description
PLLSAIP division factors.
Variants§
Trait Implementations§
impl Copy for PLLSAIP
impl Eq for PLLSAIP
impl StructuralPartialEq for PLLSAIP
Auto Trait Implementations§
impl Freeze for PLLSAIP
impl RefUnwindSafe for PLLSAIP
impl Send for PLLSAIP
impl Sync for PLLSAIP
impl Unpin for PLLSAIP
impl UnwindSafe for PLLSAIP
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