Searched refs:RNG_STA_FSIZE_SHIFT (Results 1 – 6 of 6) sorted by relevance
152 #define RNG_STA_FSIZE_SHIFT (12U) macro153 #define RNG_STA_FSIZE_GET(x) (((uint32_t)(x) & RNG_STA_FSIZE_MASK) >> RNG_STA_FSIZE_SHIFT)
Completed in 22 milliseconds