nrfxlib API 2.8.99
|
int32_t mpsl_cx_release | ( | void | ) |
#include <mpsl/include/protocol/mpsl_cx_protocol_api.h>
Release last radio operation requested from PTA.
This function is to be called after transceiver is disabled to inform PTA that any previously requested operations by mpsl_cx_request are not requested anymore.
This function releases requested radio operations immediately.
Call to this function cannot preempt a call to mpsl_cx_request. It is responsibility of user of this interface to prevent such preemption.
0 | Last request is released. |
-EALREADY | There was no request to release. |