nrfxlib API 2.8.99
|
bool nrf_802154_request_modulated_carrier | ( | nrf_802154_term_t | term_lvl, |
const uint8_t * | p_data ) |
#include <nrf_802154/driver/src/nrf_802154_request.h>
Requests entering the RADIO_STATE_MODULATED_CARRIER state.
[in] | term_lvl | Termination level of this request. Selects procedures to abort. |
[in] | p_data | Pointer to a buffer to modulate the carrier with. |
true | The driver will enter the modulated carrier state. |
false | The driver cannot enter the modulated carrier state due to an ongoing operation. |