Type Alias stm32_hal2::pac::i2c1::isr::TC_R

source ·
pub type TC_R = BitReaderRaw<TC_A>;
Expand description

Field TC reader - Transfer Complete (master mode) This flag is set by hardware when RELOAD=0, AUTOEND=0 and NBYTES data have been transferred. It is cleared by software when START bit or STOP bit is set. Note: This bit is cleared by hardware when PE=0.

Aliased Type§

struct TC_R { /* private fields */ }