Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/trng/
Dfsl_trng.c1267 static status_t trng_SetRetryCount(TRNG_Type *base, uint8_t retry_count);
1414 static status_t trng_SetRetryCount(TRNG_Type *base, uint8_t retry_count) in trng_SetRetryCount() argument
1418 if ((retry_count >= 1u) && (retry_count <= 15u)) in trng_SetRetryCount()
1421 TRNG_WR_SCMISC_RTY_CT(base, retry_count); in trng_SetRetryCount()