#[repr(transparent)]pub struct Ccsr(pub u32);Expand description
CCM Clock Switcher Register
Tuple Fields§
§0: u32Implementations§
Source§impl Ccsr
impl Ccsr
Sourcepub const fn pll3_sw_clk_sel(&self) -> Pll3SwClkSel
pub const fn pll3_sw_clk_sel(&self) -> Pll3SwClkSel
Selects source to generate pll3_sw_clk. This bit should only be used for testing purposes.
Sourcepub const fn set_pll3_sw_clk_sel(&mut self, val: Pll3SwClkSel)
pub const fn set_pll3_sw_clk_sel(&mut self, val: Pll3SwClkSel)
Selects source to generate pll3_sw_clk. This bit should only be used for testing purposes.
Trait Implementations§
impl Copy for Ccsr
impl Eq for Ccsr
impl StructuralPartialEq for Ccsr
Auto Trait Implementations§
impl Freeze for Ccsr
impl RefUnwindSafe for Ccsr
impl Send for Ccsr
impl Sync for Ccsr
impl Unpin for Ccsr
impl UnwindSafe for Ccsr
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