Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Drng.c128 uint32_t u32Entropy; in RNG_EntropyPoll() local
155 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()