EFR32xG1

EFR32xG1-specific initialization data types.

Data Structures

struct  RAILSched_Config_t
 Provided for backwards compatibility.
 
struct  RAIL_Config_t
 RAIL configuration structure.

Macros

#define RAIL_EFR32_HANDLE   ((RAIL_Handle_t)0xFFFFFFFFUL)
 A placeholder for a chip-specific RAIL handle.

Typedefs

typedef uint8_t RAIL_StateBuffer_t[1]
 Provided for backwards compatibility.

Detailed Description

EFR32xG1-specific initialization data types.

Macro Definition Documentation

◆ RAIL_EFR32_HANDLE

#define RAIL_EFR32_HANDLE   ((RAIL_Handle_t)0xFFFFFFFFUL)

A placeholder for a chip-specific RAIL handle.

Using NULL as a RAIL handle is not recommended. As a result, another value that can't be de-referenced is used.

This generic handle can and should be used for RAIL APIs that are called prior to RAIL initialization.

Definition at line 60 of file rail_chip_specific.h.