Rng#

group bsp_rng

Read the RNG peripheral.

Author

Alexandre Abadie alexandre.abadie@inria.fr

Copyright

Inria, 2023

Functions

void db_rng_init(void)#

Configure the random number generator (RNG)

void db_rng_read(uint8_t *value)#

Read a random value (8 bits)

Parameters:
  • value[out] address of the output value