#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_data | Pointer to a buffer to modulate the carrier with. The first byte is the data length. |
- Return values
-
true | The modulated carrier procedure was scheduled. |
false | The driver could not schedule the modulated carrier procedure. |