Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/trng/
Dfsl_trng.c1281 static status_t trng_ApplyUserConfig(TRNG_Type *base, const trng_config_t *userConfig);
1716 static status_t trng_ApplyUserConfig(TRNG_Type *base, const trng_config_t *userConfig) in trng_ApplyUserConfig() function
1862 if ((result = trng_ApplyUserConfig(base, userConfig)) == kStatus_Success) in TRNG_Init()