EFR32#
Macros#
#define
RAIL_FIFO_ALIGNMENT_TYPE uint8_t
Fixed-width type indicating the needed alignment for RX and TX FIFOs.
#define
RAIL_FIFO_ALIGNMENT (sizeof(RAIL_FIFO_ALIGNMENT_TYPE))
Alignment that is needed for the RX and TX FIFOs.
Macro Definition Documentation#
RAIL_FIFO_ALIGNMENT_TYPE#
#define RAIL_FIFO_ALIGNMENT_TYPEValue:
uint8_t
Fixed-width type indicating the needed alignment for RX and TX FIFOs.
Note that docs.silabs.com will incorrectly indicate that this is always a uint8_t, but it does vary across RAIL platforms.
Definition at line
1077
of file chip/efr32/efr32xg1x/rail_chip_specific.h
RAIL_FIFO_ALIGNMENT#
#define RAIL_FIFO_ALIGNMENTValue:
(sizeof(RAIL_FIFO_ALIGNMENT_TYPE))
Alignment that is needed for the RX and TX FIFOs.
Definition at line
1080
of file chip/efr32/efr32xg1x/rail_chip_specific.h