Searched refs:RNG_SR_DRDY (Results 1 – 1 of 1) sorted by relevance
42 #define RNG_SR_DRDY BIT(0) macro145 while ((sr & RNG_SR_DRDY) == 0U) { in stm32_rng_enable()171 if ((status & (RNG_SR_SECS | RNG_SR_SEIS | RNG_SR_DRDY)) != RNG_SR_DRDY) { in check_data_validity()185 } while ((status & RNG_SR_DRDY) == 0U); in check_data_validity()217 if ((mmio_read_32(stm32_rng.base + RNG_SR) & RNG_SR_DRDY) == 0U) { in stm32_rng_read()