Searched refs:trng_SetRetryCount (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() function1434 if (((status = trng_SetRetryCount(base, userConfig->retryCount)) == kStatus_Success) && in trng_ApplyUserConfig()