Struct esp32_hal::system::SystemParts  
source · pub struct SystemParts<'d> {
    pub clock_control: SystemClockControl,
    pub cpu_control: CpuControl,
    pub dma: Dma,
    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§dma: Dma§radio_clock_control: RadioClockControl§software_interrupt_control: SoftwareInterruptControlAuto 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