Module esp32c3_hal::system

source ·
Expand description

System Control

The SYSTEM/DPORT peripheral needs to be split into several logical parts.

Example

let peripherals = Peripherals::take();
let system = peripherals.SYSTEM.split();
let clocks = ClockControl::boot_defaults(system.clock_control).freeze();

Structs

Enums

Traits