Type Alias stm32_hal2::pac::cec::isr::RXBR_W

source ·
pub type RXBR_W<'a, const O: u8> = BitWriterRaw<'a, u32, ISR_SPEC, bool, BitM, O>;
Expand description

Field RXBR writer - Rx-Byte Received The RXBR bit is set by hardware to inform application that a new byte has been received from the CEC line and stored into the RXD buffer. RXBR is cleared by software write at 1.

Aliased Type§

struct RXBR_W<'a, const O: u8> { /* private fields */ }