Searched refs:retry_count (Results 1 – 1 of 1) sorted by relevance
1267 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() argument1418 if ((retry_count >= 1u) && (retry_count <= 15u)) in trng_SetRetryCount()1421 TRNG_WR_SCMISC_RTY_CT(base, retry_count); in trng_SetRetryCount()