pub trait _esp_hal_system_SystemExt<'d> {
type Parts;
// Required method
fn split(self) -> Self::Parts;
}
Expand description
Extension trait to split a SYSTEM/DPORT peripheral in independent logical parts
pub trait _esp_hal_system_SystemExt<'d> {
type Parts;
// Required method
fn split(self) -> Self::Parts;
}
Extension trait to split a SYSTEM/DPORT peripheral in independent logical parts