Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Drng.c124 int32_t RNG_EntropyPoll(uint8_t* pu8Out, int32_t i32Len) in RNG_EntropyPoll() argument
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()
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Drng.h38 int32_t RNG_EntropyPoll(uint8_t* pu8Out, int32_t i32Len);
/hal_nuvoton-latest/m46x/StdDriver/src/
Drng.c322 int32_t RNG_EntropyPoll(uint8_t* pu8Out, int32_t i32Len) in RNG_EntropyPoll() argument
350 *pu8Out++ = TRNG->DATA; in RNG_EntropyPoll()
/hal_nuvoton-latest/m46x/StdDriver/inc/
Drng.h45 int32_t RNG_EntropyPoll(uint8_t* pu8Out, int32_t i32Len);