i8051_timer ieee_802_15_4_link
API Reference Manual  /  4 Model-to-Model Interfaces  / 

ieee_802_15_4_control

Description
SIM_INTERFACE(ieee_802_15_4_control) {
        void (*set_rssi)(conf_object_t *NOTNULL obj,
                         uint64 tgt_ep_id,
                         uint32 rssi);
        void (*remove_rssi)(conf_object_t *NOTNULL obj,
                            uint64 tgt_ep_id);
        void (*clear_all_rssi)(conf_object_t *NOTNULL obj);
};
#define IEEE_802_15_4_CONTROL_INTERFACE "ieee_802_15_4_control"

The ieee_802_15_4_control interface is implemented by the IEEE 802.15.4 link endpoint objects that provide a interface for endpoint configuration. Simics command (Python program) calls set_rssi, remove_rssi and clear_all_rssi to update the RSSI table.

Execution Context
Cell Context for all methods.

i8051_timer ieee_802_15_4_link