CRC_Error_PluginEMDRV > EZRADIODRV > Plugin_System

Detailed Description

CRC error plugin, see Plugin System Layer for detailed documentation.

.

Data Structures

struct  EZRADIODRV_PacketCrcErrorHandle
 EzRadio CRC error packet receive plug-in instance initialization and handler structure.
 

Macros

#define EZRADIODRV_CRC_ERROR_PLUGIN_INIT_DEFAULT
 Configuration data for EzRadio CRC error plug-in.
 

Typedefs

typedef struct EZRADIODRV_PacketCrcErrorHandle EZRADIODRV_PacketCrcErrorHandle_t
 EzRadio CRC error packet receive plug-in instance initialization and handler structure.
 

Macro Definition Documentation

#define EZRADIODRV_CRC_ERROR_PLUGIN_INIT_DEFAULT
Value:
{ /* Packet CRC Error */ \
NULL, /* CallBack */ \
},

Configuration data for EzRadio CRC error plug-in.

Definition at line 68 of file ezradio_crcerror_plugin.h.