Type Alias stm32f4xx_hal::pac::tim9::dier::TIE_W

source ·
pub type TIE_W<'a, const O: u8> = BitWriterRaw<'a, u32, DIER_SPEC, bool, BitM, O>;
Expand description

Field TIE writer - Trigger interrupt enable

Aliased Type§

struct TIE_W<'a, const O: u8> { /* private fields */ }