EFM32 Giant Gecko Software Documentation  efm32gg-doc-4.2.1
CRC_Error_Plugin

CRC error plugin, see Plugin System Layer on page EZRADIODRV EzRadio Peripheral Interface driver for detailed documentation.

. More...

Data Structures

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

Macros

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

Typedefs

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

Detailed Description

Macro Definition Documentation

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

Definition at line 72 of file ezradio_crcerror_plugin.h.