[][src]Trait teensy_lc::mcg::McgExt

pub trait McgExt {
    type Constrained;
    fn constrain(self) -> Self::Constrained;
}

Associated Types

Loading content...

Required methods

fn constrain(self) -> Self::Constrained

Loading content...

Implementations on Foreign Types

impl McgExt for MCG[src]

type Constrained = Mcg<FEI>

Loading content...

Implementors

Loading content...