nrfxlib API 2.8.99
|
bool nrf_802154_rssi_measure_begin | ( | void | ) |
#include <nrf_802154/common/include/nrf_802154.h>
Begins the RSSI measurement.
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.
true | RSSI measurement successfully requested. |
false | RSSI measurement cannot be scheduled at the moment. |