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

◆ nrf_802154_modulated_carrier()

bool nrf_802154_modulated_carrier ( const uint8_t *  p_data)

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

Changes the radio state to modulated carrier.

Note
When the radio is emitting modulated carrier signals, it blocks all transmissions on the selected channel. This function is to be called only during radio tests. Do not use it during normal device operation.
Parameters
[in]p_dataPointer to a buffer to modulate the carrier with. The first byte is the data length.
Return values
trueThe modulated carrier procedure was scheduled.
falseThe driver could not schedule the modulated carrier procedure.