RAIL configuration structure.

Public Attributes#

void(*

A pointer to a function, which is called whenever a RAIL event occurs.

void *

Provided for backwards compatibility.

Provided for backwards compatibility.

Provided for backwards compatibility.

Public Attribute Documentation#

eventsCallback#

void(* RAIL_Config_t::eventsCallback) (RAIL_Handle_t railHandle, RAIL_Events_t events)

A pointer to a function, which is called whenever a RAIL event occurs.

See the RAIL_Events_t documentation for the list of RAIL events.


Definition at line 154 of file chip/efr32/efr32xg1x/rail_chip_specific.h

protocol#

void* RAIL_Config_t::protocol

Provided for backwards compatibility.

Ignored.


Definition at line 158 of file chip/efr32/efr32xg1x/rail_chip_specific.h

scheduler#

RAILSched_Config_t* RAIL_Config_t::scheduler

Provided for backwards compatibility.

Ignored.


Definition at line 162 of file chip/efr32/efr32xg1x/rail_chip_specific.h

buffer#

RAIL_StateBuffer_t RAIL_Config_t::buffer

Provided for backwards compatibility.

Ignored.


Definition at line 166 of file chip/efr32/efr32xg1x/rail_chip_specific.h