nRF5 SDK for Thread and Zigbee v3.2.0
Functions
RSSI measurement function

Functions

void nrf_802154_rssi_measure (void)
 Begin RSSI measurement. More...
 
int8_t nrf_802154_rssi_last_get (void)
 Get the result of the last RSSI measurement. More...
 

Detailed Description

Function Documentation

int8_t nrf_802154_rssi_last_get ( void  )

Get the result of the last RSSI measurement.

Returns
RSSI measurement result [dBm].
void nrf_802154_rssi_measure ( void  )

Begin RSSI measurement.

Note
This function should be called in receive state.

The result will be available after 8 us and can be read by nrf_802154_rssi_last_get.


Documentation feedback | Developer Zone | Subscribe | Updated