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

DECT MAC operation callbacks. More...

#include <nrf_modem_dect.h>

Data Fields

void(* control_functional_mode )(struct nrf_modem_dect_mac_control_functional_mode_cb_params *params)
 Functional mode set operation callback.
 
void(* control_configure )(struct nrf_modem_dect_mac_control_configure_cb_params *params)
 Configuration operation callback.
 
void(* control_systemmode )(struct nrf_modem_dect_mac_control_systemmode_cb_params *params)
 Systemmode set operation callback.
 
void(* association )(struct nrf_modem_dect_mac_association_cb_params *params)
 Association request callback.
 
void(* association_release )(struct nrf_modem_dect_mac_association_release_cb_params *params)
 Association release request callback.
 
void(* cluster_beacon_receive )(struct nrf_modem_dect_mac_cluster_beacon_receive_cb_params *params)
 Cluster beacon reception request callback.
 
void(* cluster_beacon_receive_stop )(struct nrf_modem_dect_mac_cluster_beacon_receive_stop_cb_params *params)
 Cluster beacon reception stop request callback.
 
void(* cluster_configure )(struct nrf_modem_dect_mac_cluster_configure_cb_params *params)
 Cluster configuration request callback.
 
void(* cluster_info )(struct nrf_modem_dect_mac_cluster_info_cb_params *params)
 Cluster info request callback.
 
void(* neighbor_info )(struct nrf_modem_dect_mac_neighbor_info_cb_params *params)
 Neighbor info request callback.
 
void(* neighbor_list )(struct nrf_modem_dect_mac_neighbor_list_cb_params *params)
 Neighbor list request callback.
 
void(* dlc_data_tx )(struct nrf_modem_dect_dlc_data_tx_cb_params *params)
 DLC data transmission request callback.
 
void(* dlc_data_discard )(struct nrf_modem_dect_dlc_data_discard_cb_params *params)
 DLC data discard request callback.
 
void(* network_beacon_configure )(struct nrf_modem_dect_mac_network_beacon_configure_cb_params *params)
 Network beacon configuration request callback.
 
void(* network_scan )(struct nrf_modem_dect_mac_network_scan_cb_params *params)
 Network scan request callback.
 
void(* network_scan_stop )(struct nrf_modem_dect_mac_network_scan_stop_cb_params *params)
 Network scan stop request callback.
 
void(* rssi_scan )(struct nrf_modem_dect_mac_rssi_scan_cb_params *params)
 RSSI scan request callback.
 
void(* rssi_scan_stop )(struct nrf_modem_dect_mac_rssi_scan_stop_cb_params *params)
 RSSI scan stop request callback.
 

Detailed Description

DECT MAC operation callbacks.

Callbacks for modem operation 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: