nrfxlib API 2.8.99
|
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | nrf_802154_random_init (void) |
Initializes the random number generator. | |
void | nrf_802154_random_deinit (void) |
Deinitializes the random number generator. | |
uint32_t | nrf_802154_random_get (void) |
Gets a pseudo-random number. | |