nrfxlib API 2.8.99
|
void nrf_802154_trx_energy_detection | ( | uint32_t | ed_count | ) |
Puts trx module into energy detection mode.
Operation ends up with a call to nrf_802154_trx_energy_detection_finished handler.
Operation can be terminated with a call to nrf_802154_trx_abort or nrf_802154_trx_disable. In this case no handler is called.
ed_count | Number of iterations to perform. Must be in range 1..2097152. One iteration takes 128 microseconds. |