Type Definition stm32g0::stm32g0c1::rng::sr::DRDY_R

source · []
pub type DRDY_R = BitReader<bool>;
Expand description

Field DRDY reader - Data Ready Once the output buffer becomes empty (after reading the RNG_DR register), this bit returns to 0 until a new random value is generated. Note: The DRDY bit can rise when the peripheral is disabled (RNGEN=0 in the RNG_CR register). If IE=1 in the RNG_CR register, an interrupt is generated when DRDY=1.