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_TYPE   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 954 of file rail_chip_specific.h .