Searched refs:retry_count (Results 1 – 1 of 1) sorted by relevance
1182 static status_t trng_SetRetryCount(TRNG_Type *base, uint8_t retry_count);1271 static status_t trng_SetRetryCount(TRNG_Type *base, uint8_t retry_count) in trng_SetRetryCount() argument1275 if ((retry_count >= 1u) && (retry_count <= 15u)) in trng_SetRetryCount()1278 TRNG_WR_SCMISC_RTY_CT(base, retry_count); in trng_SetRetryCount()