Struct Ccipr3
#[repr(transparent)]pub struct Ccipr3(pub u32);Expand description
RCC peripheral independent clock configuration register 3.
Tuple Fields§
§0: u32Implementations§
§impl Ccipr3
impl Ccipr3
pub const fn lpuart1sel(&self) -> Lpuartsel
pub const fn lpuart1sel(&self) -> Lpuartsel
LPUART1 kernel clock source selection.
pub fn set_lpuart1sel(&mut self, val: Lpuartsel)
pub fn set_lpuart1sel(&mut self, val: Lpuartsel)
LPUART1 kernel clock source selection.
pub fn set_i2c3sel(&mut self, val: I2c3sel)
pub fn set_i2c3sel(&mut self, val: I2c3sel)
I2C3 kernel clock source selection.
pub const fn lptim34sel(&self) -> Lptimsel
pub const fn lptim34sel(&self) -> Lptimsel
LPTIM3 and LPTIM4 kernel clock source selection.
pub fn set_lptim34sel(&mut self, val: Lptimsel)
pub fn set_lptim34sel(&mut self, val: Lptimsel)
LPTIM3 and LPTIM4 kernel clock source selection.
pub fn set_lptim1sel(&mut self, val: Lptimsel)
pub fn set_lptim1sel(&mut self, val: Lptimsel)
LPTIM1 kernel clock source selection.
Trait Implementations§
impl Copy for Ccipr3
impl Eq for Ccipr3
impl StructuralPartialEq for Ccipr3
Auto Trait Implementations§
impl Freeze for Ccipr3
impl RefUnwindSafe for Ccipr3
impl Send for Ccipr3
impl Sync for Ccipr3
impl Unpin for Ccipr3
impl UnwindSafe for Ccipr3
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