Type Alias stm32_hal2::pac::rng::sr::CEIS_R

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

Field CEIS reader - Clock error interrupt status This bit is set at the same time as CECS. It is cleared by writing it to 0. An interrupt is pending if IE = 1 in the RNG_CR register. Note: This bit is meaningless if CED (Clock error detection) bit in RNG_CR is equal to 1.

Aliased Type§

struct CEIS_R { /* private fields */ }