ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

mac_api_s Struct Reference

mac_api_s Struct Reference

Struct mac_api_s defines functions for two-way communications between external MAC and Upper layer. More...

#include <mac_api.h>


Detailed Description

Struct mac_api_s defines functions for two-way communications between external MAC and Upper layer.

Application creates mac_api_t object by calling external MAC's creator function. Then object is passed to Upper layer which then initializes it's own callback functions. Then MAC is operated by Upper layer by calling MLME or MCPS primitive functions.

Definition at line 196 of file mac_api.h.