Structure to configure RFSENSE Selective(OOK) mode.

Public Attributes#

The frequency band(s) on which to sense the RF energy.

uint8_t

Syncword Length in bytes, 1-4 bytes.

uint32_t

Sync Word Value.

The callback function, called when RF is sensed.

Public Attribute Documentation#

band#

RAIL_RfSenseBand_t RAIL_RfSenseSelectiveOokConfig_t::band

The frequency band(s) on which to sense the RF energy.

To stop RF Sense, specify RAIL_RFSENSE_OFF.


Definition at line 3812 of file common/rail_types.h

syncWordNumBytes#

uint8_t RAIL_RfSenseSelectiveOokConfig_t::syncWordNumBytes

Syncword Length in bytes, 1-4 bytes.

Note


Definition at line 3819 of file common/rail_types.h

syncWord#

uint32_t RAIL_RfSenseSelectiveOokConfig_t::syncWord

Sync Word Value.

To use HW default sync word, set to RAIL_RFSENSE_USE_HW_SYNCWORD.


Definition at line 3824 of file common/rail_types.h

cb#

RAIL_RfSense_CallbackPtr_t RAIL_RfSenseSelectiveOokConfig_t::cb

The callback function, called when RF is sensed.


Definition at line 3828 of file common/rail_types.h