Type Definition stm32_hal2::pac::rng::sr::DRDY_R

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

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