Struct esp32c2_hal::system::SystemParts
source · pub struct SystemParts<'d> {
pub clock_control: SystemClockControl,
pub cpu_control: CpuControl,
pub radio_clock_control: RadioClockControl,
pub software_interrupt_control: SoftwareInterruptControl,
/* private fields */
}
Expand description
The SYSTEM/DPORT splitted into it’s different logical parts.
Fields§
§clock_control: SystemClockControl
§cpu_control: CpuControl
§radio_clock_control: RadioClockControl
§software_interrupt_control: SoftwareInterruptControl
Auto Trait Implementations§
impl<'d> RefUnwindSafe for SystemParts<'d>
impl<'d> Send for SystemParts<'d>
impl<'d> Sync for SystemParts<'d>
impl<'d> Unpin for SystemParts<'d>
impl<'d> !UnwindSafe for SystemParts<'d>
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