Rng# group bsp_rng Read the RNG peripheral. AuthorAlexandre Abadie alexandre.abadie@inria.fr CopyrightInria, 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