nrfxlib API 2.7.99
Loading...
Searching...
No Matches
mpsl_cx_protocol_api.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include "nrf_errno.h"

Go to the source code of this file.

Data Structures

struct  mpsl_cx_request_t
 Structure with parameters describing next coexistence request. More...
 

Typedefs

typedef uint8_t mpsl_cx_op_map_t
 Bitmap representing a list of radio operations.
 
typedef uint8_t mpsl_cx_prio_t
 Priority of given radio operation.
 
typedef void(* mpsl_cx_cb_t) (mpsl_cx_op_map_t granted_ops)
 Callback used to notify radio protocol about changes of granted radio operations.
 

Enumerations

enum  mpsl_cx_op_t { MPSL_CX_OP_IDLE_LISTEN = 0x01 , MPSL_CX_OP_RX = 0x02 , MPSL_CX_OP_TX = 0x04 }
 Radio operations which may be requested from or granted by PTA. More...
 
enum  mpsl_cx_req_trig_t { MPSL_CX_REQ_TRIG_INSTANT }
 Coexistence request signal triggers. More...
 

Functions

int32_t mpsl_cx_request (const mpsl_cx_request_t *p_req_params)
 Request radio operation from PTA.
 
int32_t mpsl_cx_release (void)
 Release last radio operation requested from PTA.
 
int32_t mpsl_cx_granted_ops_get (mpsl_cx_op_map_t *p_granted_ops)
 Get list of radio operations currently granted by PTA.
 
uint32_t mpsl_cx_req_grant_delay_get (void)
 Get time PTA needs to respond with grant signal to request signal.
 
int32_t mpsl_cx_register_callback (mpsl_cx_cb_t cb)
 Register callback function called when radio operations granted by PTA change.