Searched refs:retryCount (Results 1 – 2 of 2) sorted by relevance
97 …uint8_t retryCount; /*!< @brief Retry count. It defines the number of times a statistical che… member
1232 userConfig->retryCount = TRNG_USER_CONFIG_DEFAULT_RETRY_COUNT; in TRNG_GetDefaultConfig()1434 if (((status = trng_SetRetryCount(base, userConfig->retryCount)) == kStatus_Success) && in trng_ApplyUserConfig()