joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

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.