nrfxlib API 2.8.99
|
Module that defines the pseudo-random number generator Abstraction Layer. More...
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. | |
Module that defines the pseudo-random number generator Abstraction Layer.
The pseudo-random number generator Abstraction Layer interface for the 802.15.4 driver.
The Random Abstraction Layer is an abstraction layer of a pseudo-random number generator that is used to perform CSMA-CA procedure correctly.