Trait esp32_hal::dport::Split[][src]

pub trait Split {
    fn split(self) -> (DPORT, ClockControl);
}
Expand description

Trait to split the DPORT peripheral into subsets

Required methods

Implementors