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

◆ mpsl_cx_release()

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.

Return values
0Last request is released.
-EALREADYThere was no request to release.