Struct Ccipr
#[repr(transparent)]pub struct Ccipr(pub u32);
Expand description
Peripherals independent clock configuration register.
Tuple Fields§
§0: u32
Implementations§
§impl Ccipr
impl Ccipr
pub fn set_cansel(&mut self, val: Cansel)
pub fn set_cansel(&mut self, val: Cansel)
CAN detect clock source selection.
pub fn set_pvdsel(&mut self, val: Pvdsel)
pub fn set_pvdsel(&mut self, val: Pvdsel)
PVD detect clock source selection.
pub fn set_comp1sel(&mut self, val: Compsel)
pub fn set_comp1sel(&mut self, val: Compsel)
COMP1 clock source selection.
pub fn set_comp2sel(&mut self, val: Compsel)
pub fn set_comp2sel(&mut self, val: Compsel)
COMP2 clock source selection.
pub fn set_comp3sel(&mut self, val: Compsel)
pub fn set_comp3sel(&mut self, val: Compsel)
COMP3 clock source selection.
pub fn set_lptim1sel(&mut self, val: Lptim1sel)
pub fn set_lptim1sel(&mut self, val: Lptim1sel)
LPTIM1 clock source selection.
Trait Implementations§
impl Copy for Ccipr
impl Eq for Ccipr
impl StructuralPartialEq for Ccipr
Auto Trait Implementations§
impl Freeze for Ccipr
impl RefUnwindSafe for Ccipr
impl Send for Ccipr
impl Sync for Ccipr
impl Unpin for Ccipr
impl UnwindSafe for Ccipr
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