Struct stm32_metapac::rcc::regs::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 const fn dacholdsel(&self) -> Dacholdsel
pub const fn dacholdsel(&self) -> Dacholdsel
DAC hold clock
pub fn set_dacholdsel(&mut self, val: Dacholdsel)
pub fn set_dacholdsel(&mut self, val: Dacholdsel)
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 const fn fdcan12sel(&self) -> Fdcansel
pub const fn fdcan12sel(&self) -> Fdcansel
FDCAN1 kernel clock source selection
pub fn set_fdcan12sel(&mut self, val: Fdcansel)
pub fn set_fdcan12sel(&mut self, val: Fdcansel)
FDCAN1 kernel clock source selection
pub fn set_persel(&mut self, val: Persel)
pub fn set_persel(&mut self, val: Persel)
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)