Home
last modified time | relevance | path

Searched refs:NRF51_RNG_REG_SHORTS_VALRDY_STOP (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/misc/
H A Dnrf51_rng.h49 #define NRF51_RNG_REG_SHORTS_VALRDY_STOP 0 macro
/qemu/hw/misc/
H A Dnrf51_rng.c110 (value & BIT_MASK(NRF51_RNG_REG_SHORTS_VALRDY_STOP)) ? 1 : 0; in rng_write()