Type Alias stm32h7xx_hal::stm32::cec::isr::RXEND_R

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

Field RXEND reader - 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_R { /* private fields */ }