Struct Ccipr5
#[repr(transparent)]pub struct Ccipr5(pub u32);
Expand description
RCC kernel clock configuration register
Tuple Fields§
§0: u32
Implementations§
§impl Ccipr5
impl Ccipr5
pub const fn adcdacsel(&self) -> Adcdacsel
pub const fn adcdacsel(&self) -> Adcdacsel
ADC and DAC kernel clock source selection others: reserved, the kernel clock is disabled
pub fn set_adcdacsel(&mut self, val: Adcdacsel)
pub fn set_adcdacsel(&mut self, val: Adcdacsel)
ADC and DAC kernel clock source selection others: reserved, the kernel clock is disabled
pub fn set_dacsel(&mut self, val: Dacsel)
pub fn set_dacsel(&mut self, val: Dacsel)
DAC hold clock
pub fn set_rngsel(&mut self, val: Rngsel)
pub fn set_rngsel(&mut self, val: Rngsel)
RNG kernel clock source selection
pub fn set_fdcan1sel(&mut self, val: Fdcansel)
pub fn set_fdcan1sel(&mut self, val: Fdcansel)
FDCAN1 kernel clock source selection
pub fn set_ckpersel(&mut self, val: Ckpersel)
pub fn set_ckpersel(&mut self, val: Ckpersel)
per_ck clock source selection
Trait Implementations§
impl Copy for Ccipr5
impl Eq for Ccipr5
impl StructuralPartialEq for Ccipr5
Auto Trait Implementations§
impl Freeze for Ccipr5
impl RefUnwindSafe for Ccipr5
impl Send for Ccipr5
impl Sync for Ccipr5
impl Unpin for Ccipr5
impl UnwindSafe for Ccipr5
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