Type Alias stm32_hal2::pac::i2c1::cr1::TCIE_W

source ·
pub type TCIE_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR1_SPEC, TCIE_A, BitM, O>;
Expand description

Field TCIE writer - Transfer Complete interrupt enable Note: Any of these events will generate an interrupt: Transfer Complete (TC) Transfer Complete Reload (TCR)

Aliased Type§

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