nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_modem_dect_mac_ntf_callbacks Struct Reference

DECT MAC notification callbacks. More...

#include <nrf_modem_dect.h>

Data Fields

void(* association_ntf )(struct nrf_modem_dect_mac_association_ntf_cb_params *params)
 Association notification callback.
 
void(* association_release_ntf )(struct nrf_modem_dect_mac_association_release_ntf_cb_params *params)
 Association release notification callback.
 
void(* cluster_ch_load_change_ntf )(struct nrf_modem_dect_mac_cluster_ch_load_change_ntf_cb_params *params)
 Cluster channel load change notification callback.
 
void(* neighbor_inactivity_ntf )(struct nrf_modem_dect_mac_neighbor_inactivity_ntf_cb_params *params)
 Neighbor inactivity notification callback.
 
void(* neighbor_paging_failure_ntf )(struct nrf_modem_dect_mac_neighbor_paging_failure_ntf_cb_params *params)
 Neighbor paging failure notification callback.
 
void(* rssi_scan_ntf )(struct nrf_modem_dect_mac_rssi_scan_ntf_cb_params *params)
 RSSI scan notification callback.
 
void(* cluster_beacon_ntf )(struct nrf_modem_dect_mac_cluster_beacon_ntf_cb_params *params)
 Cluster beacon notification callback.
 
void(* cluster_beacon_rx_failure_ntf )(struct nrf_modem_dect_mac_cluster_beacon_rx_failure_ntf_cb_params *params)
 Cluster beacon RX failure notification callback.
 
void(* ipv6_config_update_ntf )(struct nrf_modem_dect_mac_ipv6_config_update_ntf_cb_params *params)
 IPv6 config update notification callback.
 
void(* network_beacon_ntf )(struct nrf_modem_dect_mac_network_beacon_ntf_cb_params *params)
 Network beacon notification callback.
 
void(* capability_ntf )(struct nrf_modem_dect_mac_capability_ntf_cb_params *params)
 Capability notification callback.
 
void(* dlc_data_rx_ntf )(struct nrf_modem_dect_dlc_data_rx_ntf_cb_params *params)
 DLC data reception notification.
 
void(* dlc_flow_control_ntf )(struct nrf_modem_dect_dlc_flow_control_ntf_cb_params *params)
 DLC flow control notification.
 

Detailed Description

DECT MAC notification callbacks.

Callbacks for modem notification messages.

Note
All callbacks are executed in ISR. Take care of offloading any intensive operations as necessary.

The documentation for this struct was generated from the following file: