Type Alias stm32h7xx_hal::pac::cec::isr::RXOVR_R

source ·
pub type RXOVR_R = BitReaderRaw<bool>;
Expand description

Field RXOVR reader - Rx-Overrun RXOVR is set by hardware if RXBR is not yet cleared at the time a new byte is received on the CEC line and stored into RXD. RXOVR assertion stops message reception so that no acknowledge is sent. In case of broadcast, a negative acknowledge is sent. RXOVR is cleared by software write at 1.

Aliased Type§

struct RXOVR_R { /* private fields */ }