Structure to configure RFSENSE Selective(OOK) mode.
#include <
rail_types.h
>
Data Fields |
|
RAIL_RfSenseBand_t | band |
The frequency band(s) on which to sense the RF energy.
|
|
uint8_t | syncWordNumBytes |
Syncword Length in bytes, 1-4 bytes.
|
|
uint32_t | syncWord |
Sync Word Value.
|
|
RAIL_RfSense_CallbackPtr_t | cb |
The callback function, called when RF is sensed.
|
Structure to configure RFSENSE Selective(OOK) mode.
Definition at line
3023
of file
rail_types.h
.
Field 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
3028
of file
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
3040
of file
rail_types.h
.
◆ syncWordNumBytes
uint8_t RAIL_RfSenseSelectiveOokConfig_t::syncWordNumBytes |
Syncword Length in bytes, 1-4 bytes.
- Note
- When syncWord is set to use RAIL_RFSENSE_USE_HW_SYNCWORD , the syncWordNumBytes value will be ignored since we rely on the HW default settings for sync word.
Definition at line
3035
of file
rail_types.h
.
The documentation for this struct was generated from the following file:
-
common/
rail_types.h