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

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

Trait to split the DPORT peripheral into subsets

Required methods

fn split(self) -> (DPORT, ClockControl)

Loading content...

Implementors

impl Split for DPORT[src]

fn split(self) -> (DPORT, ClockControl)[src]

function to split the DPORT peripheral into subsets

Loading content...