|
| enum | RadioFSKModShapings_e {
MOD_SHAPING_OFF = 0x00
, MOD_SHAPING_G_BT_03 = 0x08
, MOD_SHAPING_G_BT_05 = 0x09
, MOD_SHAPING_G_BT_07 = 0x0A
,
MOD_SHAPING_G_BT_1 = 0x0B
} |
| | Represents the modulation shaping parameter. More...
|
| |
| enum | RadioFSKRxBandwidth_e {
RX_BW_4800 = 0x1F
, RX_BW_5800 = 0x17
, RX_BW_7300 = 0x0F
, RX_BW_9700 = 0x1E
,
RX_BW_11700 = 0x16
, RX_BW_14600 = 0x0E
, RX_BW_19500 = 0x1D
, RX_BW_23400 = 0x15
,
RX_BW_29300 = 0x0D
, RX_BW_39000 = 0x1C
, RX_BW_46900 = 0x14
, RX_BW_58600 = 0x0C
,
RX_BW_78200 = 0x1B
, RX_BW_93800 = 0x13
, RX_BW_117300 = 0x0B
, RX_BW_156200 = 0x1A
,
RX_BW_187200 = 0x12
, RX_BW_234300 = 0x0A
, RX_BW_312000 = 0x19
, RX_BW_373600 = 0x11
,
RX_BW_467000 = 0x09
} |
| | Represents the modulation shaping parameter. More...
|
| |
| enum | RadioFSKRBitrate_e { BITRATE_25K = 40960
, BITRATE_50K = 20480
, BITRATE_100K = 10240
, INTERNAL_BR_MAX = 0xFFFFFF
} |
| | Represents the modulation shaping parameter. More...
|
| |
| enum | RadioFSKRDeviation_e {
FDEV_SSB_25K = 26214
, FDEV_DSB_50K = 26214
, FDEV_SSB_30K = 31457
, FDEV_DSB_60K = 31457
,
FDEV_SSB_50K = 52429
, FDEV_DSB_100K = 52429
, INTERNAL_DEV_MAX = 0xFFFFFF
} |
| | Represents the modulation shaping parameter. More...
|
| |
| enum | RadioFSKPreambleDetection_e {
RADIO_PREAMBLE_DETECTOR_OFF = 0x00
, RADIO_PREAMBLE_DETECTOR_08_BITS = 0x04
, RADIO_PREAMBLE_DETECTOR_16_BITS = 0x05
, RADIO_PREAMBLE_DETECTOR_24_BITS = 0x06
,
RADIO_PREAMBLE_DETECTOR_32_BITS = 0x07
} |
| | Represents the preamble length used to detect the packet on Rx side. More...
|
| |
| enum | RadioFSKAddressComp_e { RADIO_ADDRESSCOMP_FILT_OFF = 0x00
, RADIO_ADDRESSCOMP_FILT_NODE = 0x01
, RADIO_ADDRESSCOMP_FILT_NODE_BROAD = 0x02
} |
| | Represents the possible combinations of SyncWord correlators activated. More...
|
| |
| enum | RadioFSKPacketLengthModes_e { RADIO_PACKET_FIXED_LENGTH = 0x00
, RADIO_PACKET_VARIABLE_LENGTH = 0x01
} |
| | Radio GFSK packet length mode. More...
|
| |
| enum | RadioFSKWhiteningSeed_e { RADIO_WHITENINGSEED = 0x01FF
} |
| | Radio whitening initial seed value. More...
|
| |
| enum | RadioFSKDcFree_e { RADIO_DC_FREE_OFF = 0x00
, RADIO_DC_FREEWHITENING = 0x01
} |
| | Radio whitening mode activated or deactivated. More...
|
| |
| enum | RadioFSKCrcTypes_e {
RADIO_CRC_OFF = 0x01
, RADIO_CRC_1_BYTES = 0x00
, RADIO_CRC_2_BYTES = 0x02
, RADIO_CRC_1_BYTES_INV = 0x04
,
RADIO_CRC_2_BYTES_INV = 0x06
, RADIO_CRC_2_BYTES_IBM = RADIO_CRC_2_BYTES
, RADIO_CRC_2_BYTES_CCIT = RADIO_CRC_2_BYTES_INV
} |
| | Represents the CRC length. More...
|
| |
| enum | RadioFSKCrcSeed_e { RADIO_CRC_IBM_SEED = 0xFFFF
, RADIO_CRC_CCITT_SEED = 0x1D0F
} |
| | LFSR initial value to compute the FSK CRC. More...
|
| |
| enum | RadioFSKCrcPolynomial_e { RADIO_CRC_POLYNOMIAL_IBM = 0x8005
, RADIO_CRC_POLYNOMIAL_CCITT = 0x1021
} |
| | Polynomial used to compute the FSK CRC. More...
|
| |