Trait esp32c2_hal::system::SystemExt
source · pub trait 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