Type Alias imxrt10xx::gpt::Gpt1

source ·
pub type Gpt1<'a> = Gpt<'a, _1>;

Aliased Type§

struct Gpt1<'a> { /* private fields */ }

Implementations§

source§

impl<'a> Gpt1<'a>

source

pub const fn new_gpt1(ccm: &'a Ccm) -> Self