Trait kea_hal::clocks::osc::OSCExt[][src]

pub trait OSCExt {
    type Osc;
    fn split(self) -> Self::Osc;
}
Expand description

Grabs ownership of OSC from the PAC

Associated Types

This module’s state struct

Required methods

grab the peripheral from the PAC and return the state struct

Implementations on Foreign Types

Implementors