RAIL sync words and length configuration.
Public Attributes#
uint8_t
Sync word length in bits, between 2 and 32, inclusive.
uint32_t
Sync Word1.
uint32_t
Sync Word2.
Public Attribute Documentation#
syncWordBits#
uint8_t RAIL_SyncWordConfig_t::syncWordBits
Sync word length in bits, between 2 and 32, inclusive.
Definition at line
3494
of file common/rail_types.h
syncWord1#
uint32_t RAIL_SyncWordConfig_t::syncWord1
Sync Word1.
Note
Only syncWordBits number of LS bits are used, which are sent or received on air LSB first.
Definition at line
3499
of file common/rail_types.h
syncWord2#
uint32_t RAIL_SyncWordConfig_t::syncWord2
Sync Word2.
Note
Only syncWordBits number of LS bits are used, which are sent or received on air LSB first.
Definition at line
3504
of file common/rail_types.h