#[repr(u8)]pub enum DsiPllOutput {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
}Expand description
DSI PLL Output Divisor of the VCO frequency
Variants§
Trait Implementations§
Source§impl Clone for DsiPllOutput
impl Clone for DsiPllOutput
Source§fn clone(&self) -> DsiPllOutput
fn clone(&self) -> DsiPllOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DsiPllOutput
Auto Trait Implementations§
impl Freeze for DsiPllOutput
impl RefUnwindSafe for DsiPllOutput
impl Send for DsiPllOutput
impl Sync for DsiPllOutput
impl Unpin for DsiPllOutput
impl UnwindSafe for DsiPllOutput
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