26.6.3.1.5 Function trng_enable_events()
Enables a TRNG event output.
void trng_enable_events( struct trng_module *const module_inst, struct trng_events *const events)
Enables output events from the True Random Number Generator module. See here for a list of events this module supports.
Note: Events cannot be altered while the module is enabled.
Data direction | Parameter name | Description |
---|---|---|
[in] | module_inst |
Software instance for the TRNG peripheral |
[in] | events |
Struct containing flags of events to enable |