Struct esp32c6_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