RAIL sync words and length configuration.

Public Attributes#

uint8_t

Sync word length in bits, between 2 and 32, inclusive.

uint32_t

Sync Word 0.

uint32_t

Sync Word 1.

Public Attribute Documentation#

sync_word_bits#

uint8_t sl_rail_sync_word_config_t::sync_word_bits

Sync word length in bits, between 2 and 32, inclusive.


sync_word_0#

uint32_t sl_rail_sync_word_config_t::sync_word_0

Sync Word 0.

Note

  • Only the least-significant sync_word_bits bits are used, which are sent or received on air least-significant-bit first.


sync_word_1#

uint32_t sl_rail_sync_word_config_t::sync_word_1

Sync Word 1.

Note

  • Only the least-significant sync_word_bits bits are used, which are sent or received on air least-significant-bit first.