Type Alias stm32h7xx_hal::pac::cec::isr::SBPE_R

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

Field SBPE reader - Rx-Short Bit Period Error SBPE is set by hardware in case a Data-Bit waveform is detected with Short Bit Period Error. SBPE is set at the time the anticipated falling edge occurs. SBPE generates an Error-Bit on the CEC line. SBPE is cleared by software write at 1.

Aliased Type§

struct SBPE_R { /* private fields */ }