Searched refs:u32Entropy (Results 1 – 1 of 1) sorted by relevance
128 uint32_t u32Entropy; in RNG_EntropyPoll() local155 u32Entropy = TRNG->DATA[0]; in RNG_EntropyPoll()156 *pu8Out++ = u32Entropy & 0xff; in RNG_EntropyPoll()158 *pu8Out++ = (u32Entropy >> 8) & 0xff; in RNG_EntropyPoll()160 *pu8Out++ = (u32Entropy >> 16) & 0xff; in RNG_EntropyPoll()162 *pu8Out++ = (u32Entropy >> 24) & 0xff; in RNG_EntropyPoll()