Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.h331 …uint32_t autoReseedInterval; /*!< Automatic reseed internal. If set to zero, CAAM RNG will use har… member
Dfsl_caam.c4063 config->autoReseedInterval = 0; /* zero means hardware default of 10.000.000 will be used */ in CAAM_RNG_GetDefaultConfig()
4099 …rngInstantiate[4] = config->autoReseedInterval; /* value for the Class 1 Data Size Re… in CAAM_RNG_Init()
4111 if (config->autoReseedInterval == 0U) in CAAM_RNG_Init()