pub struct SystemClockControl { /* private fields */ }
Expand description
Controls the configuration of the chip’s clocks.
Trait Implementations§
Source§impl Peripheral for SystemClockControl
impl Peripheral for SystemClockControl
Source§type P = SystemClockControl
type P = SystemClockControl
Peripheral singleton type
Source§unsafe fn clone_unchecked(&mut self) -> <SystemClockControl as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <SystemClockControl as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl Freeze for SystemClockControl
impl RefUnwindSafe for SystemClockControl
impl Send for SystemClockControl
impl Sync for SystemClockControl
impl Unpin for SystemClockControl
impl UnwindSafe for SystemClockControl
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