Struct esp32c2_hal::system::SystemParts
source · pub struct SystemParts {
pub peripheral_clock_control: PeripheralClockControl,
pub clock_control: SystemClockControl,
pub cpu_control: CpuControl,
/* private fields */
}
Expand description
The SYSTEM/DPORT splitted into it’s different logical parts.
Fields
peripheral_clock_control: PeripheralClockControl
clock_control: SystemClockControl
cpu_control: CpuControl
Auto Trait Implementations
impl RefUnwindSafe for SystemParts
impl Send for SystemParts
impl Sync for SystemParts
impl Unpin for SystemParts
impl UnwindSafe for SystemParts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more