Searched refs:trng_ApplyUserConfig (Results 1 – 1 of 1) sorted by relevance
1281 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() function1862 if ((result = trng_ApplyUserConfig(base, userConfig)) == kStatus_Success) in TRNG_Init()