26.6.3.1.2 Function trng_get_config_defaults()

Initializes all members of a TRNG configuration structure to safe defaults.

void trng_get_config_defaults( struct trng_config *const config)

Initializes all members of a given True Random Number Generator configuration structure to safe known default values. This function should be called on all new instances of these configuration structures before being modified by the user application.

The default configuration is as follows:
  • True Random Number Generator will not be stopped in standby sleep mode

Table 26-5. Parameters
Data directionParameter nameDescription

[out]

config

Configuration structure to initialize to default values