Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/trng/
Dfsl_trng.c1282 static status_t trng_SetRetryCount(TRNG_Type *base, uint8_t retry_count);
1400 static status_t trng_SetRetryCount(TRNG_Type *base, uint8_t retry_count) in trng_SetRetryCount() function
1721 status = trng_SetRetryCount(base, userConfig->retryCount); in trng_ApplyUserConfig()