Struct esp32c2_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 &mut SystemClockControl
impl Peripheral for &mut SystemClockControl
§type P = SystemClockControl
type P = SystemClockControl
Peripheral singleton type
source§unsafe fn clone_unchecked(
&mut self
) -> <&mut SystemClockControl as Peripheral>::P
unsafe fn clone_unchecked( &mut self ) -> <&mut SystemClockControl as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
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