88// INT_CTL_ENABLE - This property provides for global enabling of the three interrupt groups (Chip, Modem and Packet Handler) in order to generate HW interrupts at the NIRQ pin.
89// INT_CTL_PH_ENABLE - Enable individual interrupt sources within the Packet Handler Interrupt Group to generate a HW interrupt on the NIRQ output pin.
149// PKT_CRC_CONFIG - Select a CRC polynomial and seed.
150// PKT_WHT_POLY_15_8 - 16-bit polynomial value for the PN Generator (e.g., for Data Whitening)
151// PKT_WHT_POLY_7_0 - 16-bit polynomial value for the PN Generator (e.g., for Data Whitening)
152// PKT_WHT_SEED_15_8 - 16-bit seed value for the PN Generator (e.g., for Data Whitening)
153// PKT_WHT_SEED_7_0 - 16-bit seed value for the PN Generator (e.g., for Data Whitening)
154// PKT_WHT_BIT_NUM - Selects which bit of the LFSR (used to generate the PN / data whitening sequence) is used as the output bit for data scrambling.
155// PKT_CONFIG1 - General configuration bits for transmission or reception of a packet.
156// PKT_CONFIG2 - General packet configuration bits.
157// PKT_LEN - Configuration bits for reception of a variable length packet.
158// PKT_LEN_FIELD_SOURCE - Field number containing the received packet length byte(s).
159// PKT_LEN_ADJUST - Provides for adjustment/offset of the received packet length value (in order to accommodate a variety of methods of defining total packet length).
160// PKT_TX_THRESHOLD - TX FIFO almost empty threshold.
367// MODEM_AGC_WINDOW_SIZE - Specifies the size of the measurement and settling windows for the AGC algorithm.
368// MODEM_AGC_RFPD_DECAY - Sets the decay time of the RF peak detectors.
369// MODEM_AGC_IFPD_DECAY - Sets the decay time of the IF peak detectors.
370// MODEM_FSK4_GAIN1 - Specifies the gain factor of the secondary branch in 4(G)FSK ISI-suppression.
371// MODEM_FSK4_GAIN0 - Specifies the gain factor of the primary branch in 4(G)FSK ISI-suppression.
372// MODEM_FSK4_TH1 - 16 bit 4(G)FSK slicer threshold.
373// MODEM_FSK4_TH0 - 16 bit 4(G)FSK slicer threshold.
374// MODEM_FSK4_MAP - 4(G)FSK symbol mapping code.
375// MODEM_OOK_PDTC - Configures the attack and decay times of the OOK Peak Detector.
376// MODEM_OOK_BLOPK - Configures the slicing reference level of the OOK Peak Detector.
377// MODEM_OOK_CNT1 - OOK control.
378// MODEM_OOK_MISC - Selects the detector(s) used for demodulation of an OOK signal, or for demodulation of a (G)FSK signal when using the asynchronous demodulator.