Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/src/
Drng.c141 int32_t RNG_Random(uint32_t *pu32Buf, int32_t nWords) in RNG_Random() argument
153 if(nWords > 8) in RNG_Random()
154 nWords = 8; in RNG_Random()
166 for(i = 0; i < nWords; i++) in RNG_Random()
171 return nWords; in RNG_Random()
/hal_nuvoton-latest/m46x/StdDriver/inc/
Drng.h39 int32_t RNG_Random(uint32_t *pu32Buf, int32_t nWords);