Type Alias imxrt_hal::timer::RawCountDownGpt

source ·
pub type RawCountDownGpt<const N: u8> = RawCountDown<Gpt<N>>;
Expand description

A count down timer over a GPT.

Aliased Type§

struct RawCountDownGpt<const N: u8> { /* private fields */ }

Implementations§

source§

impl<const N: u8> RawCountDownGpt<N>

source

pub fn from_gpt(gpt: Gpt<N>) -> Self

Create a count down timer from a GPT.