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

◆ mpsl_cx_prio_t

typedef uint8_t mpsl_cx_prio_t

#include <mpsl/include/protocol/mpsl_cx_protocol_api.h>

Priority of given radio operation.

This numerical value is translated by given PTA interface driver to appropriate signal. The straightforward translation would be <= UINT8_MAX/2 is low priority, while > UINT8_MAX/2 is high priority. More complicated PTAs support more than 2 priority levels and valid matching must be implemented for such devices.

Priority values must be aligned between all users of this API in given system. When multiple radio protocols are enabled (like Bluetooth LE and IEEE 802.15.4), all protocols must use aligned values (Bluetooth low priority operations must use numerically lower value than IEEE 802.15.4 high priority operations).