Contiki-NG
Loading...
Searching...
No Matches
nrf_802154_platform_random.c File Reference

Random number platform for nrf_802154 on the nRF5340 network core. More...

#include "platform/nrf_802154_random.h"
#include "lib/random.h"
#include <stdint.h>

Go to the source code of this file.

Detailed Description

Random number platform for nrf_802154 on the nRF5340 network core.

Backed by the Contiki-NG random module.

The library only calls nrf_802154_random_get() from its CSMA-CA backoff, which this port disables (NRF_802154_CSMA_CA_ENABLED 0; Contiki-NG does CSMA backoff on the app core). It is therefore currently dormant and provided for completeness / future features.

Definition in file nrf_802154_platform_random.c.