#[repr(transparent)]pub struct Cscdr3(pub u32);Expand description
CCM Serial Clock Divider Register 3
Tuple Fields§
§0: u32Implementations§
Source§impl Cscdr3
impl Cscdr3
Sourcepub const fn csi_clk_sel(&self) -> CsiClkSel
pub const fn csi_clk_sel(&self) -> CsiClkSel
Selector for csi_mclk multiplexer
Sourcepub const fn set_csi_clk_sel(&mut self, val: CsiClkSel)
pub const fn set_csi_clk_sel(&mut self, val: CsiClkSel)
Selector for csi_mclk multiplexer
Sourcepub const fn csi_podf(&self) -> CsiPodf
pub const fn csi_podf(&self) -> CsiPodf
Post divider for csi_mclk. Divider should be updated when output clock is gated.
Sourcepub const fn set_csi_podf(&mut self, val: CsiPodf)
pub const fn set_csi_podf(&mut self, val: CsiPodf)
Post divider for csi_mclk. Divider should be updated when output clock is gated.
Trait Implementations§
impl Copy for Cscdr3
impl Eq for Cscdr3
impl StructuralPartialEq for Cscdr3
Auto Trait Implementations§
impl Freeze for Cscdr3
impl RefUnwindSafe for Cscdr3
impl Send for Cscdr3
impl Sync for Cscdr3
impl Unpin for Cscdr3
impl UnwindSafe for Cscdr3
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