Type Definition stm32_hal2::pac::cec::isr::TXBR_R

source · []
pub type TXBR_R = BitReaderRaw<bool>;
Expand description

Field TXBR reader - Tx-Byte Request TXBR is set by hardware to inform application that the next transmission data has to be written to TXDR. TXBR is set when the 4th bit of currently transmitted byte is sent. Application must write the next byte to TXDR within 6 nominal data-bit periods before transmission underrun error occurs (TXUDR). TXBR is cleared by software write at 1.