nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_rssi_measure_begin()

bool nrf_802154_rssi_measure_begin ( void  )

#include <nrf_802154/common/include/nrf_802154.h>

Begins the RSSI measurement.

Note
This function is to be called in the RADIO_STATE_RX state.

The result will be available after the measurement process is finished. The result can be read by nrf_802154_rssi_last_get. Check the documentation of the RADIO peripheral to check the duration of the RSSI measurement procedure.

Return values
trueRSSI measurement successfully requested.
falseRSSI measurement cannot be scheduled at the moment.