Struct esp32c3_hal::system::SystemClockControl
source · 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
§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 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