Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_trng.h97 …uint8_t retryCount; /*!< @brief Retry count. It defines the number of times a statistical che… member
Dfsl_trng.c1232 userConfig->retryCount = TRNG_USER_CONFIG_DEFAULT_RETRY_COUNT; in TRNG_GetDefaultConfig()
1434 if (((status = trng_SetRetryCount(base, userConfig->retryCount)) == kStatus_Success) && in trng_ApplyUserConfig()