Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dtrng.c154 uint32_t i, j, u32Reg, timeout, ch,cl; in TRNG_GenBignumHex() local
178 cl = (u32Reg >> (j * 8)) & 0x0f; in TRNG_GenBignumHex()
186 if(cl >= 0xa) in TRNG_GenBignumHex()
187 cBigNumHex[i * 2 + 1] = cl - 0xa + 'a'; in TRNG_GenBignumHex()
189 cBigNumHex[i * 2 + 1] = cl + '0'; in TRNG_GenBignumHex()