Type Alias stm32_hal2::pac::rng::sr::SEIS_W

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

Field SEIS writer - Seed error interrupt status This bit is set at the same time as SECS. It is cleared by writing it to 0. ** More than 64 consecutive bits at the same value (0 or 1) ** More than 32 consecutive alternances of 0 and 1 (0101010101…01) An interrupt is pending if IE = 1 in the RNG_CR register.

Aliased Type§

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