Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_trng.c1182 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() argument
1275 if ((retry_count >= 1u) && (retry_count <= 15u)) in trng_SetRetryCount()
1278 TRNG_WR_SCMISC_RTY_CT(base, retry_count); in trng_SetRetryCount()