Trait kea_hal::clocks::ics::ICSExt[][src]

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

Grabs ownership of ICS from the PAC.

Associated Types

ICS struct

Required methods

grab the Peripheral from PAC;

Implementations on Foreign Types

Implementors