Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/trng/
Dfsl_trng.c1295 static uint32_t trng_ReadEntropy(TRNG_Type *base, uint32_t index);
1807 static uint32_t trng_ReadEntropy(TRNG_Type *base, uint32_t index) in trng_ReadEntropy() function
1873 (void)trng_ReadEntropy(base, (TRNG_ENT_COUNT - 1u)); in TRNG_Init()
1956 (void)trng_ReadEntropy(base, (TRNG_ENT_COUNT - 1u)); in TRNG_GetRandomData()
1980 random_32 = trng_ReadEntropy(base, (uint32_t)index++); in TRNG_GetRandomData()
2005 (void)trng_ReadEntropy(base, (TRNG_ENT_COUNT - 1u)); in TRNG_GetRandomData()