nrfxlib API 3.3.99
Loading...
Searching...
No Matches
MPSL Radio Notification interface

Macros

#define MPSL_RADIO_NOTIFICATION_DISTANCE_NONE   0
 
#define MPSL_RADIO_NOTIFICATION_DISTANCE_MIN_US   50
 
#define MPSL_RADIO_NOTIFICATION_DISTANCE_MAX_US   5500
 

Typedefs

typedef void(* mpsl_radio_notification_cb_t) (mpsl_radio_notification_source_t notification_source)
 Function prototype for the radio notification callback.
 

Enumerations

enum  MPSL_RADIO_NOTIFICATION_TYPES { MPSL_RADIO_NOTIFICATION_TYPE_NONE = 0 , MPSL_RADIO_NOTIFICATION_TYPE_INT_ON_ACTIVE , MPSL_RADIO_NOTIFICATION_TYPE_INT_ON_INACTIVE , MPSL_RADIO_NOTIFICATION_TYPE_INT_ON_BOTH }
 Radio notification types. More...
 
enum  mpsl_radio_notification_source_t { MPSL_RADIO_NOTIFICATION_SOURCE_ACTIVE , MPSL_RADIO_NOTIFICATION_SOURCE_INACTIVE }
 Radio notification callback types. More...
 

Functions

int32_t mpsl_radio_notification_cfg_set (uint8_t type, uint16_t distance_us, mpsl_radio_notification_cb_t cb)
 Configures the Radio Notification signal.
 

Detailed Description

APIs for configuring radio event notifications in MPSL.