Type Alias stm32_hal2::pac::cec::isr::RXEND_W

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

Field RXEND writer - End Of Reception RXEND is set by hardware to inform application that the last byte of a CEC message is received from the CEC line and stored into the RXD buffer. RXEND is set at the same time of RXBR. RXEND is cleared by software write at 1.

Aliased Type§

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