Type Definition stm32_hal2::pac::cec::cr::TXEOM_R

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

Field TXEOM reader - Tx End Of Message The TXEOM bit is set by software to command transmission of the last byte of a CEC message. TXEOM is cleared by hardware at the same time and under the same conditions as for TXSOM. Note: TXEOM must be set when CECEN=1 TXEOM must be set before writing transmission data to TXDR If TXEOM is set when TXSOM=0, transmitted message will consist of 1 byte (HEADER) only (PING message)