#[repr(u8)]pub enum CsiClkSel {
CSI_CLK_SEL_0 = 0,
CSI_CLK_SEL_1 = 1,
CSI_CLK_SEL_2 = 2,
CSI_CLK_SEL_3 = 3,
}Variants§
CSI_CLK_SEL_0 = 0
derive clock from osc_clk (24M)
CSI_CLK_SEL_1 = 1
derive clock from PLL2 PFD2
CSI_CLK_SEL_2 = 2
derive clock from pll3_120M
CSI_CLK_SEL_3 = 3
derive clock from PLL3 PFD1
Implementations§
Trait Implementations§
Source§impl Ord for CsiClkSel
impl Ord for CsiClkSel
Source§impl PartialOrd for CsiClkSel
impl PartialOrd for CsiClkSel
impl Copy for CsiClkSel
impl Eq for CsiClkSel
impl StructuralPartialEq for CsiClkSel
Auto Trait Implementations§
impl Freeze for CsiClkSel
impl RefUnwindSafe for CsiClkSel
impl Send for CsiClkSel
impl Sync for CsiClkSel
impl Unpin for CsiClkSel
impl UnwindSafe for CsiClkSel
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