pub struct Prci { /* private fields */ }
Implementations§
Source§impl Prci
impl Prci
pub const fn new(base: StaticRef<PrciRegisters>) -> Prci
pub fn switch_to_internal_clock(&self)
pub fn set_internal_clock_default(&self)
pub fn enable_external_clock(&self)
pub fn set_clock_frequency(&self, frequency: ClockFrequency)
Auto Trait Implementations§
impl !Freeze for Prci
impl !RefUnwindSafe for Prci
impl !Send for Prci
impl !Sync for Prci
impl Unpin for Prci
impl !UnwindSafe for Prci
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