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

◆ nrf_802154_transmit_at_cancel()

bool nrf_802154_transmit_at_cancel ( void  )

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

Cancels a delayed transmission scheduled by a call to nrf_802154_transmit_raw_at.

If a delayed transmission has been scheduled but the transmission has not been started yet, a call to this function prevents the transmission. If the transmission is ongoing, it will not be aborted.

If a delayed transmission has not been scheduled (or has already finished), this function does not change state and returns false.

Return values
trueThe delayed transmission was scheduled and successfully cancelled.
falseNo delayed transmission was scheduled.