Type Alias stm32_hal2::pac::i2c1::isr::TCR_R

source ·
pub type TCR_R = BitReaderRaw<TCR_A>;
Expand description

Field TCR reader - Transfer Complete Reload This flag is set by hardware when RELOAD=1 and NBYTES data have been transferred. It is cleared by software when NBYTES is written to a non-zero value. Note: This bit is cleared by hardware when PE=0. This flag is only for master mode, or for slave mode when the SBC bit is set.

Aliased Type§

struct TCR_R { /* private fields */ }