All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

SX127X registers. More...

Detailed Description

Go to the source code of this file.

SX127X LoRa modem internal registers addresses

#define SX127X_REG_LR_OPMODE   (0x01)
 
#define SX127X_REG_LR_FRFMSB   (0x06)
 
#define SX127X_REG_LR_FRFMID   (0x07)
 
#define SX127X_REG_LR_FRFLSB   (0x08)
 
#define SX127X_REG_LR_PACONFIG   (0x09)
 
#define SX127X_REG_LR_PARAMP   (0x0A)
 
#define SX127X_REG_LR_OCP   (0x0B)
 
#define SX127X_REG_LR_LNA   (0x0C)
 
#define SX127X_REG_LR_FIFOADDRPTR   (0x0D)
 
#define SX127X_REG_LR_FIFOTXBASEADDR   (0x0E)
 
#define SX127X_REG_LR_FIFORXBASEADDR   (0x0F)
 
#define SX127X_REG_LR_FIFORXCURRENTADDR   (0x10)
 
#define SX127X_REG_LR_IRQFLAGSMASK   (0x11)
 
#define SX127X_REG_LR_IRQFLAGS   (0x12)
 
#define SX127X_REG_LR_RXNBBYTES   (0x13)
 
#define SX127X_REG_LR_RXHEADERCNTVALUEMSB   (0x14)
 
#define SX127X_REG_LR_RXHEADERCNTVALUELSB   (0x15)
 
#define SX127X_REG_LR_RXPACKETCNTVALUEMSB   (0x16)
 
#define SX127X_REG_LR_RXPACKETCNTVALUELSB   (0x17)
 
#define SX127X_REG_LR_MODEMSTAT   (0x18)
 
#define SX127X_REG_LR_PKTSNRVALUE   (0x19)
 
#define SX127X_REG_LR_PKTRSSIVALUE   (0x1A)
 
#define SX127X_REG_LR_RSSIVALUE   (0x1B)
 
#define SX127X_REG_LR_HOPCHANNEL   (0x1C)
 
#define SX127X_REG_LR_MODEMCONFIG1   (0x1D)
 
#define SX127X_REG_LR_MODEMCONFIG2   (0x1E)
 
#define SX127X_REG_LR_SYMBTIMEOUTLSB   (0x1F)
 
#define SX127X_REG_LR_PREAMBLEMSB   (0x20)
 
#define SX127X_REG_LR_PREAMBLELSB   (0x21)
 
#define SX127X_REG_LR_PAYLOADLENGTH   (0x22)
 
#define SX127X_REG_LR_PAYLOADMAXLENGTH   (0x23)
 
#define SX127X_REG_LR_HOPPERIOD   (0x24)
 
#define SX127X_REG_LR_FIFORXBYTEADDR   (0x25)
 
#define SX127X_REG_LR_MODEMCONFIG3   (0x26)
 
#define SX127X_REG_LR_FEIMSB   (0x28)
 
#define SX127X_REG_LR_FEIMID   (0x29)
 
#define SX127X_REG_LR_FEILSB   (0x2A)
 
#define SX127X_REG_LR_RSSIWIDEBAND   (0x2C)
 
#define SX127X_REG_LR_TEST2F   (0x2F)
 
#define SX127X_REG_LR_TEST30   (0x30)
 
#define SX127X_REG_LR_DETECTOPTIMIZE   (0x31)
 
#define SX127X_REG_LR_INVERTIQ   (0x33)
 
#define SX127X_REG_LR_TEST36   (0x36)
 
#define SX127X_REG_LR_DETECTIONTHRESHOLD   (0x37)
 
#define SX127X_REG_LR_SYNCWORD   (0x39)
 
#define SX127X_REG_LR_TEST3A   (0x3A)
 
#define SX127X_REG_LR_INVERTIQ2   (0x3B)
 
#define SX127X_REG_LR_DIOMAPPING1   (0x40)
 
#define SX127X_REG_LR_DIOMAPPING2   (0x41)
 
#define SX127X_REG_LR_VERSION   (0x42)
 
#define SX127X_REG_LR_PLLHOP   (0x44)
 
#define SX127X_REG_LR_TCXO   (0x4B)
 
#define SX127X_REG_LR_PADAC   (0x4D)
 
#define SX127X_REG_LR_FORMERTEMP   (0x5B)
 
#define SX127X_REG_LR_BITRATEFRAC   (0x5D)
 
#define SX127X_REG_LR_AGCREF   (0x61)
 
#define SX127X_REG_LR_AGCTHRESH1   (0x62)
 
#define SX127X_REG_LR_AGCTHRESH2   (0x63)
 
#define SX127X_REG_LR_AGCTHRESH3   (0x64)
 
#define SX127X_REG_LR_PLL   (0x70)
 

Modem settings for random number generator

#define SX127X_RNG_REG_MODEM_CONFIG1   (0x0A)
 
#define SX127X_RNG_REG_MODEM_CONFIG2   (0x70)
 

SX127X LoRa bits control definition

#define SX127X_REG_LR_FIFO   (0x00)
 
#define SX127X_RF_LORA_OPMODE_LONGRANGEMODE_MASK   (0x7F)
 
#define SX127X_RF_LORA_OPMODE_LONGRANGEMODE_OFF   (0x00) /* Default */
 
#define SX127X_RF_LORA_OPMODE_LONGRANGEMODE_ON   (0x80)
 
#define SX127X_RF_LORA_OPMODE_ACCESSSHAREDSX127X_REG_MASK   (0xBF)
 
#define SX127X_RF_LORA_OPMODE_ACCESSSHAREDSX127X_REG_ENABLE   (0x40)
 
#define SX127X_RF_LORA_OPMODE_ACCESSSHAREDSX127X_REG_DISABLE   (0x00) /* Default */
 
#define SX127X_RF_LORA_OPMODE_FREQMODE_ACCESS_MASK   (0xF7)
 
#define SX127X_RF_LORA_OPMODE_FREQMODE_ACCESS_LF   (0x08) /* Default */
 
#define SX127X_RF_LORA_OPMODE_FREQMODE_ACCESS_HF   (0x00)
 
#define SX127X_RF_LORA_OPMODE_MASK   (0xF8)
 
#define SX127X_RF_LORA_OPMODE_SLEEP   (0x00)
 
#define SX127X_RF_LORA_OPMODE_STANDBY   (0x01) /* Default */
 
#define SX127X_RF_LORA_OPMODE_SYNTHESIZER_TX   (0x02)
 
#define SX127X_RF_LORA_OPMODE_TRANSMITTER   (0x03)
 
#define SX127X_RF_LORA_OPMODE_SYNTHESIZER_RX   (0x04)
 
#define SX127X_RF_LORA_OPMODE_RECEIVER   (0x05)
 
#define SX127X_RF_LORA_OPMODE_RECEIVER_SINGLE   (0x06)
 
#define SX127X_RF_LORA_OPMODE_CAD   (0x07)
 
#define SX127X_RF_LORA_FRFMSB_434_MHZ   (0x6C) /* Default */
 
#define SX127X_RF_LORA_FRFMID_434_MHZ   (0x80) /* Default */
 
#define SX127X_RF_LORA_FRFLSB_434_MHZ   (0x00) /* Default */
 
#define SX127X_RF_LORA_PACONFIG_PASELECT_MASK   (0x7F)
 
#define SX127X_RF_LORA_PACONFIG_PASELECT_PABOOST   (0x80)
 
#define SX127X_RF_LORA_PACONFIG_PASELECT_RFO   (0x00) /* Default */
 
#define SX127X_RF_LORA_PACONFIG_MAX_POWER_MASK   (0x8F)
 
#define SX127X_RF_LORA_PACONFIG_OUTPUTPOWER_MASK   (0xF0)
 
#define SX127X_RF_LORA_PARAMP_TXBANDFORCE_MASK   (0xEF)
 
#define SX127X_RF_LORA_PARAMP_TXBANDFORCE_BAND_SEL   (0x10)
 
#define SX127X_RF_LORA_PARAMP_TXBANDFORCE_AUTO   (0x00) /* Default */
 
#define SX127X_RF_LORA_PARAMP_MASK   (0xF0)
 
#define SX127X_RF_LORA_PARAMP_3400_US   (0x00)
 
#define SX127X_RF_LORA_PARAMP_2000_US   (0x01)
 
#define SX127X_RF_LORA_PARAMP_1000_US   (0x02)
 
#define SX127X_RF_LORA_PARAMP_0500_US   (0x03)
 
#define SX127X_RF_LORA_PARAMP_0250_US   (0x04)
 
#define SX127X_RF_LORA_PARAMP_0125_US   (0x05)
 
#define SX127X_RF_LORA_PARAMP_0100_US   (0x06)
 
#define SX127X_RF_LORA_PARAMP_0062_US   (0x07)
 
#define SX127X_RF_LORA_PARAMP_0050_US   (0x08)
 
#define SX127X_RF_LORA_PARAMP_0040_US   (0x09) /* Default */
 
#define SX127X_RF_LORA_PARAMP_0031_US   (0x0A)
 
#define SX127X_RF_LORA_PARAMP_0025_US   (0x0B)
 
#define SX127X_RF_LORA_PARAMP_0020_US   (0x0C)
 
#define SX127X_RF_LORA_PARAMP_0015_US   (0x0D)
 
#define SX127X_RF_LORA_PARAMP_0012_US   (0x0E)
 
#define SX127X_RF_LORA_PARAMP_0010_US   (0x0F)
 
#define SX127X_RF_LORA_OCP_MASK   (0xDF)
 
#define SX127X_RF_LORA_OCP_ON   (0x20) /* Default */
 
#define SX127X_RF_LORA_OCP_OFF   (0x00)
 
#define SX127X_RF_LORA_OCP_TRIM_MASK   (0xE0)
 
#define SX127X_RF_LORA_OCP_TRIM_045_MA   (0x00)
 
#define SX127X_RF_LORA_OCP_TRIM_050_MA   (0x01)
 
#define SX127X_RF_LORA_OCP_TRIM_055_MA   (0x02)
 
#define SX127X_RF_LORA_OCP_TRIM_060_MA   (0x03)
 
#define SX127X_RF_LORA_OCP_TRIM_065_MA   (0x04)
 
#define SX127X_RF_LORA_OCP_TRIM_070_MA   (0x05)
 
#define SX127X_RF_LORA_OCP_TRIM_075_MA   (0x06)
 
#define SX127X_RF_LORA_OCP_TRIM_080_MA   (0x07)
 
#define SX127X_RF_LORA_OCP_TRIM_085_MA   (0x08)
 
#define SX127X_RF_LORA_OCP_TRIM_090_MA   (0x09)
 
#define SX127X_RF_LORA_OCP_TRIM_095_MA   (0x0A)
 
#define SX127X_RF_LORA_OCP_TRIM_100_MA   (0x0B) /* Default */
 
#define SX127X_RF_LORA_OCP_TRIM_105_MA   (0x0C)
 
#define SX127X_RF_LORA_OCP_TRIM_110_MA   (0x0D)
 
#define SX127X_RF_LORA_OCP_TRIM_115_MA   (0x0E)
 
#define SX127X_RF_LORA_OCP_TRIM_120_MA   (0x0F)
 
#define SX127X_RF_LORA_OCP_TRIM_130_MA   (0x10)
 
#define SX127X_RF_LORA_OCP_TRIM_140_MA   (0x11)
 
#define SX127X_RF_LORA_OCP_TRIM_150_MA   (0x12)
 
#define SX127X_RF_LORA_OCP_TRIM_160_MA   (0x13)
 
#define SX127X_RF_LORA_OCP_TRIM_170_MA   (0x14)
 
#define SX127X_RF_LORA_OCP_TRIM_180_MA   (0x15)
 
#define SX127X_RF_LORA_OCP_TRIM_190_MA   (0x16)
 
#define SX127X_RF_LORA_OCP_TRIM_200_MA   (0x17)
 
#define SX127X_RF_LORA_OCP_TRIM_210_MA   (0x18)
 
#define SX127X_RF_LORA_OCP_TRIM_220_MA   (0x19)
 
#define SX127X_RF_LORA_OCP_TRIM_230_MA   (0x1A)
 
#define SX127X_RF_LORA_OCP_TRIM_240_MA   (0x1B)
 
#define SX127X_RF_LORA_LNA_GAIN_MASK   (0x1F)
 
#define SX127X_RF_LORA_LNA_GAIN_G1   (0x20) /* Default */
 
#define SX127X_RF_LORA_LNA_GAIN_G2   (0x40)
 
#define SX127X_RF_LORA_LNA_GAIN_G3   (0x60)
 
#define SX127X_RF_LORA_LNA_GAIN_G4   (0x80)
 
#define SX127X_RF_LORA_LNA_GAIN_G5   (0xA0)
 
#define SX127X_RF_LORA_LNA_GAIN_G6   (0xC0)
 
#define SX127X_RF_LORA_LNA_BOOST_LF_MASK   (0xE7)
 
#define SX127X_RF_LORA_LNA_BOOST_LF_DEFAULT   (0x00) /* Default */
 
#define SX127X_RF_LORA_LNA_BOOST_HF_MASK   (0xFC)
 
#define SX127X_RF_LORA_LNA_BOOST_HF_OFF   (0x00) /* Default */
 
#define SX127X_RF_LORA_LNA_BOOST_HF_ON   (0x03)
 
#define SX127X_RF_LORA_FIFOADDRPTR   (0x00) /* Default */
 
#define SX127X_RF_LORA_FIFOTXBASEADDR   (0x80) /* Default */
 
#define SX127X_RF_LORA_FIFORXBASEADDR   (0x00) /* Default */
 
#define SX127X_RF_LORA_IRQFLAGS_RXTIMEOUT_MASK   (0x80)
 
#define SX127X_RF_LORA_IRQFLAGS_RXDONE_MASK   (0x40)
 
#define SX127X_RF_LORA_IRQFLAGS_PAYLOADCRCERROR_MASK   (0x20)
 
#define SX127X_RF_LORA_IRQFLAGS_VALIDHEADER_MASK   (0x10)
 
#define SX127X_RF_LORA_IRQFLAGS_TXDONE_MASK   (0x08)
 
#define SX127X_RF_LORA_IRQFLAGS_CADDONE_MASK   (0x04)
 
#define SX127X_RF_LORA_IRQFLAGS_FHSSCHANGEDCHANNEL_MASK   (0x02)
 
#define SX127X_RF_LORA_IRQFLAGS_CADDETECTED_MASK   (0x01)
 
#define SX127X_RF_LORA_IRQFLAGS_RXTIMEOUT   (0x80)
 
#define SX127X_RF_LORA_IRQFLAGS_RXDONE   (0x40)
 
#define SX127X_RF_LORA_IRQFLAGS_PAYLOADCRCERROR   (0x20)
 
#define SX127X_RF_LORA_IRQFLAGS_VALIDHEADER   (0x10)
 
#define SX127X_RF_LORA_IRQFLAGS_TXDONE   (0x08)
 
#define SX127X_RF_LORA_IRQFLAGS_CADDONE   (0x04)
 
#define SX127X_RF_LORA_IRQFLAGS_FHSSCHANGEDCHANNEL   (0x02)
 
#define SX127X_RF_LORA_IRQFLAGS_CADDETECTED   (0x01)
 
#define SX127X_RF_LORA_MODEMSTAT_RX_CR_MASK   (0x1F)
 
#define SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_MASK   (0xE0)
 
#define SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_MODEM_CLEAR   (0x10) /* Default */
 
#define SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_HEADER_VALID   (0x08)
 
#define SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_RX_ONGOING   (0x04)
 
#define SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_SIGNAL_SYNCHRONIZED   (0x02)
 
#define SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_SIGNAL_DETECTED   (0x01)
 
#define SX127X_RF_LORA_HOPCHANNEL_PLL_LOCK_TIMEOUT_MASK   (0x7F)
 
#define SX127X_RF_LORA_HOPCHANNEL_PLL_LOCK_FAIL   (0x80)
 
#define SX127X_RF_LORA_HOPCHANNEL_PLL_LOCK_SUCCEED   (0x00) /* Default */
 
#define SX127X_RF_LORA_HOPCHANNEL_CRCONPAYLOAD_MASK   (0xBF)
 
#define SX127X_RF_LORA_HOPCHANNEL_CRCONPAYLOAD_ON   (0x40)
 
#define SX127X_RF_LORA_HOPCHANNEL_CRCONPAYLOAD_OFF   (0x00) /* Default */
 
#define SX127X_RF_LORA_HOPCHANNEL_CHANNEL_MASK   (0x3F)
 
#define SX1272_RF_LORA_MODEMCONFIG1_BW_MASK   (0x3F)
 
#define SX1272_RF_LORA_MODEMCONFIG1_BW_125_KHZ   (0x00) /* Default */
 
#define SX1272_RF_LORA_MODEMCONFIG1_BW_250_KHZ   (0x40)
 
#define SX1272_RF_LORA_MODEMCONFIG1_BW_500_KHZ   (0x80)
 
#define SX1276_RF_LORA_MODEMCONFIG1_BW_MASK   (0x0F)
 
#define SX1276_RF_LORA_MODEMCONFIG1_BW_7_81_KHZ   (0x00)
 
#define SX1276_RF_LORA_MODEMCONFIG1_BW_10_41_KHZ   (0x10)
 
#define SX1276_RF_LORA_MODEMCONFIG1_BW_15_62_KHZ   (0x20)
 
#define SX1276_RF_LORA_MODEMCONFIG1_BW_20_83_KHZ   (0x30)
 
#define SX1276_RF_LORA_MODEMCONFIG1_BW_31_25_KHZ   (0x40)
 
#define SX1276_RF_LORA_MODEMCONFIG1_BW_41_66_KHZ   (0x50)
 
#define SX1276_RF_LORA_MODEMCONFIG1_BW_62_50_KHZ   (0x60)
 
#define SX1276_RF_LORA_MODEMCONFIG1_BW_125_KHZ   (0x70) /* Default */
 
#define SX1276_RF_LORA_MODEMCONFIG1_BW_250_KHZ   (0x80)
 
#define SX1276_RF_LORA_MODEMCONFIG1_BW_500_KHZ   (0x90)
 
#define SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_MASK   (0xC7)
 
#define SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_4_5   (0x08)
 
#define SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_4_6   (0x10) /* Default */
 
#define SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_4_7   (0x18)
 
#define SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_4_8   (0x20)
 
#define SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_MASK   (0xF1)
 
#define SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_4_5   (0x02)
 
#define SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_4_6   (0x04) /* Default */
 
#define SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_4_7   (0x06)
 
#define SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_4_8   (0x08)
 
#define SX1272_RF_LORA_MODEMCONFIG1_IMPLICITHEADER_MASK   (0xFB)
 
#define SX1276_RF_LORA_MODEMCONFIG1_IMPLICITHEADER_MASK   (0xFE)
 
#define SX127X_RF_LORA_MODEMCONFIG1_IMPLICITHEADER_ON   (0x01)
 
#define SX127X_RF_LORA_MODEMCONFIG1_IMPLICITHEADER_OFF   (0x00) /* Default */
 
#define SX1272_RF_LORA_MODEMCONFIG1_RXPAYLOADCRC_MASK   (0xFD)
 
#define SX1272_RF_LORA_MODEMCONFIG1_RXPAYLOADCRC_ON   (0x02)
 
#define SX1272_RF_LORA_MODEMCONFIG1_RXPAYLOADCRC_OFF   (0x00) /* Default */
 
#define SX127X_RF_LORA_MODEMCONFIG1_LOWDATARATEOPTIMIZE_MASK   (0xFE)
 
#define SX127X_RF_LORA_MODEMCONFIG2_SF_MASK   (0x0F)
 
#define SX127X_RF_LORA_MODEMCONFIG2_SF_6   (0x60)
 
#define SX127X_RF_LORA_MODEMCONFIG2_SF_7   (0x70) /* Default */
 
#define SX127X_RF_LORA_MODEMCONFIG2_SF_8   (0x80)
 
#define SX127X_RF_LORA_MODEMCONFIG2_SF_9   (0x90)
 
#define SX127X_RF_LORA_MODEMCONFIG2_SF_10   (0xA0)
 
#define SX127X_RF_LORA_MODEMCONFIG2_SF_11   (0xB0)
 
#define SX127X_RF_LORA_MODEMCONFIG2_SF_12   (0xC0)
 
#define SX127X_RF_LORA_MODEMCONFIG2_TXCONTINUOUSMODE_MASK   (0xF7)
 
#define SX127X_RF_LORA_MODEMCONFIG2_TXCONTINUOUSMODE_ON   (0x08)
 
#define SX127X_RF_LORA_MODEMCONFIG2_TXCONTINUOUSMODE_OFF   (0x00)
 
#define SX1276_RF_LORA_MODEMCONFIG2_RXPAYLOADCRC_MASK   (0xFB)
 
#define SX1276_RF_LORA_MODEMCONFIG2_RXPAYLOADCRC_ON   (0x04)
 
#define SX1276_RF_LORA_MODEMCONFIG2_RXPAYLOADCRC_OFF   (0x00) /* Default */
 
#define SX127X_RF_LORA_MODEMCONFIG2_SYMBTIMEOUTMSB_MASK   (0xFC)
 
#define SX127X_RF_LORA_MODEMCONFIG2_SYMBTIMEOUTMSB   (0x00) /* Default */
 
#define SX127X_RF_LORA_SYMBTIMEOUTLSB_SYMBTIMEOUT   (0x64) /* Default */
 
#define SX127X_RF_LORA_PREAMBLELENGTHMSB   (0x00) /* Default */
 
#define SX127X_RF_LORA_PREAMBLELENGTHLSB   (0x08) /* Default */
 
#define SX127X_RF_LORA_PAYLOADLENGTH   (0x0E) /* Default */
 
#define SX127X_RF_LORA_PAYLOADMAXLENGTH   (0xFF) /* Default */
 
#define SX127X_RF_LORA_HOPPERIOD_FREQFOPPINGPERIOD   (0x00) /* Default */
 
#define SX127X_RF_LORA_MODEMCONFIG3_LOWDATARATEOPTIMIZE_MASK   (0xF7)
 
#define SX127X_RF_LORA_MODEMCONFIG3_LOWDATARATEOPTIMIZE_ON   (0x08)
 
#define SX127X_RF_LORA_MODEMCONFIG3_LOWDATARATEOPTIMIZE_OFF   (0x00) /* Default */
 
#define SX127X_RF_LORA_MODEMCONFIG3_AGCAUTO_MASK   (0xFB)
 
#define SX127X_RF_LORA_MODEMCONFIG3_AGCAUTO_ON   (0x04) /* Default */
 
#define SX127X_RF_LORA_MODEMCONFIG3_AGCAUTO_OFF   (0x00)
 
#define SX127X_RF_LORA_DETECTIONOPTIMIZE_MASK   (0xF8)
 
#define SX127X_RF_LORA_DETECTIONOPTIMIZE_SF7_TO_SF12   (0x03) /* Default */
 
#define SX127X_RF_LORA_DETECTIONOPTIMIZE_SF6   (0x05)
 
#define SX127X_RF_LORA_INVERTIQ_RX_MASK   (0xBF)
 
#define SX127X_RF_LORA_INVERTIQ_RX_OFF   (0x00)
 
#define SX127X_RF_LORA_INVERTIQ_RX_ON   (0x40)
 
#define SX127X_RF_LORA_INVERTIQ_TX_MASK   (0xFE)
 
#define SX127X_RF_LORA_INVERTIQ_TX_OFF   (0x01)
 
#define SX127X_RF_LORA_INVERTIQ_TX_ON   (0x00)
 
#define SX127X_RF_LORA_DETECTIONTHRESH_SF7_TO_SF12   (0x0A) /* Default */
 
#define SX127X_RF_LORA_DETECTIONTHRESH_SF6   (0x0C)
 
#define SX127X_RF_LORA_INVERTIQ2_ON   (0x19)
 
#define SX127X_RF_LORA_INVERTIQ2_OFF   (0x1D)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO0_MASK   (0x3F)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO0_00   (0x00) /* Default */
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO0_01   (0x40)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO0_10   (0x80)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO0_11   (0xC0)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO1_MASK   (0xCF)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO1_00   (0x00) /* Default */
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO1_01   (0x10)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO1_10   (0x20)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO1_11   (0x30)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO2_MASK   (0xF3)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO2_00   (0x00) /* Default */
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO2_01   (0x04)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO2_10   (0x08)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO2_11   (0x0C)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO3_MASK   (0xFC)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO3_00   (0x00) /* Default */
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO3_01   (0x01)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO3_10   (0x02)
 
#define SX127X_RF_LORA_DIOMAPPING1_DIO3_11   (0x03)
 
#define SX127X_RF_LORA_DIOMAPPING2_DIO4_MASK   (0x3F)
 
#define SX127X_RF_LORA_DIOMAPPING2_DIO4_00   (0x00) /* Default */
 
#define SX127X_RF_LORA_DIOMAPPING2_DIO4_01   (0x40)
 
#define SX127X_RF_LORA_DIOMAPPING2_DIO4_10   (0x80)
 
#define SX127X_RF_LORA_DIOMAPPING2_DIO4_11   (0xC0)
 
#define SX127X_RF_LORA_DIOMAPPING2_DIO5_MASK   (0xCF)
 
#define SX127X_RF_LORA_DIOMAPPING2_DIO5_00   (0x00) /* Default */
 
#define SX127X_RF_LORA_DIOMAPPING2_DIO5_01   (0x10)
 
#define SX127X_RF_LORA_DIOMAPPING2_DIO5_10   (0x20)
 
#define SX127X_RF_LORA_DIOMAPPING2_DIO5_11   (0x30)
 
#define SX127X_RF_LORA_DIOMAPPING2_MAP_MASK   (0xFE)
 
#define SX127X_RF_LORA_DIOMAPPING2_MAP_PREAMBLEDETECT   (0x01)
 
#define SX127X_RF_LORA_DIOMAPPING2_MAP_RSSI   (0x00) /* Default */
 
#define SX127X_RF_LORA_PLLHOP_FASTHOP_MASK   (0x7F)
 
#define SX127X_RF_LORA_PLLHOP_FASTHOP_ON   (0x80)
 
#define SX127X_RF_LORA_PLLHOP_FASTHOP_OFF   (0x00) /* Default */
 
#define SX127X_RF_LORA_TCXO_TCXOINPUT_MASK   (0xEF)
 
#define SX127X_RF_LORA_TCXO_TCXOINPUT_ON   (0x10)
 
#define SX127X_RF_LORA_TCXO_TCXOINPUT_OFF   (0x00) /* Default */
 
#define SX127X_RF_LORA_PADAC_20DBM_MASK   (0xF8)
 
#define SX127X_RF_LORA_PADAC_20DBM_ON   (0x07)
 
#define SX127X_RF_LORA_PADAC_20DBM_OFF   (0x04) /* Default */
 
#define RF_BITRATEFRAC_MASK   (0xF0)
 
#define RF_PLL_BANDWIDTH_MASK   (0x3F)
 
#define RF_PLL_BANDWIDTH_75   (0x00)
 
#define RF_PLL_BANDWIDTH_150   (0x40)
 
#define RF_PLL_BANDWIDTH_225   (0x80)
 
#define RF_PLL_BANDWIDTH_300   (0xC0) /* Default */
 

SX127X FSK modem internal registers address

#define SX127X_REG_FIFO   (0x00)
 
#define SX127X_REG_OPMODE   (0x01)
 
#define SX127X_REG_BITRATEMSB   (0x02)
 
#define SX127X_REG_BITRATELSB   (0x03)
 
#define SX127X_REG_FDEVMSB   (0x04)
 
#define SX127X_REG_FDEVLSB   (0x05)
 
#define SX127X_REG_FRFMSB   (0x06)
 
#define SX127X_REG_FRFMID   (0x07)
 
#define SX127X_REG_FRFLSB   (0x08)
 
#define SX127X_REG_PACONFIG   (0x09)
 
#define SX127X_REG_PARAMP   (0x0A)
 
#define SX127X_REG_OCP   (0x0B)
 
#define SX127X_REG_LNA   (0x0C)
 
#define SX127X_REG_RXCONFIG   (0x0D)
 
#define SX127X_REG_RSSICONFIG   (0x0E)
 
#define SX127X_REG_RSSICOLLISION   (0x0F)
 
#define SX127X_REG_RSSITHRESH   (0x10)
 
#define SX127X_REG_RSSIVALUE   (0x11)
 
#define SX127X_REG_RXBW   (0x12)
 
#define SX127X_REG_AFCBW   (0x13)
 
#define SX127X_REG_OOKPEAK   (0x14)
 
#define SX127X_REG_OOKFIX   (0x15)
 
#define SX127X_REG_OOKAVG   (0x16)
 
#define SX127X_REG_RES17   (0x17)
 
#define SX127X_REG_RES18   (0x18)
 
#define SX127X_REG_RES19   (0x19)
 
#define SX127X_REG_AFCFEI   (0x1A)
 
#define SX127X_REG_AFCMSB   (0x1B)
 
#define SX127X_REG_AFCLSB   (0x1C)
 
#define SX127X_REG_FEIMSB   (0x1D)
 
#define SX127X_REG_FEILSB   (0x1E)
 
#define SX127X_REG_PREAMBLEDETECT   (0x1F)
 
#define SX127X_REG_RXTIMEOUT1   (0x20)
 
#define SX127X_REG_RXTIMEOUT2   (0x21)
 
#define SX127X_REG_RXTIMEOUT3   (0x22)
 
#define SX127X_REG_RXDELAY   (0x23)
 
#define SX127X_REG_OSC   (0x24)
 
#define SX127X_REG_PREAMBLEMSB   (0x25)
 
#define SX127X_REG_PREAMBLELSB   (0x26)
 
#define SX127X_REG_SYNCCONFIG   (0x27)
 
#define SX127X_REG_SYNCVALUE1   (0x28)
 
#define SX127X_REG_SYNCVALUE2   (0x29)
 
#define SX127X_REG_SYNCVALUE3   (0x2A)
 
#define SX127X_REG_SYNCVALUE4   (0x2B)
 
#define SX127X_REG_SYNCVALUE5   (0x2C)
 
#define SX127X_REG_SYNCVALUE6   (0x2D)
 
#define SX127X_REG_SYNCVALUE7   (0x2E)
 
#define SX127X_REG_SYNCVALUE8   (0x2F)
 
#define SX127X_REG_PACKETCONFIG1   (0x30)
 
#define SX127X_REG_PACKETCONFIG2   (0x31)
 
#define SX127X_REG_PAYLOADLENGTH   (0x32)
 
#define SX127X_REG_NODEADRS   (0x33)
 
#define SX127X_REG_BROADCASTADRS   (0x34)
 
#define SX127X_REG_FIFOTHRESH   (0x35)
 
#define SX127X_REG_SEQCONFIG1   (0x36)
 
#define SX127X_REG_SEQCONFIG2   (0x37)
 
#define SX127X_REG_TIMERRESOL   (0x38)
 
#define SX127X_REG_TIMER1COEF   (0x39)
 
#define SX127X_REG_TIMER2COEF   (0x3A)
 
#define SX127X_REG_IMAGECAL   (0x3B)
 
#define SX127X_REG_TEMP   (0x3C)
 
#define SX127X_REG_LOWBAT   (0x3D)
 
#define SX127X_REG_IRQFLAGS1   (0x3E)
 
#define SX127X_REG_IRQFLAGS2   (0x3F)
 
#define SX127X_REG_DIOMAPPING1   (0x40)
 
#define SX127X_REG_DIOMAPPING2   (0x41)
 
#define SX127X_REG_VERSION   (0x42)
 
#define VERSION_SX1276   (0x12)
 
#define VERSION_SX1276_WLR089   (0x13)
 
#define VERSION_SX1272   (0x22)
 
#define SX127X_REG_PLLHOP   (0x44)
 
#define SX127X_REG_TCXO   (0x4B)
 
#define SX1276_REG_PADAC   (0x4D)
 
#define SX1272_REG_PADAC   (0x5A)
 
#define SX127X_REG_FORMERTEMP   (0x5B)
 
#define SX127X_REG_BITRATEFRAC   (0x5D)
 
#define SX127X_REG_AGCREF   (0x61)
 
#define SX127X_REG_AGCTHRESH1   (0x62)
 
#define SX127X_REG_AGCTHRESH2   (0x63)
 
#define SX127X_REG_AGCTHRESH3   (0x64)
 
#define SX127X_REG_PLL   (0x70)
 

SX127X FSK bits control definition

#define SX127X_RF_OPMODE_LONGRANGEMODE_MASK   (0x7F)
 
#define SX127X_RF_OPMODE_LONGRANGEMODE_OFF   (0x00)
 
#define SX127X_RF_OPMODE_LONGRANGEMODE_ON   (0x80)
 
#define SX127X_RF_OPMODE_MODULATIONTYPE_MASK   (0x9F)
 
#define SX127X_RF_OPMODE_MODULATIONTYPE_FSK   (0x00) /* Default */
 
#define SX127X_RF_OPMODE_MODULATIONTYPE_OOK   (0x20)
 
#define SX127X_RF_OPMODE_MODULATIONSHAPING_MASK   (0xE7)
 
#define SX127X_RF_OPMODE_MODULATIONSHAPING_00   (0x00) /* Default */
 
#define SX127X_RF_OPMODE_MODULATIONSHAPING_01   (0x08)
 
#define SX127X_RF_OPMODE_MODULATIONSHAPING_10   (0x10)
 
#define SX127X_RF_OPMODE_MODULATIONSHAPING_11   (0x18)
 
#define SX127X_RF_OPMODE_MASK   (0xF8)
 
#define SX127X_RF_OPMODE_SLEEP   (0x00)
 
#define SX127X_RF_OPMODE_STANDBY   (0x01) /* Default */
 
#define SX127X_RF_OPMODE_SYNTHESIZER_TX   (0x02)
 
#define SX127X_RF_OPMODE_TRANSMITTER   (0x03)
 
#define SX127X_RF_OPMODE_SYNTHESIZER_RX   (0x04)
 
#define SX127X_RF_OPMODE_RECEIVER   (0x05)
 
#define SX127X_RF_OPMODE_RECEIVER_SINGLE   (0x06)
 
#define SX127X_RF_BITRATEMSB_1200_BPS   (0x68)
 
#define SX127X_RF_BITRATELSB_1200_BPS   (0x2B)
 
#define SX127X_RF_BITRATEMSB_2400_BPS   (0x34)
 
#define SX127X_RF_BITRATELSB_2400_BPS   (0x15)
 
#define SX127X_RF_BITRATEMSB_4800_BPS   (0x1A) /* Default */
 
#define SX127X_RF_BITRATELSB_4800_BPS   (0x0B) /* Default */
 
#define SX127X_RF_BITRATEMSB_9600_BPS   (0x0D)
 
#define SX127X_RF_BITRATELSB_9600_BPS   (0x05)
 
#define SX127X_RF_BITRATEMSB_15000_BPS   (0x08)
 
#define SX127X_RF_BITRATELSB_15000_BPS   (0x55)
 
#define SX127X_RF_BITRATEMSB_19200_BPS   (0x06)
 
#define SX127X_RF_BITRATELSB_19200_BPS   (0x83)
 
#define SX127X_RF_BITRATEMSB_38400_BPS   (0x03)
 
#define SX127X_RF_BITRATELSB_38400_BPS   (0x41)
 
#define SX127X_RF_BITRATEMSB_76800_BPS   (0x01)
 
#define SX127X_RF_BITRATELSB_76800_BPS   (0xA1)
 
#define SX127X_RF_BITRATEMSB_153600_BPS   (0x00)
 
#define SX127X_RF_BITRATELSB_153600_BPS   (0xD0)
 
#define SX127X_RF_BITRATEMSB_57600_BPS   (0x02)
 
#define SX127X_RF_BITRATELSB_57600_BPS   (0x2C)
 
#define SX127X_RF_BITRATEMSB_115200_BPS   (0x01)
 
#define SX127X_RF_BITRATELSB_115200_BPS   (0x16)
 
#define SX127X_RF_BITRATEMSB_12500_BPS   (0x0A)
 
#define SX127X_RF_BITRATELSB_12500_BPS   (0x00)
 
#define SX127X_RF_BITRATEMSB_25000_BPS   (0x05)
 
#define SX127X_RF_BITRATELSB_25000_BPS   (0x00)
 
#define SX127X_RF_BITRATEMSB_50000_BPS   (0x02)
 
#define SX127X_RF_BITRATELSB_50000_BPS   (0x80)
 
#define SX127X_RF_BITRATEMSB_100000_BPS   (0x01)
 
#define SX127X_RF_BITRATELSB_100000_BPS   (0x40)
 
#define SX127X_RF_BITRATEMSB_150000_BPS   (0x00)
 
#define SX127X_RF_BITRATELSB_150000_BPS   (0xD5)
 
#define SX127X_RF_BITRATEMSB_200000_BPS   (0x00)
 
#define SX127X_RF_BITRATELSB_200000_BPS   (0xA0)
 
#define SX127X_RF_BITRATEMSB_250000_BPS   (0x00)
 
#define SX127X_RF_BITRATELSB_250000_BPS   (0x80)
 
#define SX127X_RF_BITRATEMSB_32768_BPS   (0x03)
 
#define SX127X_RF_BITRATELSB_32768_BPS   (0xD1)
 
#define SX127X_RF_FDEVMSB_2000_HZ   (0x00)
 
#define SX127X_RF_FDEVLSB_2000_HZ   (0x21)
 
#define SX127X_RF_FDEVMSB_5000_HZ   (0x00) /* Default */
 
#define SX127X_RF_FDEVLSB_5000_HZ   (0x52) /* Default */
 
#define SX127X_RF_FDEVMSB_10000_HZ   (0x00)
 
#define SX127X_RF_FDEVLSB_10000_HZ   (0xA4)
 
#define SX127X_RF_FDEVMSB_15000_HZ   (0x00)
 
#define SX127X_RF_FDEVLSB_15000_HZ   (0xF6)
 
#define SX127X_RF_FDEVMSB_20000_HZ   (0x01)
 
#define SX127X_RF_FDEVLSB_20000_HZ   (0x48)
 
#define SX127X_RF_FDEVMSB_25000_HZ   (0x01)
 
#define SX127X_RF_FDEVLSB_25000_HZ   (0x9A)
 
#define SX127X_RF_FDEVMSB_30000_HZ   (0x01)
 
#define SX127X_RF_FDEVLSB_30000_HZ   (0xEC)
 
#define SX127X_RF_FDEVMSB_35000_HZ   (0x02)
 
#define SX127X_RF_FDEVLSB_35000_HZ   (0x3D)
 
#define SX127X_RF_FDEVMSB_40000_HZ   (0x02)
 
#define SX127X_RF_FDEVLSB_40000_HZ   (0x8F)
 
#define SX127X_RF_FDEVMSB_45000_HZ   (0x02)
 
#define SX127X_RF_FDEVLSB_45000_HZ   (0xE1)
 
#define SX127X_RF_FDEVMSB_50000_HZ   (0x03)
 
#define SX127X_RF_FDEVLSB_50000_HZ   (0x33)
 
#define SX127X_RF_FDEVMSB_55000_HZ   (0x03)
 
#define SX127X_RF_FDEVLSB_55000_HZ   (0x85)
 
#define SX127X_RF_FDEVMSB_60000_HZ   (0x03)
 
#define SX127X_RF_FDEVLSB_60000_HZ   (0xD7)
 
#define SX127X_RF_FDEVMSB_65000_HZ   (0x04)
 
#define SX127X_RF_FDEVLSB_65000_HZ   (0x29)
 
#define SX127X_RF_FDEVMSB_70000_HZ   (0x04)
 
#define SX127X_RF_FDEVLSB_70000_HZ   (0x7B)
 
#define SX127X_RF_FDEVMSB_75000_HZ   (0x04)
 
#define SX127X_RF_FDEVLSB_75000_HZ   (0xCD)
 
#define SX127X_RF_FDEVMSB_80000_HZ   (0x05)
 
#define SX127X_RF_FDEVLSB_80000_HZ   (0x1F)
 
#define SX127X_RF_FDEVMSB_85000_HZ   (0x05)
 
#define SX127X_RF_FDEVLSB_85000_HZ   (0x71)
 
#define SX127X_RF_FDEVMSB_90000_HZ   (0x05)
 
#define SX127X_RF_FDEVLSB_90000_HZ   (0xC3)
 
#define SX127X_RF_FDEVMSB_95000_HZ   (0x06)
 
#define SX127X_RF_FDEVLSB_95000_HZ   (0x14)
 
#define SX127X_RF_FDEVMSB_100000_HZ   (0x06)
 
#define SX127X_RF_FDEVLSB_100000_HZ   (0x66)
 
#define SX127X_RF_FDEVMSB_110000_HZ   (0x07)
 
#define SX127X_RF_FDEVLSB_110000_HZ   (0x0A)
 
#define SX127X_RF_FDEVMSB_120000_HZ   (0x07)
 
#define SX127X_RF_FDEVLSB_120000_HZ   (0xAE)
 
#define SX127X_RF_FDEVMSB_130000_HZ   (0x08)
 
#define SX127X_RF_FDEVLSB_130000_HZ   (0x52)
 
#define SX127X_RF_FDEVMSB_140000_HZ   (0x08)
 
#define SX127X_RF_FDEVLSB_140000_HZ   (0xF6)
 
#define SX127X_RF_FDEVMSB_150000_HZ   (0x09)
 
#define SX127X_RF_FDEVLSB_150000_HZ   (0x9A)
 
#define SX127X_RF_FDEVMSB_160000_HZ   (0x0A)
 
#define SX127X_RF_FDEVLSB_160000_HZ   (0x3D)
 
#define SX127X_RF_FDEVMSB_170000_HZ   (0x0A)
 
#define SX127X_RF_FDEVLSB_170000_HZ   (0xE1)
 
#define SX127X_RF_FDEVMSB_180000_HZ   (0x0B)
 
#define SX127X_RF_FDEVLSB_180000_HZ   (0x85)
 
#define SX127X_RF_FDEVMSB_190000_HZ   (0x0C)
 
#define SX127X_RF_FDEVLSB_190000_HZ   (0x29)
 
#define SX127X_RF_FDEVMSB_200000_HZ   (0x0C)
 
#define SX127X_RF_FDEVLSB_200000_HZ   (0xCD)
 
#define SX127X_RF_FRFMSB_863_MHZ   (0xD7)
 
#define SX127X_RF_FRFMID_863_MHZ   (0xC0)
 
#define SX127X_RF_FRFLSB_863_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_864_MHZ   (0xD8)
 
#define SX127X_RF_FRFMID_864_MHZ   (0x00)
 
#define SX127X_RF_FRFLSB_864_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_865_MHZ   (0xD8)
 
#define SX127X_RF_FRFMID_865_MHZ   (0x40)
 
#define SX127X_RF_FRFLSB_865_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_866_MHZ   (0xD8)
 
#define SX127X_RF_FRFMID_866_MHZ   (0x80)
 
#define SX127X_RF_FRFLSB_866_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_867_MHZ   (0xD8)
 
#define SX127X_RF_FRFMID_867_MHZ   (0xC0)
 
#define SX127X_RF_FRFLSB_867_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_868_MHZ   (0xD9)
 
#define SX127X_RF_FRFMID_868_MHZ   (0x00)
 
#define SX127X_RF_FRFLSB_868_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_869_MHZ   (0xD9)
 
#define SX127X_RF_FRFMID_869_MHZ   (0x40)
 
#define SX127X_RF_FRFLSB_869_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_870_MHZ   (0xD9)
 
#define SX127X_RF_FRFMID_870_MHZ   (0x80)
 
#define SX127X_RF_FRFLSB_870_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_902_MHZ   (0xE1)
 
#define SX127X_RF_FRFMID_902_MHZ   (0x80)
 
#define SX127X_RF_FRFLSB_902_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_903_MHZ   (0xE1)
 
#define SX127X_RF_FRFMID_903_MHZ   (0xC0)
 
#define SX127X_RF_FRFLSB_903_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_904_MHZ   (0xE2)
 
#define SX127X_RF_FRFMID_904_MHZ   (0x00)
 
#define SX127X_RF_FRFLSB_904_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_905_MHZ   (0xE2)
 
#define SX127X_RF_FRFMID_905_MHZ   (0x40)
 
#define SX127X_RF_FRFLSB_905_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_906_MHZ   (0xE2)
 
#define SX127X_RF_FRFMID_906_MHZ   (0x80)
 
#define SX127X_RF_FRFLSB_906_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_907_MHZ   (0xE2)
 
#define SX127X_RF_FRFMID_907_MHZ   (0xC0)
 
#define SX127X_RF_FRFLSB_907_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_908_MHZ   (0xE3)
 
#define SX127X_RF_FRFMID_908_MHZ   (0x00)
 
#define SX127X_RF_FRFLSB_908_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_909_MHZ   (0xE3)
 
#define SX127X_RF_FRFMID_909_MHZ   (0x40)
 
#define SX127X_RF_FRFLSB_909_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_910_MHZ   (0xE3)
 
#define SX127X_RF_FRFMID_910_MHZ   (0x80)
 
#define SX127X_RF_FRFLSB_910_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_911_MHZ   (0xE3)
 
#define SX127X_RF_FRFMID_911_MHZ   (0xC0)
 
#define SX127X_RF_FRFLSB_911_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_912_MHZ   (0xE4)
 
#define SX127X_RF_FRFMID_912_MHZ   (0x00)
 
#define SX127X_RF_FRFLSB_912_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_913_MHZ   (0xE4)
 
#define SX127X_RF_FRFMID_913_MHZ   (0x40)
 
#define SX127X_RF_FRFLSB_913_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_914_MHZ   (0xE4)
 
#define SX127X_RF_FRFMID_914_MHZ   (0x80)
 
#define SX127X_RF_FRFLSB_914_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_915_MHZ   (0xE4) /* Default */
 
#define SX127X_RF_FRFMID_915_MHZ   (0xC0) /* Default */
 
#define SX127X_RF_FRFLSB_915_MHZ   (0x00) /* Default */
 
#define SX127X_RF_FRFMSB_916_MHZ   (0xE5)
 
#define SX127X_RF_FRFMID_916_MHZ   (0x00)
 
#define SX127X_RF_FRFLSB_916_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_917_MHZ   (0xE5)
 
#define SX127X_RF_FRFMID_917_MHZ   (0x40)
 
#define SX127X_RF_FRFLSB_917_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_918_MHZ   (0xE5)
 
#define SX127X_RF_FRFMID_918_MHZ   (0x80)
 
#define SX127X_RF_FRFLSB_918_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_919_MHZ   (0xE5)
 
#define SX127X_RF_FRFMID_919_MHZ   (0xC0)
 
#define SX127X_RF_FRFLSB_919_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_920_MHZ   (0xE6)
 
#define SX127X_RF_FRFMID_920_MHZ   (0x00)
 
#define SX127X_RF_FRFLSB_920_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_921_MHZ   (0xE6)
 
#define SX127X_RF_FRFMID_921_MHZ   (0x40)
 
#define SX127X_RF_FRFLSB_921_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_922_MHZ   (0xE6)
 
#define SX127X_RF_FRFMID_922_MHZ   (0x80)
 
#define SX127X_RF_FRFLSB_922_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_923_MHZ   (0xE6)
 
#define SX127X_RF_FRFMID_923_MHZ   (0xC0)
 
#define SX127X_RF_FRFLSB_923_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_924_MHZ   (0xE7)
 
#define SX127X_RF_FRFMID_924_MHZ   (0x00)
 
#define SX127X_RF_FRFLSB_924_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_925_MHZ   (0xE7)
 
#define SX127X_RF_FRFMID_925_MHZ   (0x40)
 
#define SX127X_RF_FRFLSB_925_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_926_MHZ   (0xE7)
 
#define SX127X_RF_FRFMID_926_MHZ   (0x80)
 
#define SX127X_RF_FRFLSB_926_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_927_MHZ   (0xE7)
 
#define SX127X_RF_FRFMID_927_MHZ   (0xC0)
 
#define SX127X_RF_FRFLSB_927_MHZ   (0x00)
 
#define SX127X_RF_FRFMSB_928_MHZ   (0xE8)
 
#define SX127X_RF_FRFMID_928_MHZ   (0x00)
 
#define SX127X_RF_FRFLSB_928_MHZ   (0x00)
 
#define SX127X_RF_PACONFIG_PASELECT_MASK   (0x7F)
 
#define SX127X_RF_PACONFIG_PASELECT_PABOOST   (0x80)
 
#define SX127X_RF_PACONFIG_PASELECT_RFO   (0x00) /* Default */
 
#define SX127X_RF_PACONFIG_MAX_POWER_MASK   (0x8F)
 
#define SX127X_RF_PACONFIG_OUTPUTPOWER_MASK   (0xF0)
 
#define SX127X_RF_PARAMP_LOWPNTXPLL_MASK   (0xE0)
 
#define SX127X_RF_PARAMP_LOWPNTXPLL_OFF   (0x10) /* Default */
 
#define SX127X_RF_PARAMP_LOWPNTXPLL_ON   (0x00)
 
#define SX127X_RF_PARAMP_MASK   (0xF0)
 
#define SX127X_RF_PARAMP_3400_US   (0x00)
 
#define SX127X_RF_PARAMP_2000_US   (0x01)
 
#define SX127X_RF_PARAMP_1000_US   (0x02)
 
#define SX127X_RF_PARAMP_0500_US   (0x03)
 
#define SX127X_RF_PARAMP_0250_US   (0x04)
 
#define SX127X_RF_PARAMP_0125_US   (0x05)
 
#define SX127X_RF_PARAMP_0100_US   (0x06)
 
#define SX127X_RF_PARAMP_0062_US   (0x07)
 
#define SX127X_RF_PARAMP_0050_US   (0x08)
 
#define SX127X_RF_PARAMP_0040_US   (0x09) /* Default */
 
#define SX127X_RF_PARAMP_0031_US   (0x0A)
 
#define SX127X_RF_PARAMP_0025_US   (0x0B)
 
#define SX127X_RF_PARAMP_0020_US   (0x0C)
 
#define SX127X_RF_PARAMP_0015_US   (0x0D)
 
#define SX127X_RF_PARAMP_0012_US   (0x0E)
 
#define SX127X_RF_PARAMP_0010_US   (0x0F)
 
#define SX127X_RF_OCP_MASK   (0xDF)
 
#define SX127X_RF_OCP_ON   (0x20) /* Default */
 
#define SX127X_RF_OCP_OFF   (0x00)
 
#define SX127X_RF_OCP_TRIM_MASK   (0xE0)
 
#define SX127X_RF_OCP_TRIM_045_MA   (0x00)
 
#define SX127X_RF_OCP_TRIM_050_MA   (0x01)
 
#define SX127X_RF_OCP_TRIM_055_MA   (0x02)
 
#define SX127X_RF_OCP_TRIM_060_MA   (0x03)
 
#define SX127X_RF_OCP_TRIM_065_MA   (0x04)
 
#define SX127X_RF_OCP_TRIM_070_MA   (0x05)
 
#define SX127X_RF_OCP_TRIM_075_MA   (0x06)
 
#define SX127X_RF_OCP_TRIM_080_MA   (0x07)
 
#define SX127X_RF_OCP_TRIM_085_MA   (0x08)
 
#define SX127X_RF_OCP_TRIM_090_MA   (0x09)
 
#define SX127X_RF_OCP_TRIM_095_MA   (0x0A)
 
#define SX127X_RF_OCP_TRIM_100_MA   (0x0B) /* Default */
 
#define SX127X_RF_OCP_TRIM_105_MA   (0x0C)
 
#define SX127X_RF_OCP_TRIM_110_MA   (0x0D)
 
#define SX127X_RF_OCP_TRIM_115_MA   (0x0E)
 
#define SX127X_RF_OCP_TRIM_120_MA   (0x0F)
 
#define SX127X_RF_OCP_TRIM_130_MA   (0x10)
 
#define SX127X_RF_OCP_TRIM_140_MA   (0x11)
 
#define SX127X_RF_OCP_TRIM_150_MA   (0x12)
 
#define SX127X_RF_OCP_TRIM_160_MA   (0x13)
 
#define SX127X_RF_OCP_TRIM_170_MA   (0x14)
 
#define SX127X_RF_OCP_TRIM_180_MA   (0x15)
 
#define SX127X_RF_OCP_TRIM_190_MA   (0x16)
 
#define SX127X_RF_OCP_TRIM_200_MA   (0x17)
 
#define SX127X_RF_OCP_TRIM_210_MA   (0x18)
 
#define SX127X_RF_OCP_TRIM_220_MA   (0x19)
 
#define SX127X_RF_OCP_TRIM_230_MA   (0x1A)
 
#define SX127X_RF_OCP_TRIM_240_MA   (0x1B)
 
#define SX127X_RF_LNA_GAIN_MASK   (0x1F)
 
#define SX127X_RF_LNA_GAIN_G1   (0x20) /* Default */
 
#define SX127X_RF_LNA_GAIN_G2   (0x40)
 
#define SX127X_RF_LNA_GAIN_G3   (0x60)
 
#define SX127X_RF_LNA_GAIN_G4   (0x80)
 
#define SX127X_RF_LNA_GAIN_G5   (0xA0)
 
#define SX127X_RF_LNA_GAIN_G6   (0xC0)
 
#define SX127X_RF_LNA_BOOST_MASK   (0xFC)
 
#define SX127X_RF_LNA_BOOST_OFF   (0x00) /* Default */
 
#define SX127X_RF_LNA_BOOST_ON   (0x03)
 
#define SX127X_RF_RXCONFIG_RESTARTRXONCOLLISION_MASK   (0x7F)
 
#define SX127X_RF_RXCONFIG_RESTARTRXONCOLLISION_ON   (0x80)
 
#define SX127X_RF_RXCONFIG_RESTARTRXONCOLLISION_OFF   (0x00) /* Default */
 
#define SX127X_RF_RXCONFIG_RESTARTRXWITHOUTPLLLOCK   (0x40) /* Write only */
 
#define SX127X_RF_RXCONFIG_RESTARTRXWITHPLLLOCK   (0x20) /* Write only */
 
#define SX127X_RF_RXCONFIG_AFCAUTO_MASK   (0xEF)
 
#define SX127X_RF_RXCONFIG_AFCAUTO_ON   (0x10)
 
#define SX127X_RF_RXCONFIG_AFCAUTO_OFF   (0x00) /* Default */
 
#define SX127X_RF_RXCONFIG_AGCAUTO_MASK   (0xF7)
 
#define SX127X_RF_RXCONFIG_AGCAUTO_ON   (0x08) /* Default */
 
#define SX127X_RF_RXCONFIG_AGCAUTO_OFF   (0x00)
 
#define SX127X_RF_RXCONFIG_RXTRIGER_MASK   (0xF8)
 
#define SX127X_RF_RXCONFIG_RXTRIGER_OFF   (0x00)
 
#define SX127X_RF_RXCONFIG_RXTRIGER_RSSI   (0x01)
 
#define SX127X_RF_RXCONFIG_RXTRIGER_PREAMBLEDETECT   (0x06) /* Default */
 
#define SX127X_RF_RXCONFIG_RXTRIGER_RSSI_PREAMBLEDETECT   (0x07)
 
#define SX127X_RF_RSSICONFIG_OFFSET_MASK   (0x07)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_00_DB   (0x00) /* Default */
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_01_DB   (0x08)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_02_DB   (0x10)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_03_DB   (0x18)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_04_DB   (0x20)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_05_DB   (0x28)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_06_DB   (0x30)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_07_DB   (0x38)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_08_DB   (0x40)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_09_DB   (0x48)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_10_DB   (0x50)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_11_DB   (0x58)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_12_DB   (0x60)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_13_DB   (0x68)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_14_DB   (0x70)
 
#define SX127X_RF_RSSICONFIG_OFFSET_P_15_DB   (0x78)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_16_DB   (0x80)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_15_DB   (0x88)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_14_DB   (0x90)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_13_DB   (0x98)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_12_DB   (0xA0)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_11_DB   (0xA8)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_10_DB   (0xB0)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_09_DB   (0xB8)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_08_DB   (0xC0)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_07_DB   (0xC8)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_06_DB   (0xD0)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_05_DB   (0xD8)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_04_DB   (0xE0)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_03_DB   (0xE8)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_02_DB   (0xF0)
 
#define SX127X_RF_RSSICONFIG_OFFSET_M_01_DB   (0xF8)
 
#define SX127X_RF_RSSICONFIG_SMOOTHING_MASK   (0xF8)
 
#define SX127X_RF_RSSICONFIG_SMOOTHING_2   (0x00)
 
#define SX127X_RF_RSSICONFIG_SMOOTHING_4   (0x01)
 
#define SX127X_RF_RSSICONFIG_SMOOTHING_8   (0x02) /* Default */
 
#define SX127X_RF_RSSICONFIG_SMOOTHING_16   (0x03)
 
#define SX127X_RF_RSSICONFIG_SMOOTHING_32   (0x04)
 
#define SX127X_RF_RSSICONFIG_SMOOTHING_64   (0x05)
 
#define SX127X_RF_RSSICONFIG_SMOOTHING_128   (0x06)
 
#define SX127X_RF_RSSICONFIG_SMOOTHING_256   (0x07)
 
#define SX127X_RF_RSSICOLISION_THRESHOLD   (0x0A) /* Default */
 
#define SX127X_RF_RSSITHRESH_THRESHOLD   (0xFF) /* Default */
 
#define SX127X_RF_RXBW_MANT_MASK   (0xE7)
 
#define SX127X_RF_RXBW_MANT_16   (0x00)
 
#define SX127X_RF_RXBW_MANT_20   (0x08)
 
#define SX127X_RF_RXBW_MANT_24   (0x10) /* Default */
 
#define SX127X_RF_RXBW_EXP_MASK   (0xF8)
 
#define SX127X_RF_RXBW_EXP_0   (0x00)
 
#define SX127X_RF_RXBW_EXP_1   (0x01)
 
#define SX127X_RF_RXBW_EXP_2   (0x02)
 
#define SX127X_RF_RXBW_EXP_3   (0x03)
 
#define SX127X_RF_RXBW_EXP_4   (0x04)
 
#define SX127X_RF_RXBW_EXP_5   (0x05) /* Default */
 
#define SX127X_RF_RXBW_EXP_6   (0x06)
 
#define SX127X_RF_RXBW_EXP_7   (0x07)
 
#define SX127X_RF_AFCBW_MANTAFC_MASK   (0xE7)
 
#define SX127X_RF_AFCBW_MANTAFC_16   (0x00)
 
#define SX127X_RF_AFCBW_MANTAFC_20   (0x08) /* Default */
 
#define SX127X_RF_AFCBW_MANTAFC_24   (0x10)
 
#define SX127X_RF_AFCBW_EXPAFC_MASK   (0xF8)
 
#define SX127X_RF_AFCBW_EXPAFC_0   (0x00)
 
#define SX127X_RF_AFCBW_EXPAFC_1   (0x01)
 
#define SX127X_RF_AFCBW_EXPAFC_2   (0x02)
 
#define SX127X_RF_AFCBW_EXPAFC_3   (0x03) /* Default */
 
#define SX127X_RF_AFCBW_EXPAFC_4   (0x04)
 
#define SX127X_RF_AFCBW_EXPAFC_5   (0x05)
 
#define SX127X_RF_AFCBW_EXPAFC_6   (0x06)
 
#define SX127X_RF_AFCBW_EXPAFC_7   (0x07)
 
#define SX127X_RF_OOKPEAK_BITSYNC_MASK   (0xDF) /* Default */
 
#define SX127X_RF_OOKPEAK_BITSYNC_ON   (0x20) /* Default */
 
#define SX127X_RF_OOKPEAK_BITSYNC_OFF   (0x00)
 
#define SX127X_RF_OOKPEAK_OOKTHRESHTYPE_MASK   (0xE7)
 
#define SX127X_RF_OOKPEAK_OOKTHRESHTYPE_FIXED   (0x00)
 
#define SX127X_RF_OOKPEAK_OOKTHRESHTYPE_PEAK   (0x08) /* Default */
 
#define SX127X_RF_OOKPEAK_OOKTHRESHTYPE_AVERAGE   (0x10)
 
#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_MASK   (0xF8)
 
#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_0_5_DB   (0x00) /* Default */
 
#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_1_0_DB   (0x01)
 
#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_1_5_DB   (0x02)
 
#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_2_0_DB   (0x03)
 
#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_3_0_DB   (0x04)
 
#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_4_0_DB   (0x05)
 
#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_5_0_DB   (0x06)
 
#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_6_0_DB   (0x07)
 
#define SX127X_RF_OOKFIX_OOKFIXEDTHRESHOLD   (0x0C) /* Default */
 
#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_MASK   (0x1F)
 
#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_000   (0x00) /* Default */
 
#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_001   (0x20)
 
#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_010   (0x40)
 
#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_011   (0x60)
 
#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_100   (0x80)
 
#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_101   (0xA0)
 
#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_110   (0xC0)
 
#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_111   (0xE0)
 
#define SX127X_RF_OOKAVG_AVERAGEOFFSET_MASK   (0xF3)
 
#define SX127X_RF_OOKAVG_AVERAGEOFFSET_0_DB   (0x00) /* Default */
 
#define SX127X_RF_OOKAVG_AVERAGEOFFSET_2_DB   (0x04)
 
#define SX127X_RF_OOKAVG_AVERAGEOFFSET_4_DB   (0x08)
 
#define SX127X_RF_OOKAVG_AVERAGEOFFSET_6_DB   (0x0C)
 
#define SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_MASK   (0xFC)
 
#define SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_00   (0x00)
 
#define SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_01   (0x01)
 
#define SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_10   (0x02) /* Default */
 
#define SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_11   (0x03)
 
#define SX127X_RF_AFCFEI_AGCSTART   (0x10)
 
#define SX127X_RF_AFCFEI_AFCCLEAR   (0x02)
 
#define SX127X_RF_AFCFEI_AFCAUTOCLEAR_MASK   (0xFE)
 
#define SX127X_RF_AFCFEI_AFCAUTOCLEAR_ON   (0x01)
 
#define SX127X_RF_AFCFEI_AFCAUTOCLEAR_OFF   (0x00) /* Default */
 
#define SX127X_RF_PREAMBLEDETECT_DETECTOR_MASK   (0x7F)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTOR_ON   (0x80) /* Default */
 
#define SX127X_RF_PREAMBLEDETECT_DETECTOR_OFF   (0x00)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_MASK   (0x9F)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_1   (0x00)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_2   (0x20) /* Default */
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_3   (0x40)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_4   (0x60)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_MASK   (0xE0)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_0   (0x00)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_1   (0x01)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_2   (0x02)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_3   (0x03)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_4   (0x04)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_5   (0x05)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_6   (0x06)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_7   (0x07)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_8   (0x08)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_9   (0x09)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_10   (0x0A) /* Default */
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_11   (0x0B)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_12   (0x0C)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_13   (0x0D)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_14   (0x0E)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_15   (0x0F)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_16   (0x10)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_17   (0x11)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_18   (0x12)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_19   (0x13)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_20   (0x14)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_21   (0x15)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_22   (0x16)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_23   (0x17)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_24   (0x18)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_25   (0x19)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_26   (0x1A)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_27   (0x1B)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_28   (0x1C)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_29   (0x1D)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_30   (0x1E)
 
#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_31   (0x1F)
 
#define SX127X_RF_RXTIMEOUT1_TIMEOUTRXRSSI   (0x00) /* Default */
 
#define SX127X_RF_RXTIMEOUT2_TIMEOUTRXPREAMBLE   (0x00) /* Default */
 
#define SX127X_RF_RXTIMEOUT3_TIMEOUTSIGNALSYNC   (0x00) /* Default */
 
#define SX127X_RF_RXDELAY_INTERPACKETRXDELAY   (0x00) /* Default */
 
#define SX127X_RF_OSC_RCCALSTART   (0x08)
 
#define SX127X_RF_OSC_CLKOUT_MASK   (0xF8)
 
#define SX127X_RF_OSC_CLKOUT_32_MHZ   (0x00)
 
#define SX127X_RF_OSC_CLKOUT_16_MHZ   (0x01)
 
#define SX127X_RF_OSC_CLKOUT_8_MHZ   (0x02)
 
#define SX127X_RF_OSC_CLKOUT_4_MHZ   (0x03)
 
#define SX127X_RF_OSC_CLKOUT_2_MHZ   (0x04)
 
#define SX127X_RF_OSC_CLKOUT_1_MHZ   (0x05) /* Default */
 
#define SX127X_RF_OSC_CLKOUT_RC   (0x06)
 
#define SX127X_RF_OSC_CLKOUT_OFF   (0x07)
 
#define SX127X_RF_PREAMBLEMSB_SIZE   (0x00) /* Default */
 
#define SX127X_RF_PREAMBLELSB_SIZE   (0x03) /* Default */
 
#define SX127X_RF_SYNCCONFIG_AUTORESTARTRXMODE_MASK   (0x3F)
 
#define SX127X_RF_SYNCCONFIG_AUTORESTARTRXMODE_WAITPLL_ON   (0x80) /* Default */
 
#define SX127X_RF_SYNCCONFIG_AUTORESTARTRXMODE_WAITPLL_OFF   (0x40)
 
#define SX127X_RF_SYNCCONFIG_AUTORESTARTRXMODE_OFF   (0x00)
 
#define SX127X_RF_SYNCCONFIG_PREAMBLEPOLARITY_MASK   (0xDF)
 
#define SX127X_RF_SYNCCONFIG_PREAMBLEPOLARITY_55   (0x20)
 
#define SX127X_RF_SYNCCONFIG_PREAMBLEPOLARITY_AA   (0x00) /* Default */
 
#define SX127X_RF_SYNCCONFIG_SYNC_MASK   (0xEF)
 
#define SX127X_RF_SYNCCONFIG_SYNC_ON   (0x10) /* Default */
 
#define SX127X_RF_SYNCCONFIG_SYNC_OFF   (0x00)
 
#define SX127X_RF_SYNCCONFIG_SYNCSIZE_MASK   (0xF8)
 
#define SX127X_RF_SYNCCONFIG_SYNCSIZE_1   (0x00)
 
#define SX127X_RF_SYNCCONFIG_SYNCSIZE_2   (0x01)
 
#define SX127X_RF_SYNCCONFIG_SYNCSIZE_3   (0x02)
 
#define SX127X_RF_SYNCCONFIG_SYNCSIZE_4   (0x03) /* Default */
 
#define SX127X_RF_SYNCCONFIG_SYNCSIZE_5   (0x04)
 
#define SX127X_RF_SYNCCONFIG_SYNCSIZE_6   (0x05)
 
#define SX127X_RF_SYNCCONFIG_SYNCSIZE_7   (0x06)
 
#define SX127X_RF_SYNCCONFIG_SYNCSIZE_8   (0x07)
 
#define SX127X_RF_SYNCVALUE1_SYNCVALUE   (0x01) /* Default */
 
#define SX127X_RF_SYNCVALUE2_SYNCVALUE   (0x01) /* Default */
 
#define SX127X_RF_SYNCVALUE3_SYNCVALUE   (0x01) /* Default */
 
#define SX127X_RF_SYNCVALUE4_SYNCVALUE   (0x01) /* Default */
 
#define SX127X_RF_SYNCVALUE5_SYNCVALUE   (0x01) /* Default */
 
#define SX127X_RF_SYNCVALUE6_SYNCVALUE   (0x01) /* Default */
 
#define SX127X_RF_SYNCVALUE7_SYNCVALUE   (0x01) /* Default */
 
#define SX127X_RF_SYNCVALUE8_SYNCVALUE   (0x01) /* Default */
 
#define SX127X_RF_PACKETCONFIG1_PACKETFORMAT_MASK   (0x7F)
 
#define SX127X_RF_PACKETCONFIG1_PACKETFORMAT_FIXED   (0x00)
 
#define SX127X_RF_PACKETCONFIG1_PACKETFORMAT_VARIABLE   (0x80) /* Default */
 
#define SX127X_RF_PACKETCONFIG1_DCFREE_MASK   (0x9F)
 
#define SX127X_RF_PACKETCONFIG1_DCFREE_OFF   (0x00) /* Default */
 
#define SX127X_RF_PACKETCONFIG1_DCFREE_MANCHESTER   (0x20)
 
#define SX127X_RF_PACKETCONFIG1_DCFREE_WHITENING   (0x40)
 
#define SX127X_RF_PACKETCONFIG1_CRC_MASK   (0xEF)
 
#define SX127X_RF_PACKETCONFIG1_CRC_ON   (0x10) /* Default */
 
#define SX127X_RF_PACKETCONFIG1_CRC_OFF   (0x00)
 
#define SX127X_RF_PACKETCONFIG1_CRCAUTOCLEAR_MASK   (0xF7)
 
#define SX127X_RF_PACKETCONFIG1_CRCAUTOCLEAR_ON   (0x00) /* Default */
 
#define SX127X_RF_PACKETCONFIG1_CRCAUTOCLEAR_OFF   (0x08)
 
#define SX127X_RF_PACKETCONFIG1_ADDRSFILTERING_MASK   (0xF9)
 
#define SX127X_RF_PACKETCONFIG1_ADDRSFILTERING_OFF   (0x00) /* Default */
 
#define SX127X_RF_PACKETCONFIG1_ADDRSFILTERING_NODE   (0x02)
 
#define SX127X_RF_PACKETCONFIG1_ADDRSFILTERING_NODEBROADCAST   (0x04)
 
#define SX127X_RF_PACKETCONFIG1_CRCWHITENINGTYPE_MASK   (0xFE)
 
#define SX127X_RF_PACKETCONFIG1_CRCWHITENINGTYPE_CCITT   (0x00) /* Default */
 
#define SX127X_RF_PACKETCONFIG1_CRCWHITENINGTYPE_IBM   (0x01)
 
#define SX127X_RF_PACKETCONFIG2_WMBUS_CRC_ENABLE_MASK   (0x7F)
 
#define SX127X_RF_PACKETCONFIG2_WMBUS_CRC_ENABLE   (0x80)
 
#define SX127X_RF_PACKETCONFIG2_WMBUS_CRC_DISABLE   (0x00) /* Default */
 
#define SX127X_RF_PACKETCONFIG2_DATAMODE_MASK   (0xBF)
 
#define SX127X_RF_PACKETCONFIG2_DATAMODE_CONTINUOUS   (0x00)
 
#define SX127X_RF_PACKETCONFIG2_DATAMODE_PACKET   (0x40) /* Default */
 
#define SX127X_RF_PACKETCONFIG2_IOHOME_MASK   (0xDF)
 
#define SX127X_RF_PACKETCONFIG2_IOHOME_ON   (0x20)
 
#define SX127X_RF_PACKETCONFIG2_IOHOME_OFF   (0x00) /* Default */
 
#define SX127X_RF_PACKETCONFIG2_BEACON_MASK   (0xF7)
 
#define SX127X_RF_PACKETCONFIG2_BEACON_ON   (0x08)
 
#define SX127X_RF_PACKETCONFIG2_BEACON_OFF   (0x00) /* Default */
 
#define SX127X_RF_PACKETCONFIG2_PAYLOADLENGTH_MSB_MASK   (0xF8)
 
#define SX127X_RF_PAYLOADLENGTH_LENGTH   (0x40) /* Default */
 
#define SX127X_RF_NODEADDRESS_ADDRESS   (0x00)
 
#define SX127X_RF_BROADCASTADDRESS_ADDRESS   (0x00)
 
#define SX127X_RF_FIFOTHRESH_TXSTARTCONDITION_MASK   (0x7F)
 
#define SX127X_RF_FIFOTHRESH_TXSTARTCONDITION_FIFOTHRESH   (0x00) /* Default */
 
#define SX127X_RF_FIFOTHRESH_TXSTARTCONDITION_FIFONOTEMPTY   (0x80)
 
#define SX127X_RF_FIFOTHRESH_FIFOTHRESHOLD_MASK   (0xC0)
 
#define SX127X_RF_FIFOTHRESH_FIFOTHRESHOLD_THRESHOLD   (0x0F) /* Default */
 
#define SX127X_RF_SEQCONFIG1_SEQUENCER_START   (0x80)
 
#define SX127X_RF_SEQCONFIG1_SEQUENCER_STOP   (0x40)
 
#define SX127X_RF_SEQCONFIG1_IDLEMODE_MASK   (0xDF)
 
#define SX127X_RF_SEQCONFIG1_IDLEMODE_SLEEP   (0x20)
 
#define SX127X_RF_SEQCONFIG1_IDLEMODE_STANDBY   (0x00) /* Default */
 
#define SX127X_RF_SEQCONFIG1_FROMSTART_MASK   (0xE7)
 
#define SX127X_RF_SEQCONFIG1_FROMSTART_TOLPS   (0x00) /* Default */
 
#define SX127X_RF_SEQCONFIG1_FROMSTART_TORX   (0x08)
 
#define SX127X_RF_SEQCONFIG1_FROMSTART_TOTX   (0x10)
 
#define SX127X_RF_SEQCONFIG1_FROMSTART_TOTX_ONFIFOLEVEL   (0x18)
 
#define SX127X_RF_SEQCONFIG1_LPS_MASK   (0xFB)
 
#define SX127X_RF_SEQCONFIG1_LPS_SEQUENCER_OFF   (0x00) /* Default */
 
#define SX127X_RF_SEQCONFIG1_LPS_IDLE   (0x04)
 
#define SX127X_RF_SEQCONFIG1_FROMIDLE_MASK   (0xFD)
 
#define SX127X_RF_SEQCONFIG1_FROMIDLE_TOTX   (0x00) /* Default */
 
#define SX127X_RF_SEQCONFIG1_FROMIDLE_TORX   (0x02)
 
#define SX127X_RF_SEQCONFIG1_FROMTX_MASK   (0xFE)
 
#define SX127X_RF_SEQCONFIG1_FROMTX_TOLPS   (0x00) /* Default */
 
#define SX127X_RF_SEQCONFIG1_FROMTX_TORX   (0x01)
 
#define SX127X_RF_SEQCONFIG2_FROMRX_MASK   (0x1F)
 
#define SX127X_RF_SEQCONFIG2_FROMRX_TOUNUSED_000   (0x00) /* Default */
 
#define SX127X_RF_SEQCONFIG2_FROMRX_TORXPKT_ONPLDRDY   (0x20)
 
#define SX127X_RF_SEQCONFIG2_FROMRX_TOLPS_ONPLDRDY   (0x40)
 
#define SX127X_RF_SEQCONFIG2_FROMRX_TORXPKT_ONCRCOK   (0x60)
 
#define SX127X_RF_SEQCONFIG2_FROMRX_TOSEQUENCEROFF_ONRSSI   (0x80)
 
#define SX127X_RF_SEQCONFIG2_FROMRX_TOSEQUENCEROFF_ONSYNC   (0xA0)
 
#define SX127X_RF_SEQCONFIG2_FROMRX_TOSEQUENCEROFF_ONPREAMBLE   (0xC0)
 
#define SX127X_RF_SEQCONFIG2_FROMRX_TOUNUSED_111   (0xE0)
 
#define SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_MASK   (0xE7)
 
#define SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_TORXRESTART   (0x00) /* Default */
 
#define SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_TOTX   (0x08)
 
#define SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_TOLPS   (0x10)
 
#define SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_TOSEQUENCEROFF   (0x18)
 
#define SX127X_RF_SEQCONFIG2_FROMRXPKT_MASK   (0xF8)
 
#define SX127X_RF_SEQCONFIG2_FROMRXPKT_TOSEQUENCEROFF   (0x00) /* Default */
 
#define SX127X_RF_SEQCONFIG2_FROMRXPKT_TOTX_ONFIFOEMPTY   (0x01)
 
#define SX127X_RF_SEQCONFIG2_FROMRXPKT_TOLPS   (0x02)
 
#define SX127X_RF_SEQCONFIG2_FROMRXPKT_TOSYNTHESIZERRX   (0x03)
 
#define SX127X_RF_SEQCONFIG2_FROMRXPKT_TORX   (0x04)
 
#define SX127X_RF_TIMERRESOL_TIMER1RESOL_MASK   (0xF3)
 
#define SX127X_RF_TIMERRESOL_TIMER1RESOL_OFF   (0x00) /* Default */
 
#define SX127X_RF_TIMERRESOL_TIMER1RESOL_000064_US   (0x04)
 
#define SX127X_RF_TIMERRESOL_TIMER1RESOL_004100_US   (0x08)
 
#define SX127X_RF_TIMERRESOL_TIMER1RESOL_262000_US   (0x0C)
 
#define SX127X_RF_TIMERRESOL_TIMER2RESOL_MASK   (0xFC)
 
#define SX127X_RF_TIMERRESOL_TIMER2RESOL_OFF   (0x00) /* Default */
 
#define SX127X_RF_TIMERRESOL_TIMER2RESOL_000064_US   (0x01)
 
#define SX127X_RF_TIMERRESOL_TIMER2RESOL_004100_US   (0x02)
 
#define SX127X_RF_TIMERRESOL_TIMER2RESOL_262000_US   (0x03)
 
#define SX127X_RF_TIMER1COEF_TIMER1COEFFICIENT   (0xF5) /* Default */
 
#define SX127X_RF_TIMER2COEF_TIMER2COEFFICIENT   (0x20) /* Default */
 
#define SX127X_RF_IMAGECAL_AUTOIMAGECAL_MASK   (0x7F)
 
#define SX127X_RF_IMAGECAL_AUTOIMAGECAL_ON   (0x80)
 
#define SX127X_RF_IMAGECAL_AUTOIMAGECAL_OFF   (0x00) /* Default */
 
#define SX127X_RF_IMAGECAL_IMAGECAL_MASK   (0xBF)
 
#define SX127X_RF_IMAGECAL_IMAGECAL_START   (0x40)
 
#define SX127X_RF_IMAGECAL_IMAGECAL_RUNNING   (0x20)
 
#define SX127X_RF_IMAGECAL_IMAGECAL_DONE   (0x00) /* Default */
 
#define SX127X_RF_IMAGECAL_TEMPCHANGE_HIGHER   (0x08)
 
#define SX127X_RF_IMAGECAL_TEMPCHANGE_LOWER   (0x00)
 
#define SX127X_RF_IMAGECAL_TEMPTHRESHOLD_MASK   (0xF9)
 
#define SX127X_RF_IMAGECAL_TEMPTHRESHOLD_05   (0x00)
 
#define SX127X_RF_IMAGECAL_TEMPTHRESHOLD_10   (0x02) /* Default */
 
#define SX127X_RF_IMAGECAL_TEMPTHRESHOLD_15   (0x04)
 
#define SX127X_RF_IMAGECAL_TEMPTHRESHOLD_20   (0x06)
 
#define SX127X_RF_IMAGECAL_TEMPMONITOR_MASK   (0xFE)
 
#define SX127X_RF_IMAGECAL_TEMPMONITOR_ON   (0x00) /* Default */
 
#define SX127X_RF_IMAGECAL_TEMPMONITOR_OFF   (0x01)
 
#define SX127X_RF_LOWBAT_MASK   (0xF7)
 
#define SX127X_RF_LOWBAT_ON   (0x08)
 
#define SX127X_RF_LOWBAT_OFF   (0x00) /* Default */
 
#define SX127X_RF_LOWBAT_TRIM_MASK   (0xF8)
 
#define SX127X_RF_LOWBAT_TRIM_1695   (0x00)
 
#define SX127X_RF_LOWBAT_TRIM_1764   (0x01)
 
#define SX127X_RF_LOWBAT_TRIM_1835   (0x02) /* Default */
 
#define SX127X_RF_LOWBAT_TRIM_1905   (0x03)
 
#define SX127X_RF_LOWBAT_TRIM_1976   (0x04)
 
#define SX127X_RF_LOWBAT_TRIM_2045   (0x05)
 
#define SX127X_RF_LOWBAT_TRIM_2116   (0x06)
 
#define SX127X_RF_LOWBAT_TRIM_2185   (0x07)
 
#define SX127X_RF_IRQFLAGS1_MODEREADY   (0x80)
 
#define SX127X_RF_IRQFLAGS1_RXREADY   (0x40)
 
#define SX127X_RF_IRQFLAGS1_TXREADY   (0x20)
 
#define SX127X_RF_IRQFLAGS1_PLLLOCK   (0x10)
 
#define SX127X_RF_IRQFLAGS1_RSSI   (0x08)
 
#define SX127X_RF_IRQFLAGS1_TIMEOUT   (0x04)
 
#define SX127X_RF_IRQFLAGS1_PREAMBLEDETECT   (0x02)
 
#define SX127X_RF_IRQFLAGS1_SYNCADDRESSMATCH   (0x01)
 
#define SX127X_RF_IRQFLAGS2_FIFOFULL   (0x80)
 
#define SX127X_RF_IRQFLAGS2_FIFOEMPTY   (0x40)
 
#define SX127X_RF_IRQFLAGS2_FIFOLEVEL   (0x20)
 
#define SX127X_RF_IRQFLAGS2_FIFOOVERRUN   (0x10)
 
#define SX127X_RF_IRQFLAGS2_PACKETSENT   (0x08)
 
#define SX127X_RF_IRQFLAGS2_PAYLOADREADY   (0x04)
 
#define SX127X_RF_IRQFLAGS2_CRCOK   (0x02)
 
#define SX127X_RF_IRQFLAGS2_LOWBAT   (0x01)
 
#define SX127X_RF_DIOMAPPING1_DIO0_MASK   (0x3F)
 
#define SX127X_RF_DIOMAPPING1_DIO0_00   (0x00) /* Default */
 
#define SX127X_RF_DIOMAPPING1_DIO0_01   (0x40)
 
#define SX127X_RF_DIOMAPPING1_DIO0_10   (0x80)
 
#define SX127X_RF_DIOMAPPING1_DIO0_11   (0xC0)
 
#define SX127X_RF_DIOMAPPING1_DIO1_MASK   (0xCF)
 
#define SX127X_RF_DIOMAPPING1_DIO1_00   (0x00) /* Default */
 
#define SX127X_RF_DIOMAPPING1_DIO1_01   (0x10)
 
#define SX127X_RF_DIOMAPPING1_DIO1_10   (0x20)
 
#define SX127X_RF_DIOMAPPING1_DIO1_11   (0x30)
 
#define SX127X_RF_DIOMAPPING1_DIO2_MASK   (0xF3)
 
#define SX127X_RF_DIOMAPPING1_DIO2_00   (0x00) /* Default */
 
#define SX127X_RF_DIOMAPPING1_DIO2_01   (0x04)
 
#define SX127X_RF_DIOMAPPING1_DIO2_10   (0x08)
 
#define SX127X_RF_DIOMAPPING1_DIO2_11   (0x0C)
 
#define SX127X_RF_DIOMAPPING1_DIO3_MASK   (0xFC)
 
#define SX127X_RF_DIOMAPPING1_DIO3_00   (0x00) /* Default */
 
#define SX127X_RF_DIOMAPPING1_DIO3_01   (0x01)
 
#define SX127X_RF_DIOMAPPING1_DIO3_10   (0x02)
 
#define SX127X_RF_DIOMAPPING1_DIO3_11   (0x03)
 
#define SX127X_RF_DIOMAPPING2_DIO4_MASK   (0x3F)
 
#define SX127X_RF_DIOMAPPING2_DIO4_00   (0x00) /* Default */
 
#define SX127X_RF_DIOMAPPING2_DIO4_01   (0x40)
 
#define SX127X_RF_DIOMAPPING2_DIO4_10   (0x80)
 
#define SX127X_RF_DIOMAPPING2_DIO4_11   (0xC0)
 
#define SX127X_RF_DIOMAPPING2_DIO5_MASK   (0xCF)
 
#define SX127X_RF_DIOMAPPING2_DIO5_00   (0x00) /* Default */
 
#define SX127X_RF_DIOMAPPING2_DIO5_01   (0x10)
 
#define SX127X_RF_DIOMAPPING2_DIO5_10   (0x20)
 
#define SX127X_RF_DIOMAPPING2_DIO5_11   (0x30)
 
#define SX127X_RF_DIOMAPPING2_MAP_MASK   (0xFE)
 
#define SX127X_RF_DIOMAPPING2_MAP_PREAMBLEDETECT   (0x01)
 
#define SX127X_RF_DIOMAPPING2_MAP_RSSI   (0x00) /* Default */
 
#define SX127X_RF_PLLHOP_FASTHOP_MASK   (0x7F)
 
#define SX127X_RF_PLLHOP_FASTHOP_ON   (0x80)
 
#define SX127X_RF_PLLHOP_FASTHOP_OFF   (0x00) /* Default */
 
#define SX127X_RF_TCXO_TCXOINPUT_MASK   (0xEF)
 
#define SX127X_RF_TCXO_TCXOINPUT_ON   (0x10)
 
#define SX127X_RF_TCXO_TCXOINPUT_OFF   (0x00) /* Default */
 
#define SX127X_RF_PADAC_20DBM_MASK   (0xF8)
 
#define SX127X_RF_PADAC_20DBM_ON   (0x07)
 
#define SX127X_RF_PADAC_20DBM_OFF   (0x04) /* Default */
 
#define SX127X_RF_BITRATEFRAC_MASK   (0xF0)
 
#define SX127X_RF_PLL_BANDWIDTH_MASK   (0x3F)
 
#define SX127X_RF_PLL_BANDWIDTH_75   (0x00)
 
#define SX127X_RF_PLL_BANDWIDTH_150   (0x40)
 
#define SX127X_RF_PLL_BANDWIDTH_225   (0x80)
 
#define SX127X_RF_PLL_BANDWIDTH_300   (0xC0) /* Default */
 

Macro Definition Documentation

◆ RF_BITRATEFRAC_MASK

#define RF_BITRATEFRAC_MASK   (0xF0)

Definition at line 457 of file sx127x_registers.h.

◆ RF_PLL_BANDWIDTH_150

#define RF_PLL_BANDWIDTH_150   (0x40)

Definition at line 462 of file sx127x_registers.h.

◆ RF_PLL_BANDWIDTH_225

#define RF_PLL_BANDWIDTH_225   (0x80)

Definition at line 463 of file sx127x_registers.h.

◆ RF_PLL_BANDWIDTH_300

#define RF_PLL_BANDWIDTH_300   (0xC0) /* Default */

Definition at line 464 of file sx127x_registers.h.

◆ RF_PLL_BANDWIDTH_75

#define RF_PLL_BANDWIDTH_75   (0x00)

Definition at line 461 of file sx127x_registers.h.

◆ RF_PLL_BANDWIDTH_MASK

#define RF_PLL_BANDWIDTH_MASK   (0x3F)

Definition at line 460 of file sx127x_registers.h.

◆ SX1272_REG_PADAC

#define SX1272_REG_PADAC   (0x5A)

Definition at line 568 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_BW_125_KHZ

#define SX1272_RF_LORA_MODEMCONFIG1_BW_125_KHZ   (0x00) /* Default */

Definition at line 291 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_BW_250_KHZ

#define SX1272_RF_LORA_MODEMCONFIG1_BW_250_KHZ   (0x40)

Definition at line 292 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_BW_500_KHZ

#define SX1272_RF_LORA_MODEMCONFIG1_BW_500_KHZ   (0x80)

Definition at line 293 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_BW_MASK

#define SX1272_RF_LORA_MODEMCONFIG1_BW_MASK   (0x3F)

Definition at line 290 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_4_5

#define SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_4_5   (0x08)

Definition at line 308 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_4_6

#define SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_4_6   (0x10) /* Default */

Definition at line 309 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_4_7

#define SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_4_7   (0x18)

Definition at line 310 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_4_8

#define SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_4_8   (0x20)

Definition at line 311 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_MASK

#define SX1272_RF_LORA_MODEMCONFIG1_CODINGRATE_MASK   (0xC7)

Definition at line 307 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_IMPLICITHEADER_MASK

#define SX1272_RF_LORA_MODEMCONFIG1_IMPLICITHEADER_MASK   (0xFB)

Definition at line 319 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_RXPAYLOADCRC_MASK

#define SX1272_RF_LORA_MODEMCONFIG1_RXPAYLOADCRC_MASK   (0xFD)

Definition at line 324 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_RXPAYLOADCRC_OFF

#define SX1272_RF_LORA_MODEMCONFIG1_RXPAYLOADCRC_OFF   (0x00) /* Default */

Definition at line 326 of file sx127x_registers.h.

◆ SX1272_RF_LORA_MODEMCONFIG1_RXPAYLOADCRC_ON

#define SX1272_RF_LORA_MODEMCONFIG1_RXPAYLOADCRC_ON   (0x02)

Definition at line 325 of file sx127x_registers.h.

◆ SX1276_REG_PADAC

#define SX1276_REG_PADAC   (0x4D)

Definition at line 567 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_BW_10_41_KHZ

#define SX1276_RF_LORA_MODEMCONFIG1_BW_10_41_KHZ   (0x10)

Definition at line 297 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_BW_125_KHZ

#define SX1276_RF_LORA_MODEMCONFIG1_BW_125_KHZ   (0x70) /* Default */

Definition at line 303 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_BW_15_62_KHZ

#define SX1276_RF_LORA_MODEMCONFIG1_BW_15_62_KHZ   (0x20)

Definition at line 298 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_BW_20_83_KHZ

#define SX1276_RF_LORA_MODEMCONFIG1_BW_20_83_KHZ   (0x30)

Definition at line 299 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_BW_250_KHZ

#define SX1276_RF_LORA_MODEMCONFIG1_BW_250_KHZ   (0x80)

Definition at line 304 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_BW_31_25_KHZ

#define SX1276_RF_LORA_MODEMCONFIG1_BW_31_25_KHZ   (0x40)

Definition at line 300 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_BW_41_66_KHZ

#define SX1276_RF_LORA_MODEMCONFIG1_BW_41_66_KHZ   (0x50)

Definition at line 301 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_BW_500_KHZ

#define SX1276_RF_LORA_MODEMCONFIG1_BW_500_KHZ   (0x90)

Definition at line 305 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_BW_62_50_KHZ

#define SX1276_RF_LORA_MODEMCONFIG1_BW_62_50_KHZ   (0x60)

Definition at line 302 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_BW_7_81_KHZ

#define SX1276_RF_LORA_MODEMCONFIG1_BW_7_81_KHZ   (0x00)

Definition at line 296 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_BW_MASK

#define SX1276_RF_LORA_MODEMCONFIG1_BW_MASK   (0x0F)

Definition at line 295 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_4_5

#define SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_4_5   (0x02)

Definition at line 314 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_4_6

#define SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_4_6   (0x04) /* Default */

Definition at line 315 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_4_7

#define SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_4_7   (0x06)

Definition at line 316 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_4_8

#define SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_4_8   (0x08)

Definition at line 317 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_MASK

#define SX1276_RF_LORA_MODEMCONFIG1_CODINGRATE_MASK   (0xF1)

Definition at line 313 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG1_IMPLICITHEADER_MASK

#define SX1276_RF_LORA_MODEMCONFIG1_IMPLICITHEADER_MASK   (0xFE)

Definition at line 320 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG2_RXPAYLOADCRC_MASK

#define SX1276_RF_LORA_MODEMCONFIG2_RXPAYLOADCRC_MASK   (0xFB)

Definition at line 344 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG2_RXPAYLOADCRC_OFF

#define SX1276_RF_LORA_MODEMCONFIG2_RXPAYLOADCRC_OFF   (0x00) /* Default */

Definition at line 346 of file sx127x_registers.h.

◆ SX1276_RF_LORA_MODEMCONFIG2_RXPAYLOADCRC_ON

#define SX1276_RF_LORA_MODEMCONFIG2_RXPAYLOADCRC_ON   (0x04)

Definition at line 345 of file sx127x_registers.h.

◆ SX127X_REG_AFCBW

#define SX127X_REG_AFCBW   (0x13)

Definition at line 498 of file sx127x_registers.h.

◆ SX127X_REG_AFCFEI

#define SX127X_REG_AFCFEI   (0x1A)

Definition at line 505 of file sx127x_registers.h.

◆ SX127X_REG_AFCLSB

#define SX127X_REG_AFCLSB   (0x1C)

Definition at line 507 of file sx127x_registers.h.

◆ SX127X_REG_AFCMSB

#define SX127X_REG_AFCMSB   (0x1B)

Definition at line 506 of file sx127x_registers.h.

◆ SX127X_REG_AGCREF

#define SX127X_REG_AGCREF   (0x61)

Definition at line 571 of file sx127x_registers.h.

◆ SX127X_REG_AGCTHRESH1

#define SX127X_REG_AGCTHRESH1   (0x62)

Definition at line 572 of file sx127x_registers.h.

◆ SX127X_REG_AGCTHRESH2

#define SX127X_REG_AGCTHRESH2   (0x63)

Definition at line 573 of file sx127x_registers.h.

◆ SX127X_REG_AGCTHRESH3

#define SX127X_REG_AGCTHRESH3   (0x64)

Definition at line 574 of file sx127x_registers.h.

◆ SX127X_REG_BITRATEFRAC

#define SX127X_REG_BITRATEFRAC   (0x5D)

Definition at line 570 of file sx127x_registers.h.

◆ SX127X_REG_BITRATELSB

#define SX127X_REG_BITRATELSB   (0x03)

Definition at line 478 of file sx127x_registers.h.

◆ SX127X_REG_BITRATEMSB

#define SX127X_REG_BITRATEMSB   (0x02)

Definition at line 477 of file sx127x_registers.h.

◆ SX127X_REG_BROADCASTADRS

#define SX127X_REG_BROADCASTADRS   (0x34)

Definition at line 535 of file sx127x_registers.h.

◆ SX127X_REG_DIOMAPPING1

#define SX127X_REG_DIOMAPPING1   (0x40)

Definition at line 555 of file sx127x_registers.h.

◆ SX127X_REG_DIOMAPPING2

#define SX127X_REG_DIOMAPPING2   (0x41)

Definition at line 556 of file sx127x_registers.h.

◆ SX127X_REG_FDEVLSB

#define SX127X_REG_FDEVLSB   (0x05)

Definition at line 480 of file sx127x_registers.h.

◆ SX127X_REG_FDEVMSB

#define SX127X_REG_FDEVMSB   (0x04)

Definition at line 479 of file sx127x_registers.h.

◆ SX127X_REG_FEILSB

#define SX127X_REG_FEILSB   (0x1E)

Definition at line 509 of file sx127x_registers.h.

◆ SX127X_REG_FEIMSB

#define SX127X_REG_FEIMSB   (0x1D)

Definition at line 508 of file sx127x_registers.h.

◆ SX127X_REG_FIFO

#define SX127X_REG_FIFO   (0x00)

Definition at line 473 of file sx127x_registers.h.

◆ SX127X_REG_FIFOTHRESH

#define SX127X_REG_FIFOTHRESH   (0x35)

Definition at line 536 of file sx127x_registers.h.

◆ SX127X_REG_FORMERTEMP

#define SX127X_REG_FORMERTEMP   (0x5B)

Definition at line 569 of file sx127x_registers.h.

◆ SX127X_REG_FRFLSB

#define SX127X_REG_FRFLSB   (0x08)

Definition at line 483 of file sx127x_registers.h.

◆ SX127X_REG_FRFMID

#define SX127X_REG_FRFMID   (0x07)

Definition at line 482 of file sx127x_registers.h.

◆ SX127X_REG_FRFMSB

#define SX127X_REG_FRFMSB   (0x06)

Definition at line 481 of file sx127x_registers.h.

◆ SX127X_REG_IMAGECAL

#define SX127X_REG_IMAGECAL   (0x3B)

Definition at line 546 of file sx127x_registers.h.

◆ SX127X_REG_IRQFLAGS1

#define SX127X_REG_IRQFLAGS1   (0x3E)

Definition at line 551 of file sx127x_registers.h.

◆ SX127X_REG_IRQFLAGS2

#define SX127X_REG_IRQFLAGS2   (0x3F)

Definition at line 552 of file sx127x_registers.h.

◆ SX127X_REG_LNA

#define SX127X_REG_LNA   (0x0C)

Definition at line 491 of file sx127x_registers.h.

◆ SX127X_REG_LOWBAT

#define SX127X_REG_LOWBAT   (0x3D)

Definition at line 548 of file sx127x_registers.h.

◆ SX127X_REG_LR_AGCREF

#define SX127X_REG_LR_AGCREF   (0x61)

Definition at line 104 of file sx127x_registers.h.

◆ SX127X_REG_LR_AGCTHRESH1

#define SX127X_REG_LR_AGCTHRESH1   (0x62)

Definition at line 105 of file sx127x_registers.h.

◆ SX127X_REG_LR_AGCTHRESH2

#define SX127X_REG_LR_AGCTHRESH2   (0x63)

Definition at line 106 of file sx127x_registers.h.

◆ SX127X_REG_LR_AGCTHRESH3

#define SX127X_REG_LR_AGCTHRESH3   (0x64)

Definition at line 107 of file sx127x_registers.h.

◆ SX127X_REG_LR_BITRATEFRAC

#define SX127X_REG_LR_BITRATEFRAC   (0x5D)

Definition at line 103 of file sx127x_registers.h.

◆ SX127X_REG_LR_DETECTIONTHRESHOLD

#define SX127X_REG_LR_DETECTIONTHRESHOLD   (0x37)

Definition at line 86 of file sx127x_registers.h.

◆ SX127X_REG_LR_DETECTOPTIMIZE

#define SX127X_REG_LR_DETECTOPTIMIZE   (0x31)

Definition at line 83 of file sx127x_registers.h.

◆ SX127X_REG_LR_DIOMAPPING1

#define SX127X_REG_LR_DIOMAPPING1   (0x40)

Definition at line 92 of file sx127x_registers.h.

◆ SX127X_REG_LR_DIOMAPPING2

#define SX127X_REG_LR_DIOMAPPING2   (0x41)

Definition at line 93 of file sx127x_registers.h.

◆ SX127X_REG_LR_FEILSB

#define SX127X_REG_LR_FEILSB   (0x2A)

Definition at line 79 of file sx127x_registers.h.

◆ SX127X_REG_LR_FEIMID

#define SX127X_REG_LR_FEIMID   (0x29)

Definition at line 78 of file sx127x_registers.h.

◆ SX127X_REG_LR_FEIMSB

#define SX127X_REG_LR_FEIMSB   (0x28)

Definition at line 77 of file sx127x_registers.h.

◆ SX127X_REG_LR_FIFO

#define SX127X_REG_LR_FIFO   (0x00)

Definition at line 125 of file sx127x_registers.h.

◆ SX127X_REG_LR_FIFOADDRPTR

#define SX127X_REG_LR_FIFOADDRPTR   (0x0D)

Definition at line 51 of file sx127x_registers.h.

◆ SX127X_REG_LR_FIFORXBASEADDR

#define SX127X_REG_LR_FIFORXBASEADDR   (0x0F)

Definition at line 53 of file sx127x_registers.h.

◆ SX127X_REG_LR_FIFORXBYTEADDR

#define SX127X_REG_LR_FIFORXBYTEADDR   (0x25)

Definition at line 75 of file sx127x_registers.h.

◆ SX127X_REG_LR_FIFORXCURRENTADDR

#define SX127X_REG_LR_FIFORXCURRENTADDR   (0x10)

Definition at line 54 of file sx127x_registers.h.

◆ SX127X_REG_LR_FIFOTXBASEADDR

#define SX127X_REG_LR_FIFOTXBASEADDR   (0x0E)

Definition at line 52 of file sx127x_registers.h.

◆ SX127X_REG_LR_FORMERTEMP

#define SX127X_REG_LR_FORMERTEMP   (0x5B)

Definition at line 102 of file sx127x_registers.h.

◆ SX127X_REG_LR_FRFLSB

#define SX127X_REG_LR_FRFLSB   (0x08)

Definition at line 40 of file sx127x_registers.h.

◆ SX127X_REG_LR_FRFMID

#define SX127X_REG_LR_FRFMID   (0x07)

Definition at line 39 of file sx127x_registers.h.

◆ SX127X_REG_LR_FRFMSB

#define SX127X_REG_LR_FRFMSB   (0x06)

Definition at line 38 of file sx127x_registers.h.

◆ SX127X_REG_LR_HOPCHANNEL

#define SX127X_REG_LR_HOPCHANNEL   (0x1C)

Definition at line 66 of file sx127x_registers.h.

◆ SX127X_REG_LR_HOPPERIOD

#define SX127X_REG_LR_HOPPERIOD   (0x24)

Definition at line 74 of file sx127x_registers.h.

◆ SX127X_REG_LR_INVERTIQ

#define SX127X_REG_LR_INVERTIQ   (0x33)

Definition at line 84 of file sx127x_registers.h.

◆ SX127X_REG_LR_INVERTIQ2

#define SX127X_REG_LR_INVERTIQ2   (0x3B)

Definition at line 89 of file sx127x_registers.h.

◆ SX127X_REG_LR_IRQFLAGS

#define SX127X_REG_LR_IRQFLAGS   (0x12)

Definition at line 56 of file sx127x_registers.h.

◆ SX127X_REG_LR_IRQFLAGSMASK

#define SX127X_REG_LR_IRQFLAGSMASK   (0x11)

Definition at line 55 of file sx127x_registers.h.

◆ SX127X_REG_LR_LNA

#define SX127X_REG_LR_LNA   (0x0C)

Definition at line 48 of file sx127x_registers.h.

◆ SX127X_REG_LR_MODEMCONFIG1

#define SX127X_REG_LR_MODEMCONFIG1   (0x1D)

Definition at line 67 of file sx127x_registers.h.

◆ SX127X_REG_LR_MODEMCONFIG2

#define SX127X_REG_LR_MODEMCONFIG2   (0x1E)

Definition at line 68 of file sx127x_registers.h.

◆ SX127X_REG_LR_MODEMCONFIG3

#define SX127X_REG_LR_MODEMCONFIG3   (0x26)

Definition at line 76 of file sx127x_registers.h.

◆ SX127X_REG_LR_MODEMSTAT

#define SX127X_REG_LR_MODEMSTAT   (0x18)

Definition at line 62 of file sx127x_registers.h.

◆ SX127X_REG_LR_OCP

#define SX127X_REG_LR_OCP   (0x0B)

Definition at line 45 of file sx127x_registers.h.

◆ SX127X_REG_LR_OPMODE

#define SX127X_REG_LR_OPMODE   (0x01)

Definition at line 37 of file sx127x_registers.h.

◆ SX127X_REG_LR_PACONFIG

#define SX127X_REG_LR_PACONFIG   (0x09)

Definition at line 43 of file sx127x_registers.h.

◆ SX127X_REG_LR_PADAC

#define SX127X_REG_LR_PADAC   (0x4D)

Definition at line 101 of file sx127x_registers.h.

◆ SX127X_REG_LR_PARAMP

#define SX127X_REG_LR_PARAMP   (0x0A)

Definition at line 44 of file sx127x_registers.h.

◆ SX127X_REG_LR_PAYLOADLENGTH

#define SX127X_REG_LR_PAYLOADLENGTH   (0x22)

Definition at line 72 of file sx127x_registers.h.

◆ SX127X_REG_LR_PAYLOADMAXLENGTH

#define SX127X_REG_LR_PAYLOADMAXLENGTH   (0x23)

Definition at line 73 of file sx127x_registers.h.

◆ SX127X_REG_LR_PKTRSSIVALUE

#define SX127X_REG_LR_PKTRSSIVALUE   (0x1A)

Definition at line 64 of file sx127x_registers.h.

◆ SX127X_REG_LR_PKTSNRVALUE

#define SX127X_REG_LR_PKTSNRVALUE   (0x19)

Definition at line 63 of file sx127x_registers.h.

◆ SX127X_REG_LR_PLL

#define SX127X_REG_LR_PLL   (0x70)

Definition at line 108 of file sx127x_registers.h.

◆ SX127X_REG_LR_PLLHOP

#define SX127X_REG_LR_PLLHOP   (0x44)

Definition at line 99 of file sx127x_registers.h.

◆ SX127X_REG_LR_PREAMBLELSB

#define SX127X_REG_LR_PREAMBLELSB   (0x21)

Definition at line 71 of file sx127x_registers.h.

◆ SX127X_REG_LR_PREAMBLEMSB

#define SX127X_REG_LR_PREAMBLEMSB   (0x20)

Definition at line 70 of file sx127x_registers.h.

◆ SX127X_REG_LR_RSSIVALUE

#define SX127X_REG_LR_RSSIVALUE   (0x1B)

Definition at line 65 of file sx127x_registers.h.

◆ SX127X_REG_LR_RSSIWIDEBAND

#define SX127X_REG_LR_RSSIWIDEBAND   (0x2C)

Definition at line 80 of file sx127x_registers.h.

◆ SX127X_REG_LR_RXHEADERCNTVALUELSB

#define SX127X_REG_LR_RXHEADERCNTVALUELSB   (0x15)

Definition at line 59 of file sx127x_registers.h.

◆ SX127X_REG_LR_RXHEADERCNTVALUEMSB

#define SX127X_REG_LR_RXHEADERCNTVALUEMSB   (0x14)

Definition at line 58 of file sx127x_registers.h.

◆ SX127X_REG_LR_RXNBBYTES

#define SX127X_REG_LR_RXNBBYTES   (0x13)

Definition at line 57 of file sx127x_registers.h.

◆ SX127X_REG_LR_RXPACKETCNTVALUELSB

#define SX127X_REG_LR_RXPACKETCNTVALUELSB   (0x17)

Definition at line 61 of file sx127x_registers.h.

◆ SX127X_REG_LR_RXPACKETCNTVALUEMSB

#define SX127X_REG_LR_RXPACKETCNTVALUEMSB   (0x16)

Definition at line 60 of file sx127x_registers.h.

◆ SX127X_REG_LR_SYMBTIMEOUTLSB

#define SX127X_REG_LR_SYMBTIMEOUTLSB   (0x1F)

Definition at line 69 of file sx127x_registers.h.

◆ SX127X_REG_LR_SYNCWORD

#define SX127X_REG_LR_SYNCWORD   (0x39)

Definition at line 87 of file sx127x_registers.h.

◆ SX127X_REG_LR_TCXO

#define SX127X_REG_LR_TCXO   (0x4B)

Definition at line 100 of file sx127x_registers.h.

◆ SX127X_REG_LR_TEST2F

#define SX127X_REG_LR_TEST2F   (0x2F)

Definition at line 81 of file sx127x_registers.h.

◆ SX127X_REG_LR_TEST30

#define SX127X_REG_LR_TEST30   (0x30)

Definition at line 82 of file sx127x_registers.h.

◆ SX127X_REG_LR_TEST36

#define SX127X_REG_LR_TEST36   (0x36)

Definition at line 85 of file sx127x_registers.h.

◆ SX127X_REG_LR_TEST3A

#define SX127X_REG_LR_TEST3A   (0x3A)

Definition at line 88 of file sx127x_registers.h.

◆ SX127X_REG_LR_VERSION

#define SX127X_REG_LR_VERSION   (0x42)

Definition at line 96 of file sx127x_registers.h.

◆ SX127X_REG_NODEADRS

#define SX127X_REG_NODEADRS   (0x33)

Definition at line 534 of file sx127x_registers.h.

◆ SX127X_REG_OCP

#define SX127X_REG_OCP   (0x0B)

Definition at line 488 of file sx127x_registers.h.

◆ SX127X_REG_OOKAVG

#define SX127X_REG_OOKAVG   (0x16)

Definition at line 501 of file sx127x_registers.h.

◆ SX127X_REG_OOKFIX

#define SX127X_REG_OOKFIX   (0x15)

Definition at line 500 of file sx127x_registers.h.

◆ SX127X_REG_OOKPEAK

#define SX127X_REG_OOKPEAK   (0x14)

Definition at line 499 of file sx127x_registers.h.

◆ SX127X_REG_OPMODE

#define SX127X_REG_OPMODE   (0x01)

Definition at line 476 of file sx127x_registers.h.

◆ SX127X_REG_OSC

#define SX127X_REG_OSC   (0x24)

Definition at line 517 of file sx127x_registers.h.

◆ SX127X_REG_PACKETCONFIG1

#define SX127X_REG_PACKETCONFIG1   (0x30)

Definition at line 531 of file sx127x_registers.h.

◆ SX127X_REG_PACKETCONFIG2

#define SX127X_REG_PACKETCONFIG2   (0x31)

Definition at line 532 of file sx127x_registers.h.

◆ SX127X_REG_PACONFIG

#define SX127X_REG_PACONFIG   (0x09)

Definition at line 486 of file sx127x_registers.h.

◆ SX127X_REG_PARAMP

#define SX127X_REG_PARAMP   (0x0A)

Definition at line 487 of file sx127x_registers.h.

◆ SX127X_REG_PAYLOADLENGTH

#define SX127X_REG_PAYLOADLENGTH   (0x32)

Definition at line 533 of file sx127x_registers.h.

◆ SX127X_REG_PLL

#define SX127X_REG_PLL   (0x70)

Definition at line 575 of file sx127x_registers.h.

◆ SX127X_REG_PLLHOP

#define SX127X_REG_PLLHOP   (0x44)

Definition at line 565 of file sx127x_registers.h.

◆ SX127X_REG_PREAMBLEDETECT

#define SX127X_REG_PREAMBLEDETECT   (0x1F)

Definition at line 510 of file sx127x_registers.h.

◆ SX127X_REG_PREAMBLELSB

#define SX127X_REG_PREAMBLELSB   (0x26)

Definition at line 521 of file sx127x_registers.h.

◆ SX127X_REG_PREAMBLEMSB

#define SX127X_REG_PREAMBLEMSB   (0x25)

Definition at line 520 of file sx127x_registers.h.

◆ SX127X_REG_RES17

#define SX127X_REG_RES17   (0x17)

Definition at line 502 of file sx127x_registers.h.

◆ SX127X_REG_RES18

#define SX127X_REG_RES18   (0x18)

Definition at line 503 of file sx127x_registers.h.

◆ SX127X_REG_RES19

#define SX127X_REG_RES19   (0x19)

Definition at line 504 of file sx127x_registers.h.

◆ SX127X_REG_RSSICOLLISION

#define SX127X_REG_RSSICOLLISION   (0x0F)

Definition at line 494 of file sx127x_registers.h.

◆ SX127X_REG_RSSICONFIG

#define SX127X_REG_RSSICONFIG   (0x0E)

Definition at line 493 of file sx127x_registers.h.

◆ SX127X_REG_RSSITHRESH

#define SX127X_REG_RSSITHRESH   (0x10)

Definition at line 495 of file sx127x_registers.h.

◆ SX127X_REG_RSSIVALUE

#define SX127X_REG_RSSIVALUE   (0x11)

Definition at line 496 of file sx127x_registers.h.

◆ SX127X_REG_RXBW

#define SX127X_REG_RXBW   (0x12)

Definition at line 497 of file sx127x_registers.h.

◆ SX127X_REG_RXCONFIG

#define SX127X_REG_RXCONFIG   (0x0D)

Definition at line 492 of file sx127x_registers.h.

◆ SX127X_REG_RXDELAY

#define SX127X_REG_RXDELAY   (0x23)

Definition at line 514 of file sx127x_registers.h.

◆ SX127X_REG_RXTIMEOUT1

#define SX127X_REG_RXTIMEOUT1   (0x20)

Definition at line 511 of file sx127x_registers.h.

◆ SX127X_REG_RXTIMEOUT2

#define SX127X_REG_RXTIMEOUT2   (0x21)

Definition at line 512 of file sx127x_registers.h.

◆ SX127X_REG_RXTIMEOUT3

#define SX127X_REG_RXTIMEOUT3   (0x22)

Definition at line 513 of file sx127x_registers.h.

◆ SX127X_REG_SEQCONFIG1

#define SX127X_REG_SEQCONFIG1   (0x36)

Definition at line 539 of file sx127x_registers.h.

◆ SX127X_REG_SEQCONFIG2

#define SX127X_REG_SEQCONFIG2   (0x37)

Definition at line 540 of file sx127x_registers.h.

◆ SX127X_REG_SYNCCONFIG

#define SX127X_REG_SYNCCONFIG   (0x27)

Definition at line 522 of file sx127x_registers.h.

◆ SX127X_REG_SYNCVALUE1

#define SX127X_REG_SYNCVALUE1   (0x28)

Definition at line 523 of file sx127x_registers.h.

◆ SX127X_REG_SYNCVALUE2

#define SX127X_REG_SYNCVALUE2   (0x29)

Definition at line 524 of file sx127x_registers.h.

◆ SX127X_REG_SYNCVALUE3

#define SX127X_REG_SYNCVALUE3   (0x2A)

Definition at line 525 of file sx127x_registers.h.

◆ SX127X_REG_SYNCVALUE4

#define SX127X_REG_SYNCVALUE4   (0x2B)

Definition at line 526 of file sx127x_registers.h.

◆ SX127X_REG_SYNCVALUE5

#define SX127X_REG_SYNCVALUE5   (0x2C)

Definition at line 527 of file sx127x_registers.h.

◆ SX127X_REG_SYNCVALUE6

#define SX127X_REG_SYNCVALUE6   (0x2D)

Definition at line 528 of file sx127x_registers.h.

◆ SX127X_REG_SYNCVALUE7

#define SX127X_REG_SYNCVALUE7   (0x2E)

Definition at line 529 of file sx127x_registers.h.

◆ SX127X_REG_SYNCVALUE8

#define SX127X_REG_SYNCVALUE8   (0x2F)

Definition at line 530 of file sx127x_registers.h.

◆ SX127X_REG_TCXO

#define SX127X_REG_TCXO   (0x4B)

Definition at line 566 of file sx127x_registers.h.

◆ SX127X_REG_TEMP

#define SX127X_REG_TEMP   (0x3C)

Definition at line 547 of file sx127x_registers.h.

◆ SX127X_REG_TIMER1COEF

#define SX127X_REG_TIMER1COEF   (0x39)

Definition at line 542 of file sx127x_registers.h.

◆ SX127X_REG_TIMER2COEF

#define SX127X_REG_TIMER2COEF   (0x3A)

Definition at line 543 of file sx127x_registers.h.

◆ SX127X_REG_TIMERRESOL

#define SX127X_REG_TIMERRESOL   (0x38)

Definition at line 541 of file sx127x_registers.h.

◆ SX127X_REG_VERSION

#define SX127X_REG_VERSION   (0x42)

Definition at line 559 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_EXPAFC_0

#define SX127X_RF_AFCBW_EXPAFC_0   (0x00)

Definition at line 996 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_EXPAFC_1

#define SX127X_RF_AFCBW_EXPAFC_1   (0x01)

Definition at line 997 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_EXPAFC_2

#define SX127X_RF_AFCBW_EXPAFC_2   (0x02)

Definition at line 998 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_EXPAFC_3

#define SX127X_RF_AFCBW_EXPAFC_3   (0x03) /* Default */

Definition at line 999 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_EXPAFC_4

#define SX127X_RF_AFCBW_EXPAFC_4   (0x04)

Definition at line 1000 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_EXPAFC_5

#define SX127X_RF_AFCBW_EXPAFC_5   (0x05)

Definition at line 1001 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_EXPAFC_6

#define SX127X_RF_AFCBW_EXPAFC_6   (0x06)

Definition at line 1002 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_EXPAFC_7

#define SX127X_RF_AFCBW_EXPAFC_7   (0x07)

Definition at line 1003 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_EXPAFC_MASK

#define SX127X_RF_AFCBW_EXPAFC_MASK   (0xF8)

Definition at line 995 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_MANTAFC_16

#define SX127X_RF_AFCBW_MANTAFC_16   (0x00)

Definition at line 991 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_MANTAFC_20

#define SX127X_RF_AFCBW_MANTAFC_20   (0x08) /* Default */

Definition at line 992 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_MANTAFC_24

#define SX127X_RF_AFCBW_MANTAFC_24   (0x10)

Definition at line 993 of file sx127x_registers.h.

◆ SX127X_RF_AFCBW_MANTAFC_MASK

#define SX127X_RF_AFCBW_MANTAFC_MASK   (0xE7)

Definition at line 990 of file sx127x_registers.h.

◆ SX127X_RF_AFCFEI_AFCAUTOCLEAR_MASK

#define SX127X_RF_AFCFEI_AFCAUTOCLEAR_MASK   (0xFE)

Definition at line 1056 of file sx127x_registers.h.

◆ SX127X_RF_AFCFEI_AFCAUTOCLEAR_OFF

#define SX127X_RF_AFCFEI_AFCAUTOCLEAR_OFF   (0x00) /* Default */

Definition at line 1058 of file sx127x_registers.h.

◆ SX127X_RF_AFCFEI_AFCAUTOCLEAR_ON

#define SX127X_RF_AFCFEI_AFCAUTOCLEAR_ON   (0x01)

Definition at line 1057 of file sx127x_registers.h.

◆ SX127X_RF_AFCFEI_AFCCLEAR

#define SX127X_RF_AFCFEI_AFCCLEAR   (0x02)

Definition at line 1054 of file sx127x_registers.h.

◆ SX127X_RF_AFCFEI_AGCSTART

#define SX127X_RF_AFCFEI_AGCSTART   (0x10)

Definition at line 1052 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEFRAC_MASK

#define SX127X_RF_BITRATEFRAC_MASK   (0xF0)

Definition at line 1418 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_100000_BPS

#define SX127X_RF_BITRATELSB_100000_BPS   (0x40)

Definition at line 637 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_115200_BPS

#define SX127X_RF_BITRATELSB_115200_BPS   (0x16)

Definition at line 629 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_1200_BPS

#define SX127X_RF_BITRATELSB_1200_BPS   (0x2B)

Definition at line 609 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_12500_BPS

#define SX127X_RF_BITRATELSB_12500_BPS   (0x00)

Definition at line 631 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_150000_BPS

#define SX127X_RF_BITRATELSB_150000_BPS   (0xD5)

Definition at line 639 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_15000_BPS

#define SX127X_RF_BITRATELSB_15000_BPS   (0x55)

Definition at line 617 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_153600_BPS

#define SX127X_RF_BITRATELSB_153600_BPS   (0xD0)

Definition at line 625 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_19200_BPS

#define SX127X_RF_BITRATELSB_19200_BPS   (0x83)

Definition at line 619 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_200000_BPS

#define SX127X_RF_BITRATELSB_200000_BPS   (0xA0)

Definition at line 641 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_2400_BPS

#define SX127X_RF_BITRATELSB_2400_BPS   (0x15)

Definition at line 611 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_250000_BPS

#define SX127X_RF_BITRATELSB_250000_BPS   (0x80)

Definition at line 643 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_25000_BPS

#define SX127X_RF_BITRATELSB_25000_BPS   (0x00)

Definition at line 633 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_32768_BPS

#define SX127X_RF_BITRATELSB_32768_BPS   (0xD1)

Definition at line 645 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_38400_BPS

#define SX127X_RF_BITRATELSB_38400_BPS   (0x41)

Definition at line 621 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_4800_BPS

#define SX127X_RF_BITRATELSB_4800_BPS   (0x0B) /* Default */

Definition at line 613 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_50000_BPS

#define SX127X_RF_BITRATELSB_50000_BPS   (0x80)

Definition at line 635 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_57600_BPS

#define SX127X_RF_BITRATELSB_57600_BPS   (0x2C)

Definition at line 627 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_76800_BPS

#define SX127X_RF_BITRATELSB_76800_BPS   (0xA1)

Definition at line 623 of file sx127x_registers.h.

◆ SX127X_RF_BITRATELSB_9600_BPS

#define SX127X_RF_BITRATELSB_9600_BPS   (0x05)

Definition at line 615 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_100000_BPS

#define SX127X_RF_BITRATEMSB_100000_BPS   (0x01)

Definition at line 636 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_115200_BPS

#define SX127X_RF_BITRATEMSB_115200_BPS   (0x01)

Definition at line 628 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_1200_BPS

#define SX127X_RF_BITRATEMSB_1200_BPS   (0x68)

Definition at line 608 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_12500_BPS

#define SX127X_RF_BITRATEMSB_12500_BPS   (0x0A)

Definition at line 630 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_150000_BPS

#define SX127X_RF_BITRATEMSB_150000_BPS   (0x00)

Definition at line 638 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_15000_BPS

#define SX127X_RF_BITRATEMSB_15000_BPS   (0x08)

Definition at line 616 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_153600_BPS

#define SX127X_RF_BITRATEMSB_153600_BPS   (0x00)

Definition at line 624 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_19200_BPS

#define SX127X_RF_BITRATEMSB_19200_BPS   (0x06)

Definition at line 618 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_200000_BPS

#define SX127X_RF_BITRATEMSB_200000_BPS   (0x00)

Definition at line 640 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_2400_BPS

#define SX127X_RF_BITRATEMSB_2400_BPS   (0x34)

Definition at line 610 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_250000_BPS

#define SX127X_RF_BITRATEMSB_250000_BPS   (0x00)

Definition at line 642 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_25000_BPS

#define SX127X_RF_BITRATEMSB_25000_BPS   (0x05)

Definition at line 632 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_32768_BPS

#define SX127X_RF_BITRATEMSB_32768_BPS   (0x03)

Definition at line 644 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_38400_BPS

#define SX127X_RF_BITRATEMSB_38400_BPS   (0x03)

Definition at line 620 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_4800_BPS

#define SX127X_RF_BITRATEMSB_4800_BPS   (0x1A) /* Default */

Definition at line 612 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_50000_BPS

#define SX127X_RF_BITRATEMSB_50000_BPS   (0x02)

Definition at line 634 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_57600_BPS

#define SX127X_RF_BITRATEMSB_57600_BPS   (0x02)

Definition at line 626 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_76800_BPS

#define SX127X_RF_BITRATEMSB_76800_BPS   (0x01)

Definition at line 622 of file sx127x_registers.h.

◆ SX127X_RF_BITRATEMSB_9600_BPS

#define SX127X_RF_BITRATEMSB_9600_BPS   (0x0D)

Definition at line 614 of file sx127x_registers.h.

◆ SX127X_RF_BROADCASTADDRESS_ADDRESS

#define SX127X_RF_BROADCASTADDRESS_ADDRESS   (0x00)

Definition at line 1221 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO0_00

#define SX127X_RF_DIOMAPPING1_DIO0_00   (0x00) /* Default */

Definition at line 1362 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO0_01

#define SX127X_RF_DIOMAPPING1_DIO0_01   (0x40)

Definition at line 1363 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO0_10

#define SX127X_RF_DIOMAPPING1_DIO0_10   (0x80)

Definition at line 1364 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO0_11

#define SX127X_RF_DIOMAPPING1_DIO0_11   (0xC0)

Definition at line 1365 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO0_MASK

#define SX127X_RF_DIOMAPPING1_DIO0_MASK   (0x3F)

Definition at line 1361 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO1_00

#define SX127X_RF_DIOMAPPING1_DIO1_00   (0x00) /* Default */

Definition at line 1368 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO1_01

#define SX127X_RF_DIOMAPPING1_DIO1_01   (0x10)

Definition at line 1369 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO1_10

#define SX127X_RF_DIOMAPPING1_DIO1_10   (0x20)

Definition at line 1370 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO1_11

#define SX127X_RF_DIOMAPPING1_DIO1_11   (0x30)

Definition at line 1371 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO1_MASK

#define SX127X_RF_DIOMAPPING1_DIO1_MASK   (0xCF)

Definition at line 1367 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO2_00

#define SX127X_RF_DIOMAPPING1_DIO2_00   (0x00) /* Default */

Definition at line 1374 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO2_01

#define SX127X_RF_DIOMAPPING1_DIO2_01   (0x04)

Definition at line 1375 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO2_10

#define SX127X_RF_DIOMAPPING1_DIO2_10   (0x08)

Definition at line 1376 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO2_11

#define SX127X_RF_DIOMAPPING1_DIO2_11   (0x0C)

Definition at line 1377 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO2_MASK

#define SX127X_RF_DIOMAPPING1_DIO2_MASK   (0xF3)

Definition at line 1373 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO3_00

#define SX127X_RF_DIOMAPPING1_DIO3_00   (0x00) /* Default */

Definition at line 1380 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO3_01

#define SX127X_RF_DIOMAPPING1_DIO3_01   (0x01)

Definition at line 1381 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO3_10

#define SX127X_RF_DIOMAPPING1_DIO3_10   (0x02)

Definition at line 1382 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO3_11

#define SX127X_RF_DIOMAPPING1_DIO3_11   (0x03)

Definition at line 1383 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING1_DIO3_MASK

#define SX127X_RF_DIOMAPPING1_DIO3_MASK   (0xFC)

Definition at line 1379 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_DIO4_00

#define SX127X_RF_DIOMAPPING2_DIO4_00   (0x00) /* Default */

Definition at line 1387 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_DIO4_01

#define SX127X_RF_DIOMAPPING2_DIO4_01   (0x40)

Definition at line 1388 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_DIO4_10

#define SX127X_RF_DIOMAPPING2_DIO4_10   (0x80)

Definition at line 1389 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_DIO4_11

#define SX127X_RF_DIOMAPPING2_DIO4_11   (0xC0)

Definition at line 1390 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_DIO4_MASK

#define SX127X_RF_DIOMAPPING2_DIO4_MASK   (0x3F)

Definition at line 1386 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_DIO5_00

#define SX127X_RF_DIOMAPPING2_DIO5_00   (0x00) /* Default */

Definition at line 1393 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_DIO5_01

#define SX127X_RF_DIOMAPPING2_DIO5_01   (0x10)

Definition at line 1394 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_DIO5_10

#define SX127X_RF_DIOMAPPING2_DIO5_10   (0x20)

Definition at line 1395 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_DIO5_11

#define SX127X_RF_DIOMAPPING2_DIO5_11   (0x30)

Definition at line 1396 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_DIO5_MASK

#define SX127X_RF_DIOMAPPING2_DIO5_MASK   (0xCF)

Definition at line 1392 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_MAP_MASK

#define SX127X_RF_DIOMAPPING2_MAP_MASK   (0xFE)

Definition at line 1398 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_MAP_PREAMBLEDETECT

#define SX127X_RF_DIOMAPPING2_MAP_PREAMBLEDETECT   (0x01)

Definition at line 1399 of file sx127x_registers.h.

◆ SX127X_RF_DIOMAPPING2_MAP_RSSI

#define SX127X_RF_DIOMAPPING2_MAP_RSSI   (0x00) /* Default */

Definition at line 1400 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_100000_HZ

#define SX127X_RF_FDEVLSB_100000_HZ   (0x66)

Definition at line 689 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_10000_HZ

#define SX127X_RF_FDEVLSB_10000_HZ   (0xA4)

Definition at line 653 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_110000_HZ

#define SX127X_RF_FDEVLSB_110000_HZ   (0x0A)

Definition at line 691 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_120000_HZ

#define SX127X_RF_FDEVLSB_120000_HZ   (0xAE)

Definition at line 693 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_130000_HZ

#define SX127X_RF_FDEVLSB_130000_HZ   (0x52)

Definition at line 695 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_140000_HZ

#define SX127X_RF_FDEVLSB_140000_HZ   (0xF6)

Definition at line 697 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_150000_HZ

#define SX127X_RF_FDEVLSB_150000_HZ   (0x9A)

Definition at line 699 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_15000_HZ

#define SX127X_RF_FDEVLSB_15000_HZ   (0xF6)

Definition at line 655 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_160000_HZ

#define SX127X_RF_FDEVLSB_160000_HZ   (0x3D)

Definition at line 701 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_170000_HZ

#define SX127X_RF_FDEVLSB_170000_HZ   (0xE1)

Definition at line 703 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_180000_HZ

#define SX127X_RF_FDEVLSB_180000_HZ   (0x85)

Definition at line 705 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_190000_HZ

#define SX127X_RF_FDEVLSB_190000_HZ   (0x29)

Definition at line 707 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_200000_HZ

#define SX127X_RF_FDEVLSB_200000_HZ   (0xCD)

Definition at line 709 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_20000_HZ

#define SX127X_RF_FDEVLSB_20000_HZ   (0x48)

Definition at line 657 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_2000_HZ

#define SX127X_RF_FDEVLSB_2000_HZ   (0x21)

Definition at line 649 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_25000_HZ

#define SX127X_RF_FDEVLSB_25000_HZ   (0x9A)

Definition at line 659 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_30000_HZ

#define SX127X_RF_FDEVLSB_30000_HZ   (0xEC)

Definition at line 661 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_35000_HZ

#define SX127X_RF_FDEVLSB_35000_HZ   (0x3D)

Definition at line 663 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_40000_HZ

#define SX127X_RF_FDEVLSB_40000_HZ   (0x8F)

Definition at line 665 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_45000_HZ

#define SX127X_RF_FDEVLSB_45000_HZ   (0xE1)

Definition at line 667 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_50000_HZ

#define SX127X_RF_FDEVLSB_50000_HZ   (0x33)

Definition at line 669 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_5000_HZ

#define SX127X_RF_FDEVLSB_5000_HZ   (0x52) /* Default */

Definition at line 651 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_55000_HZ

#define SX127X_RF_FDEVLSB_55000_HZ   (0x85)

Definition at line 671 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_60000_HZ

#define SX127X_RF_FDEVLSB_60000_HZ   (0xD7)

Definition at line 673 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_65000_HZ

#define SX127X_RF_FDEVLSB_65000_HZ   (0x29)

Definition at line 675 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_70000_HZ

#define SX127X_RF_FDEVLSB_70000_HZ   (0x7B)

Definition at line 677 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_75000_HZ

#define SX127X_RF_FDEVLSB_75000_HZ   (0xCD)

Definition at line 679 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_80000_HZ

#define SX127X_RF_FDEVLSB_80000_HZ   (0x1F)

Definition at line 681 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_85000_HZ

#define SX127X_RF_FDEVLSB_85000_HZ   (0x71)

Definition at line 683 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_90000_HZ

#define SX127X_RF_FDEVLSB_90000_HZ   (0xC3)

Definition at line 685 of file sx127x_registers.h.

◆ SX127X_RF_FDEVLSB_95000_HZ

#define SX127X_RF_FDEVLSB_95000_HZ   (0x14)

Definition at line 687 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_100000_HZ

#define SX127X_RF_FDEVMSB_100000_HZ   (0x06)

Definition at line 688 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_10000_HZ

#define SX127X_RF_FDEVMSB_10000_HZ   (0x00)

Definition at line 652 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_110000_HZ

#define SX127X_RF_FDEVMSB_110000_HZ   (0x07)

Definition at line 690 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_120000_HZ

#define SX127X_RF_FDEVMSB_120000_HZ   (0x07)

Definition at line 692 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_130000_HZ

#define SX127X_RF_FDEVMSB_130000_HZ   (0x08)

Definition at line 694 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_140000_HZ

#define SX127X_RF_FDEVMSB_140000_HZ   (0x08)

Definition at line 696 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_150000_HZ

#define SX127X_RF_FDEVMSB_150000_HZ   (0x09)

Definition at line 698 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_15000_HZ

#define SX127X_RF_FDEVMSB_15000_HZ   (0x00)

Definition at line 654 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_160000_HZ

#define SX127X_RF_FDEVMSB_160000_HZ   (0x0A)

Definition at line 700 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_170000_HZ

#define SX127X_RF_FDEVMSB_170000_HZ   (0x0A)

Definition at line 702 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_180000_HZ

#define SX127X_RF_FDEVMSB_180000_HZ   (0x0B)

Definition at line 704 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_190000_HZ

#define SX127X_RF_FDEVMSB_190000_HZ   (0x0C)

Definition at line 706 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_200000_HZ

#define SX127X_RF_FDEVMSB_200000_HZ   (0x0C)

Definition at line 708 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_20000_HZ

#define SX127X_RF_FDEVMSB_20000_HZ   (0x01)

Definition at line 656 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_2000_HZ

#define SX127X_RF_FDEVMSB_2000_HZ   (0x00)

Definition at line 648 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_25000_HZ

#define SX127X_RF_FDEVMSB_25000_HZ   (0x01)

Definition at line 658 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_30000_HZ

#define SX127X_RF_FDEVMSB_30000_HZ   (0x01)

Definition at line 660 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_35000_HZ

#define SX127X_RF_FDEVMSB_35000_HZ   (0x02)

Definition at line 662 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_40000_HZ

#define SX127X_RF_FDEVMSB_40000_HZ   (0x02)

Definition at line 664 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_45000_HZ

#define SX127X_RF_FDEVMSB_45000_HZ   (0x02)

Definition at line 666 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_50000_HZ

#define SX127X_RF_FDEVMSB_50000_HZ   (0x03)

Definition at line 668 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_5000_HZ

#define SX127X_RF_FDEVMSB_5000_HZ   (0x00) /* Default */

Definition at line 650 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_55000_HZ

#define SX127X_RF_FDEVMSB_55000_HZ   (0x03)

Definition at line 670 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_60000_HZ

#define SX127X_RF_FDEVMSB_60000_HZ   (0x03)

Definition at line 672 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_65000_HZ

#define SX127X_RF_FDEVMSB_65000_HZ   (0x04)

Definition at line 674 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_70000_HZ

#define SX127X_RF_FDEVMSB_70000_HZ   (0x04)

Definition at line 676 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_75000_HZ

#define SX127X_RF_FDEVMSB_75000_HZ   (0x04)

Definition at line 678 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_80000_HZ

#define SX127X_RF_FDEVMSB_80000_HZ   (0x05)

Definition at line 680 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_85000_HZ

#define SX127X_RF_FDEVMSB_85000_HZ   (0x05)

Definition at line 682 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_90000_HZ

#define SX127X_RF_FDEVMSB_90000_HZ   (0x05)

Definition at line 684 of file sx127x_registers.h.

◆ SX127X_RF_FDEVMSB_95000_HZ

#define SX127X_RF_FDEVMSB_95000_HZ   (0x06)

Definition at line 686 of file sx127x_registers.h.

◆ SX127X_RF_FIFOTHRESH_FIFOTHRESHOLD_MASK

#define SX127X_RF_FIFOTHRESH_FIFOTHRESHOLD_MASK   (0xC0)

Definition at line 1228 of file sx127x_registers.h.

◆ SX127X_RF_FIFOTHRESH_FIFOTHRESHOLD_THRESHOLD

#define SX127X_RF_FIFOTHRESH_FIFOTHRESHOLD_THRESHOLD   (0x0F) /* Default */

Definition at line 1229 of file sx127x_registers.h.

◆ SX127X_RF_FIFOTHRESH_TXSTARTCONDITION_FIFONOTEMPTY

#define SX127X_RF_FIFOTHRESH_TXSTARTCONDITION_FIFONOTEMPTY   (0x80)

Definition at line 1226 of file sx127x_registers.h.

◆ SX127X_RF_FIFOTHRESH_TXSTARTCONDITION_FIFOTHRESH

#define SX127X_RF_FIFOTHRESH_TXSTARTCONDITION_FIFOTHRESH   (0x00) /* Default */

Definition at line 1225 of file sx127x_registers.h.

◆ SX127X_RF_FIFOTHRESH_TXSTARTCONDITION_MASK

#define SX127X_RF_FIFOTHRESH_TXSTARTCONDITION_MASK   (0x7F)

Definition at line 1224 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_863_MHZ

#define SX127X_RF_FRFLSB_863_MHZ   (0x00)

Definition at line 714 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_864_MHZ

#define SX127X_RF_FRFLSB_864_MHZ   (0x00)

Definition at line 717 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_865_MHZ

#define SX127X_RF_FRFLSB_865_MHZ   (0x00)

Definition at line 720 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_866_MHZ

#define SX127X_RF_FRFLSB_866_MHZ   (0x00)

Definition at line 723 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_867_MHZ

#define SX127X_RF_FRFLSB_867_MHZ   (0x00)

Definition at line 726 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_868_MHZ

#define SX127X_RF_FRFLSB_868_MHZ   (0x00)

Definition at line 729 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_869_MHZ

#define SX127X_RF_FRFLSB_869_MHZ   (0x00)

Definition at line 732 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_870_MHZ

#define SX127X_RF_FRFLSB_870_MHZ   (0x00)

Definition at line 735 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_902_MHZ

#define SX127X_RF_FRFLSB_902_MHZ   (0x00)

Definition at line 739 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_903_MHZ

#define SX127X_RF_FRFLSB_903_MHZ   (0x00)

Definition at line 742 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_904_MHZ

#define SX127X_RF_FRFLSB_904_MHZ   (0x00)

Definition at line 745 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_905_MHZ

#define SX127X_RF_FRFLSB_905_MHZ   (0x00)

Definition at line 748 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_906_MHZ

#define SX127X_RF_FRFLSB_906_MHZ   (0x00)

Definition at line 751 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_907_MHZ

#define SX127X_RF_FRFLSB_907_MHZ   (0x00)

Definition at line 754 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_908_MHZ

#define SX127X_RF_FRFLSB_908_MHZ   (0x00)

Definition at line 757 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_909_MHZ

#define SX127X_RF_FRFLSB_909_MHZ   (0x00)

Definition at line 760 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_910_MHZ

#define SX127X_RF_FRFLSB_910_MHZ   (0x00)

Definition at line 763 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_911_MHZ

#define SX127X_RF_FRFLSB_911_MHZ   (0x00)

Definition at line 766 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_912_MHZ

#define SX127X_RF_FRFLSB_912_MHZ   (0x00)

Definition at line 769 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_913_MHZ

#define SX127X_RF_FRFLSB_913_MHZ   (0x00)

Definition at line 772 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_914_MHZ

#define SX127X_RF_FRFLSB_914_MHZ   (0x00)

Definition at line 775 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_915_MHZ

#define SX127X_RF_FRFLSB_915_MHZ   (0x00) /* Default */

Definition at line 778 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_916_MHZ

#define SX127X_RF_FRFLSB_916_MHZ   (0x00)

Definition at line 781 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_917_MHZ

#define SX127X_RF_FRFLSB_917_MHZ   (0x00)

Definition at line 784 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_918_MHZ

#define SX127X_RF_FRFLSB_918_MHZ   (0x00)

Definition at line 787 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_919_MHZ

#define SX127X_RF_FRFLSB_919_MHZ   (0x00)

Definition at line 790 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_920_MHZ

#define SX127X_RF_FRFLSB_920_MHZ   (0x00)

Definition at line 793 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_921_MHZ

#define SX127X_RF_FRFLSB_921_MHZ   (0x00)

Definition at line 796 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_922_MHZ

#define SX127X_RF_FRFLSB_922_MHZ   (0x00)

Definition at line 799 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_923_MHZ

#define SX127X_RF_FRFLSB_923_MHZ   (0x00)

Definition at line 802 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_924_MHZ

#define SX127X_RF_FRFLSB_924_MHZ   (0x00)

Definition at line 805 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_925_MHZ

#define SX127X_RF_FRFLSB_925_MHZ   (0x00)

Definition at line 808 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_926_MHZ

#define SX127X_RF_FRFLSB_926_MHZ   (0x00)

Definition at line 811 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_927_MHZ

#define SX127X_RF_FRFLSB_927_MHZ   (0x00)

Definition at line 814 of file sx127x_registers.h.

◆ SX127X_RF_FRFLSB_928_MHZ

#define SX127X_RF_FRFLSB_928_MHZ   (0x00)

Definition at line 817 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_863_MHZ

#define SX127X_RF_FRFMID_863_MHZ   (0xC0)

Definition at line 713 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_864_MHZ

#define SX127X_RF_FRFMID_864_MHZ   (0x00)

Definition at line 716 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_865_MHZ

#define SX127X_RF_FRFMID_865_MHZ   (0x40)

Definition at line 719 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_866_MHZ

#define SX127X_RF_FRFMID_866_MHZ   (0x80)

Definition at line 722 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_867_MHZ

#define SX127X_RF_FRFMID_867_MHZ   (0xC0)

Definition at line 725 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_868_MHZ

#define SX127X_RF_FRFMID_868_MHZ   (0x00)

Definition at line 728 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_869_MHZ

#define SX127X_RF_FRFMID_869_MHZ   (0x40)

Definition at line 731 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_870_MHZ

#define SX127X_RF_FRFMID_870_MHZ   (0x80)

Definition at line 734 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_902_MHZ

#define SX127X_RF_FRFMID_902_MHZ   (0x80)

Definition at line 738 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_903_MHZ

#define SX127X_RF_FRFMID_903_MHZ   (0xC0)

Definition at line 741 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_904_MHZ

#define SX127X_RF_FRFMID_904_MHZ   (0x00)

Definition at line 744 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_905_MHZ

#define SX127X_RF_FRFMID_905_MHZ   (0x40)

Definition at line 747 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_906_MHZ

#define SX127X_RF_FRFMID_906_MHZ   (0x80)

Definition at line 750 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_907_MHZ

#define SX127X_RF_FRFMID_907_MHZ   (0xC0)

Definition at line 753 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_908_MHZ

#define SX127X_RF_FRFMID_908_MHZ   (0x00)

Definition at line 756 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_909_MHZ

#define SX127X_RF_FRFMID_909_MHZ   (0x40)

Definition at line 759 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_910_MHZ

#define SX127X_RF_FRFMID_910_MHZ   (0x80)

Definition at line 762 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_911_MHZ

#define SX127X_RF_FRFMID_911_MHZ   (0xC0)

Definition at line 765 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_912_MHZ

#define SX127X_RF_FRFMID_912_MHZ   (0x00)

Definition at line 768 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_913_MHZ

#define SX127X_RF_FRFMID_913_MHZ   (0x40)

Definition at line 771 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_914_MHZ

#define SX127X_RF_FRFMID_914_MHZ   (0x80)

Definition at line 774 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_915_MHZ

#define SX127X_RF_FRFMID_915_MHZ   (0xC0) /* Default */

Definition at line 777 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_916_MHZ

#define SX127X_RF_FRFMID_916_MHZ   (0x00)

Definition at line 780 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_917_MHZ

#define SX127X_RF_FRFMID_917_MHZ   (0x40)

Definition at line 783 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_918_MHZ

#define SX127X_RF_FRFMID_918_MHZ   (0x80)

Definition at line 786 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_919_MHZ

#define SX127X_RF_FRFMID_919_MHZ   (0xC0)

Definition at line 789 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_920_MHZ

#define SX127X_RF_FRFMID_920_MHZ   (0x00)

Definition at line 792 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_921_MHZ

#define SX127X_RF_FRFMID_921_MHZ   (0x40)

Definition at line 795 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_922_MHZ

#define SX127X_RF_FRFMID_922_MHZ   (0x80)

Definition at line 798 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_923_MHZ

#define SX127X_RF_FRFMID_923_MHZ   (0xC0)

Definition at line 801 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_924_MHZ

#define SX127X_RF_FRFMID_924_MHZ   (0x00)

Definition at line 804 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_925_MHZ

#define SX127X_RF_FRFMID_925_MHZ   (0x40)

Definition at line 807 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_926_MHZ

#define SX127X_RF_FRFMID_926_MHZ   (0x80)

Definition at line 810 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_927_MHZ

#define SX127X_RF_FRFMID_927_MHZ   (0xC0)

Definition at line 813 of file sx127x_registers.h.

◆ SX127X_RF_FRFMID_928_MHZ

#define SX127X_RF_FRFMID_928_MHZ   (0x00)

Definition at line 816 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_863_MHZ

#define SX127X_RF_FRFMSB_863_MHZ   (0xD7)

Definition at line 712 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_864_MHZ

#define SX127X_RF_FRFMSB_864_MHZ   (0xD8)

Definition at line 715 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_865_MHZ

#define SX127X_RF_FRFMSB_865_MHZ   (0xD8)

Definition at line 718 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_866_MHZ

#define SX127X_RF_FRFMSB_866_MHZ   (0xD8)

Definition at line 721 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_867_MHZ

#define SX127X_RF_FRFMSB_867_MHZ   (0xD8)

Definition at line 724 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_868_MHZ

#define SX127X_RF_FRFMSB_868_MHZ   (0xD9)

Definition at line 727 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_869_MHZ

#define SX127X_RF_FRFMSB_869_MHZ   (0xD9)

Definition at line 730 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_870_MHZ

#define SX127X_RF_FRFMSB_870_MHZ   (0xD9)

Definition at line 733 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_902_MHZ

#define SX127X_RF_FRFMSB_902_MHZ   (0xE1)

Definition at line 737 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_903_MHZ

#define SX127X_RF_FRFMSB_903_MHZ   (0xE1)

Definition at line 740 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_904_MHZ

#define SX127X_RF_FRFMSB_904_MHZ   (0xE2)

Definition at line 743 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_905_MHZ

#define SX127X_RF_FRFMSB_905_MHZ   (0xE2)

Definition at line 746 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_906_MHZ

#define SX127X_RF_FRFMSB_906_MHZ   (0xE2)

Definition at line 749 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_907_MHZ

#define SX127X_RF_FRFMSB_907_MHZ   (0xE2)

Definition at line 752 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_908_MHZ

#define SX127X_RF_FRFMSB_908_MHZ   (0xE3)

Definition at line 755 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_909_MHZ

#define SX127X_RF_FRFMSB_909_MHZ   (0xE3)

Definition at line 758 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_910_MHZ

#define SX127X_RF_FRFMSB_910_MHZ   (0xE3)

Definition at line 761 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_911_MHZ

#define SX127X_RF_FRFMSB_911_MHZ   (0xE3)

Definition at line 764 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_912_MHZ

#define SX127X_RF_FRFMSB_912_MHZ   (0xE4)

Definition at line 767 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_913_MHZ

#define SX127X_RF_FRFMSB_913_MHZ   (0xE4)

Definition at line 770 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_914_MHZ

#define SX127X_RF_FRFMSB_914_MHZ   (0xE4)

Definition at line 773 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_915_MHZ

#define SX127X_RF_FRFMSB_915_MHZ   (0xE4) /* Default */

Definition at line 776 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_916_MHZ

#define SX127X_RF_FRFMSB_916_MHZ   (0xE5)

Definition at line 779 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_917_MHZ

#define SX127X_RF_FRFMSB_917_MHZ   (0xE5)

Definition at line 782 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_918_MHZ

#define SX127X_RF_FRFMSB_918_MHZ   (0xE5)

Definition at line 785 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_919_MHZ

#define SX127X_RF_FRFMSB_919_MHZ   (0xE5)

Definition at line 788 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_920_MHZ

#define SX127X_RF_FRFMSB_920_MHZ   (0xE6)

Definition at line 791 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_921_MHZ

#define SX127X_RF_FRFMSB_921_MHZ   (0xE6)

Definition at line 794 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_922_MHZ

#define SX127X_RF_FRFMSB_922_MHZ   (0xE6)

Definition at line 797 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_923_MHZ

#define SX127X_RF_FRFMSB_923_MHZ   (0xE6)

Definition at line 800 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_924_MHZ

#define SX127X_RF_FRFMSB_924_MHZ   (0xE7)

Definition at line 803 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_925_MHZ

#define SX127X_RF_FRFMSB_925_MHZ   (0xE7)

Definition at line 806 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_926_MHZ

#define SX127X_RF_FRFMSB_926_MHZ   (0xE7)

Definition at line 809 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_927_MHZ

#define SX127X_RF_FRFMSB_927_MHZ   (0xE7)

Definition at line 812 of file sx127x_registers.h.

◆ SX127X_RF_FRFMSB_928_MHZ

#define SX127X_RF_FRFMSB_928_MHZ   (0xE8)

Definition at line 815 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_AUTOIMAGECAL_MASK

#define SX127X_RF_IMAGECAL_AUTOIMAGECAL_MASK   (0x7F)

Definition at line 1302 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_AUTOIMAGECAL_OFF

#define SX127X_RF_IMAGECAL_AUTOIMAGECAL_OFF   (0x00) /* Default */

Definition at line 1304 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_AUTOIMAGECAL_ON

#define SX127X_RF_IMAGECAL_AUTOIMAGECAL_ON   (0x80)

Definition at line 1303 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_IMAGECAL_DONE

#define SX127X_RF_IMAGECAL_IMAGECAL_DONE   (0x00) /* Default */

Definition at line 1310 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_IMAGECAL_MASK

#define SX127X_RF_IMAGECAL_IMAGECAL_MASK   (0xBF)

Definition at line 1306 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_IMAGECAL_RUNNING

#define SX127X_RF_IMAGECAL_IMAGECAL_RUNNING   (0x20)

Definition at line 1309 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_IMAGECAL_START

#define SX127X_RF_IMAGECAL_IMAGECAL_START   (0x40)

Definition at line 1307 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_TEMPCHANGE_HIGHER

#define SX127X_RF_IMAGECAL_TEMPCHANGE_HIGHER   (0x08)

Definition at line 1312 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_TEMPCHANGE_LOWER

#define SX127X_RF_IMAGECAL_TEMPCHANGE_LOWER   (0x00)

Definition at line 1313 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_TEMPMONITOR_MASK

#define SX127X_RF_IMAGECAL_TEMPMONITOR_MASK   (0xFE)

Definition at line 1321 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_TEMPMONITOR_OFF

#define SX127X_RF_IMAGECAL_TEMPMONITOR_OFF   (0x01)

Definition at line 1323 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_TEMPMONITOR_ON

#define SX127X_RF_IMAGECAL_TEMPMONITOR_ON   (0x00) /* Default */

Definition at line 1322 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_TEMPTHRESHOLD_05

#define SX127X_RF_IMAGECAL_TEMPTHRESHOLD_05   (0x00)

Definition at line 1316 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_TEMPTHRESHOLD_10

#define SX127X_RF_IMAGECAL_TEMPTHRESHOLD_10   (0x02) /* Default */

Definition at line 1317 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_TEMPTHRESHOLD_15

#define SX127X_RF_IMAGECAL_TEMPTHRESHOLD_15   (0x04)

Definition at line 1318 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_TEMPTHRESHOLD_20

#define SX127X_RF_IMAGECAL_TEMPTHRESHOLD_20   (0x06)

Definition at line 1319 of file sx127x_registers.h.

◆ SX127X_RF_IMAGECAL_TEMPTHRESHOLD_MASK

#define SX127X_RF_IMAGECAL_TEMPTHRESHOLD_MASK   (0xF9)

Definition at line 1315 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS1_MODEREADY

#define SX127X_RF_IRQFLAGS1_MODEREADY   (0x80)

Definition at line 1341 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS1_PLLLOCK

#define SX127X_RF_IRQFLAGS1_PLLLOCK   (0x10)

Definition at line 1344 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS1_PREAMBLEDETECT

#define SX127X_RF_IRQFLAGS1_PREAMBLEDETECT   (0x02)

Definition at line 1347 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS1_RSSI

#define SX127X_RF_IRQFLAGS1_RSSI   (0x08)

Definition at line 1345 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS1_RXREADY

#define SX127X_RF_IRQFLAGS1_RXREADY   (0x40)

Definition at line 1342 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS1_SYNCADDRESSMATCH

#define SX127X_RF_IRQFLAGS1_SYNCADDRESSMATCH   (0x01)

Definition at line 1348 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS1_TIMEOUT

#define SX127X_RF_IRQFLAGS1_TIMEOUT   (0x04)

Definition at line 1346 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS1_TXREADY

#define SX127X_RF_IRQFLAGS1_TXREADY   (0x20)

Definition at line 1343 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS2_CRCOK

#define SX127X_RF_IRQFLAGS2_CRCOK   (0x02)

Definition at line 1357 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS2_FIFOEMPTY

#define SX127X_RF_IRQFLAGS2_FIFOEMPTY   (0x40)

Definition at line 1352 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS2_FIFOFULL

#define SX127X_RF_IRQFLAGS2_FIFOFULL   (0x80)

Definition at line 1351 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS2_FIFOLEVEL

#define SX127X_RF_IRQFLAGS2_FIFOLEVEL   (0x20)

Definition at line 1353 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS2_FIFOOVERRUN

#define SX127X_RF_IRQFLAGS2_FIFOOVERRUN   (0x10)

Definition at line 1354 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS2_LOWBAT

#define SX127X_RF_IRQFLAGS2_LOWBAT   (0x01)

Definition at line 1358 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS2_PACKETSENT

#define SX127X_RF_IRQFLAGS2_PACKETSENT   (0x08)

Definition at line 1355 of file sx127x_registers.h.

◆ SX127X_RF_IRQFLAGS2_PAYLOADREADY

#define SX127X_RF_IRQFLAGS2_PAYLOADREADY   (0x04)

Definition at line 1356 of file sx127x_registers.h.

◆ SX127X_RF_LNA_BOOST_MASK

#define SX127X_RF_LNA_BOOST_MASK   (0xFC)

Definition at line 895 of file sx127x_registers.h.

◆ SX127X_RF_LNA_BOOST_OFF

#define SX127X_RF_LNA_BOOST_OFF   (0x00) /* Default */

Definition at line 896 of file sx127x_registers.h.

◆ SX127X_RF_LNA_BOOST_ON

#define SX127X_RF_LNA_BOOST_ON   (0x03)

Definition at line 897 of file sx127x_registers.h.

◆ SX127X_RF_LNA_GAIN_G1

#define SX127X_RF_LNA_GAIN_G1   (0x20) /* Default */

Definition at line 888 of file sx127x_registers.h.

◆ SX127X_RF_LNA_GAIN_G2

#define SX127X_RF_LNA_GAIN_G2   (0x40)

Definition at line 889 of file sx127x_registers.h.

◆ SX127X_RF_LNA_GAIN_G3

#define SX127X_RF_LNA_GAIN_G3   (0x60)

Definition at line 890 of file sx127x_registers.h.

◆ SX127X_RF_LNA_GAIN_G4

#define SX127X_RF_LNA_GAIN_G4   (0x80)

Definition at line 891 of file sx127x_registers.h.

◆ SX127X_RF_LNA_GAIN_G5

#define SX127X_RF_LNA_GAIN_G5   (0xA0)

Definition at line 892 of file sx127x_registers.h.

◆ SX127X_RF_LNA_GAIN_G6

#define SX127X_RF_LNA_GAIN_G6   (0xC0)

Definition at line 893 of file sx127x_registers.h.

◆ SX127X_RF_LNA_GAIN_MASK

#define SX127X_RF_LNA_GAIN_MASK   (0x1F)

Definition at line 887 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DETECTIONOPTIMIZE_MASK

#define SX127X_RF_LORA_DETECTIONOPTIMIZE_MASK   (0xF8)

Definition at line 379 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DETECTIONOPTIMIZE_SF6

#define SX127X_RF_LORA_DETECTIONOPTIMIZE_SF6   (0x05)

Definition at line 381 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DETECTIONOPTIMIZE_SF7_TO_SF12

#define SX127X_RF_LORA_DETECTIONOPTIMIZE_SF7_TO_SF12   (0x03) /* Default */

Definition at line 380 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DETECTIONTHRESH_SF6

#define SX127X_RF_LORA_DETECTIONTHRESH_SF6   (0x0C)

Definition at line 393 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DETECTIONTHRESH_SF7_TO_SF12

#define SX127X_RF_LORA_DETECTIONTHRESH_SF7_TO_SF12   (0x0A) /* Default */

Definition at line 392 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO0_00

#define SX127X_RF_LORA_DIOMAPPING1_DIO0_00   (0x00) /* Default */

Definition at line 401 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO0_01

#define SX127X_RF_LORA_DIOMAPPING1_DIO0_01   (0x40)

Definition at line 402 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO0_10

#define SX127X_RF_LORA_DIOMAPPING1_DIO0_10   (0x80)

Definition at line 403 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO0_11

#define SX127X_RF_LORA_DIOMAPPING1_DIO0_11   (0xC0)

Definition at line 404 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO0_MASK

#define SX127X_RF_LORA_DIOMAPPING1_DIO0_MASK   (0x3F)

Definition at line 400 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO1_00

#define SX127X_RF_LORA_DIOMAPPING1_DIO1_00   (0x00) /* Default */

Definition at line 407 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO1_01

#define SX127X_RF_LORA_DIOMAPPING1_DIO1_01   (0x10)

Definition at line 408 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO1_10

#define SX127X_RF_LORA_DIOMAPPING1_DIO1_10   (0x20)

Definition at line 409 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO1_11

#define SX127X_RF_LORA_DIOMAPPING1_DIO1_11   (0x30)

Definition at line 410 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO1_MASK

#define SX127X_RF_LORA_DIOMAPPING1_DIO1_MASK   (0xCF)

Definition at line 406 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO2_00

#define SX127X_RF_LORA_DIOMAPPING1_DIO2_00   (0x00) /* Default */

Definition at line 413 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO2_01

#define SX127X_RF_LORA_DIOMAPPING1_DIO2_01   (0x04)

Definition at line 414 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO2_10

#define SX127X_RF_LORA_DIOMAPPING1_DIO2_10   (0x08)

Definition at line 415 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO2_11

#define SX127X_RF_LORA_DIOMAPPING1_DIO2_11   (0x0C)

Definition at line 416 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO2_MASK

#define SX127X_RF_LORA_DIOMAPPING1_DIO2_MASK   (0xF3)

Definition at line 412 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO3_00

#define SX127X_RF_LORA_DIOMAPPING1_DIO3_00   (0x00) /* Default */

Definition at line 419 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO3_01

#define SX127X_RF_LORA_DIOMAPPING1_DIO3_01   (0x01)

Definition at line 420 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO3_10

#define SX127X_RF_LORA_DIOMAPPING1_DIO3_10   (0x02)

Definition at line 421 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO3_11

#define SX127X_RF_LORA_DIOMAPPING1_DIO3_11   (0x03)

Definition at line 422 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING1_DIO3_MASK

#define SX127X_RF_LORA_DIOMAPPING1_DIO3_MASK   (0xFC)

Definition at line 418 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_DIO4_00

#define SX127X_RF_LORA_DIOMAPPING2_DIO4_00   (0x00) /* Default */

Definition at line 426 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_DIO4_01

#define SX127X_RF_LORA_DIOMAPPING2_DIO4_01   (0x40)

Definition at line 427 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_DIO4_10

#define SX127X_RF_LORA_DIOMAPPING2_DIO4_10   (0x80)

Definition at line 428 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_DIO4_11

#define SX127X_RF_LORA_DIOMAPPING2_DIO4_11   (0xC0)

Definition at line 429 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_DIO4_MASK

#define SX127X_RF_LORA_DIOMAPPING2_DIO4_MASK   (0x3F)

Definition at line 425 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_DIO5_00

#define SX127X_RF_LORA_DIOMAPPING2_DIO5_00   (0x00) /* Default */

Definition at line 432 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_DIO5_01

#define SX127X_RF_LORA_DIOMAPPING2_DIO5_01   (0x10)

Definition at line 433 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_DIO5_10

#define SX127X_RF_LORA_DIOMAPPING2_DIO5_10   (0x20)

Definition at line 434 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_DIO5_11

#define SX127X_RF_LORA_DIOMAPPING2_DIO5_11   (0x30)

Definition at line 435 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_DIO5_MASK

#define SX127X_RF_LORA_DIOMAPPING2_DIO5_MASK   (0xCF)

Definition at line 431 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_MAP_MASK

#define SX127X_RF_LORA_DIOMAPPING2_MAP_MASK   (0xFE)

Definition at line 437 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_MAP_PREAMBLEDETECT

#define SX127X_RF_LORA_DIOMAPPING2_MAP_PREAMBLEDETECT   (0x01)

Definition at line 438 of file sx127x_registers.h.

◆ SX127X_RF_LORA_DIOMAPPING2_MAP_RSSI

#define SX127X_RF_LORA_DIOMAPPING2_MAP_RSSI   (0x00) /* Default */

Definition at line 439 of file sx127x_registers.h.

◆ SX127X_RF_LORA_FIFOADDRPTR

#define SX127X_RF_LORA_FIFOADDRPTR   (0x00) /* Default */

Definition at line 241 of file sx127x_registers.h.

◆ SX127X_RF_LORA_FIFORXBASEADDR

#define SX127X_RF_LORA_FIFORXBASEADDR   (0x00) /* Default */

Definition at line 247 of file sx127x_registers.h.

◆ SX127X_RF_LORA_FIFOTXBASEADDR

#define SX127X_RF_LORA_FIFOTXBASEADDR   (0x80) /* Default */

Definition at line 244 of file sx127x_registers.h.

◆ SX127X_RF_LORA_FRFLSB_434_MHZ

#define SX127X_RF_LORA_FRFLSB_434_MHZ   (0x00) /* Default */

Definition at line 155 of file sx127x_registers.h.

◆ SX127X_RF_LORA_FRFMID_434_MHZ

#define SX127X_RF_LORA_FRFMID_434_MHZ   (0x80) /* Default */

Definition at line 154 of file sx127x_registers.h.

◆ SX127X_RF_LORA_FRFMSB_434_MHZ

#define SX127X_RF_LORA_FRFMSB_434_MHZ   (0x6C) /* Default */

Definition at line 153 of file sx127x_registers.h.

◆ SX127X_RF_LORA_HOPCHANNEL_CHANNEL_MASK

#define SX127X_RF_LORA_HOPCHANNEL_CHANNEL_MASK   (0x3F)

Definition at line 287 of file sx127x_registers.h.

◆ SX127X_RF_LORA_HOPCHANNEL_CRCONPAYLOAD_MASK

#define SX127X_RF_LORA_HOPCHANNEL_CRCONPAYLOAD_MASK   (0xBF)

Definition at line 283 of file sx127x_registers.h.

◆ SX127X_RF_LORA_HOPCHANNEL_CRCONPAYLOAD_OFF

#define SX127X_RF_LORA_HOPCHANNEL_CRCONPAYLOAD_OFF   (0x00) /* Default */

Definition at line 285 of file sx127x_registers.h.

◆ SX127X_RF_LORA_HOPCHANNEL_CRCONPAYLOAD_ON

#define SX127X_RF_LORA_HOPCHANNEL_CRCONPAYLOAD_ON   (0x40)

Definition at line 284 of file sx127x_registers.h.

◆ SX127X_RF_LORA_HOPCHANNEL_PLL_LOCK_FAIL

#define SX127X_RF_LORA_HOPCHANNEL_PLL_LOCK_FAIL   (0x80)

Definition at line 280 of file sx127x_registers.h.

◆ SX127X_RF_LORA_HOPCHANNEL_PLL_LOCK_SUCCEED

#define SX127X_RF_LORA_HOPCHANNEL_PLL_LOCK_SUCCEED   (0x00) /* Default */

Definition at line 281 of file sx127x_registers.h.

◆ SX127X_RF_LORA_HOPCHANNEL_PLL_LOCK_TIMEOUT_MASK

#define SX127X_RF_LORA_HOPCHANNEL_PLL_LOCK_TIMEOUT_MASK   (0x7F)

Definition at line 279 of file sx127x_registers.h.

◆ SX127X_RF_LORA_HOPPERIOD_FREQFOPPINGPERIOD

#define SX127X_RF_LORA_HOPPERIOD_FREQFOPPINGPERIOD   (0x00) /* Default */

Definition at line 367 of file sx127x_registers.h.

◆ SX127X_RF_LORA_INVERTIQ2_OFF

#define SX127X_RF_LORA_INVERTIQ2_OFF   (0x1D)

Definition at line 397 of file sx127x_registers.h.

◆ SX127X_RF_LORA_INVERTIQ2_ON

#define SX127X_RF_LORA_INVERTIQ2_ON   (0x19)

Definition at line 396 of file sx127x_registers.h.

◆ SX127X_RF_LORA_INVERTIQ_RX_MASK

#define SX127X_RF_LORA_INVERTIQ_RX_MASK   (0xBF)

Definition at line 384 of file sx127x_registers.h.

◆ SX127X_RF_LORA_INVERTIQ_RX_OFF

#define SX127X_RF_LORA_INVERTIQ_RX_OFF   (0x00)

Definition at line 385 of file sx127x_registers.h.

◆ SX127X_RF_LORA_INVERTIQ_RX_ON

#define SX127X_RF_LORA_INVERTIQ_RX_ON   (0x40)

Definition at line 386 of file sx127x_registers.h.

◆ SX127X_RF_LORA_INVERTIQ_TX_MASK

#define SX127X_RF_LORA_INVERTIQ_TX_MASK   (0xFE)

Definition at line 387 of file sx127x_registers.h.

◆ SX127X_RF_LORA_INVERTIQ_TX_OFF

#define SX127X_RF_LORA_INVERTIQ_TX_OFF   (0x01)

Definition at line 388 of file sx127x_registers.h.

◆ SX127X_RF_LORA_INVERTIQ_TX_ON

#define SX127X_RF_LORA_INVERTIQ_TX_ON   (0x00)

Definition at line 389 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_CADDETECTED

#define SX127X_RF_LORA_IRQFLAGS_CADDETECTED   (0x01)

Definition at line 267 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_CADDETECTED_MASK

#define SX127X_RF_LORA_IRQFLAGS_CADDETECTED_MASK   (0x01)

Definition at line 257 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_CADDONE

#define SX127X_RF_LORA_IRQFLAGS_CADDONE   (0x04)

Definition at line 265 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_CADDONE_MASK

#define SX127X_RF_LORA_IRQFLAGS_CADDONE_MASK   (0x04)

Definition at line 255 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_FHSSCHANGEDCHANNEL

#define SX127X_RF_LORA_IRQFLAGS_FHSSCHANGEDCHANNEL   (0x02)

Definition at line 266 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_FHSSCHANGEDCHANNEL_MASK

#define SX127X_RF_LORA_IRQFLAGS_FHSSCHANGEDCHANNEL_MASK   (0x02)

Definition at line 256 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_PAYLOADCRCERROR

#define SX127X_RF_LORA_IRQFLAGS_PAYLOADCRCERROR   (0x20)

Definition at line 262 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_PAYLOADCRCERROR_MASK

#define SX127X_RF_LORA_IRQFLAGS_PAYLOADCRCERROR_MASK   (0x20)

Definition at line 252 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_RXDONE

#define SX127X_RF_LORA_IRQFLAGS_RXDONE   (0x40)

Definition at line 261 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_RXDONE_MASK

#define SX127X_RF_LORA_IRQFLAGS_RXDONE_MASK   (0x40)

Definition at line 251 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_RXTIMEOUT

#define SX127X_RF_LORA_IRQFLAGS_RXTIMEOUT   (0x80)

Definition at line 260 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_RXTIMEOUT_MASK

#define SX127X_RF_LORA_IRQFLAGS_RXTIMEOUT_MASK   (0x80)

Definition at line 250 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_TXDONE

#define SX127X_RF_LORA_IRQFLAGS_TXDONE   (0x08)

Definition at line 264 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_TXDONE_MASK

#define SX127X_RF_LORA_IRQFLAGS_TXDONE_MASK   (0x08)

Definition at line 254 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_VALIDHEADER

#define SX127X_RF_LORA_IRQFLAGS_VALIDHEADER   (0x10)

Definition at line 263 of file sx127x_registers.h.

◆ SX127X_RF_LORA_IRQFLAGS_VALIDHEADER_MASK

#define SX127X_RF_LORA_IRQFLAGS_VALIDHEADER_MASK   (0x10)

Definition at line 253 of file sx127x_registers.h.

◆ SX127X_RF_LORA_LNA_BOOST_HF_MASK

#define SX127X_RF_LORA_LNA_BOOST_HF_MASK   (0xFC)

Definition at line 236 of file sx127x_registers.h.

◆ SX127X_RF_LORA_LNA_BOOST_HF_OFF

#define SX127X_RF_LORA_LNA_BOOST_HF_OFF   (0x00) /* Default */

Definition at line 237 of file sx127x_registers.h.

◆ SX127X_RF_LORA_LNA_BOOST_HF_ON

#define SX127X_RF_LORA_LNA_BOOST_HF_ON   (0x03)

Definition at line 238 of file sx127x_registers.h.

◆ SX127X_RF_LORA_LNA_BOOST_LF_DEFAULT

#define SX127X_RF_LORA_LNA_BOOST_LF_DEFAULT   (0x00) /* Default */

Definition at line 234 of file sx127x_registers.h.

◆ SX127X_RF_LORA_LNA_BOOST_LF_MASK

#define SX127X_RF_LORA_LNA_BOOST_LF_MASK   (0xE7)

Definition at line 233 of file sx127x_registers.h.

◆ SX127X_RF_LORA_LNA_GAIN_G1

#define SX127X_RF_LORA_LNA_GAIN_G1   (0x20) /* Default */

Definition at line 226 of file sx127x_registers.h.

◆ SX127X_RF_LORA_LNA_GAIN_G2

#define SX127X_RF_LORA_LNA_GAIN_G2   (0x40)

Definition at line 227 of file sx127x_registers.h.

◆ SX127X_RF_LORA_LNA_GAIN_G3

#define SX127X_RF_LORA_LNA_GAIN_G3   (0x60)

Definition at line 228 of file sx127x_registers.h.

◆ SX127X_RF_LORA_LNA_GAIN_G4

#define SX127X_RF_LORA_LNA_GAIN_G4   (0x80)

Definition at line 229 of file sx127x_registers.h.

◆ SX127X_RF_LORA_LNA_GAIN_G5

#define SX127X_RF_LORA_LNA_GAIN_G5   (0xA0)

Definition at line 230 of file sx127x_registers.h.

◆ SX127X_RF_LORA_LNA_GAIN_G6

#define SX127X_RF_LORA_LNA_GAIN_G6   (0xC0)

Definition at line 231 of file sx127x_registers.h.

◆ SX127X_RF_LORA_LNA_GAIN_MASK

#define SX127X_RF_LORA_LNA_GAIN_MASK   (0x1F)

Definition at line 225 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG1_IMPLICITHEADER_OFF

#define SX127X_RF_LORA_MODEMCONFIG1_IMPLICITHEADER_OFF   (0x00) /* Default */

Definition at line 322 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG1_IMPLICITHEADER_ON

#define SX127X_RF_LORA_MODEMCONFIG1_IMPLICITHEADER_ON   (0x01)

Definition at line 321 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG1_LOWDATARATEOPTIMIZE_MASK

#define SX127X_RF_LORA_MODEMCONFIG1_LOWDATARATEOPTIMIZE_MASK   (0xFE)

Definition at line 328 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_SF_10

#define SX127X_RF_LORA_MODEMCONFIG2_SF_10   (0xA0)

Definition at line 336 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_SF_11

#define SX127X_RF_LORA_MODEMCONFIG2_SF_11   (0xB0)

Definition at line 337 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_SF_12

#define SX127X_RF_LORA_MODEMCONFIG2_SF_12   (0xC0)

Definition at line 338 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_SF_6

#define SX127X_RF_LORA_MODEMCONFIG2_SF_6   (0x60)

Definition at line 332 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_SF_7

#define SX127X_RF_LORA_MODEMCONFIG2_SF_7   (0x70) /* Default */

Definition at line 333 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_SF_8

#define SX127X_RF_LORA_MODEMCONFIG2_SF_8   (0x80)

Definition at line 334 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_SF_9

#define SX127X_RF_LORA_MODEMCONFIG2_SF_9   (0x90)

Definition at line 335 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_SF_MASK

#define SX127X_RF_LORA_MODEMCONFIG2_SF_MASK   (0x0F)

Definition at line 331 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_SYMBTIMEOUTMSB

#define SX127X_RF_LORA_MODEMCONFIG2_SYMBTIMEOUTMSB   (0x00) /* Default */

Definition at line 349 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_SYMBTIMEOUTMSB_MASK

#define SX127X_RF_LORA_MODEMCONFIG2_SYMBTIMEOUTMSB_MASK   (0xFC)

Definition at line 348 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_TXCONTINUOUSMODE_MASK

#define SX127X_RF_LORA_MODEMCONFIG2_TXCONTINUOUSMODE_MASK   (0xF7)

Definition at line 340 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_TXCONTINUOUSMODE_OFF

#define SX127X_RF_LORA_MODEMCONFIG2_TXCONTINUOUSMODE_OFF   (0x00)

Definition at line 342 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG2_TXCONTINUOUSMODE_ON

#define SX127X_RF_LORA_MODEMCONFIG2_TXCONTINUOUSMODE_ON   (0x08)

Definition at line 341 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG3_AGCAUTO_MASK

#define SX127X_RF_LORA_MODEMCONFIG3_AGCAUTO_MASK   (0xFB)

Definition at line 374 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG3_AGCAUTO_OFF

#define SX127X_RF_LORA_MODEMCONFIG3_AGCAUTO_OFF   (0x00)

Definition at line 376 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG3_AGCAUTO_ON

#define SX127X_RF_LORA_MODEMCONFIG3_AGCAUTO_ON   (0x04) /* Default */

Definition at line 375 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG3_LOWDATARATEOPTIMIZE_MASK

#define SX127X_RF_LORA_MODEMCONFIG3_LOWDATARATEOPTIMIZE_MASK   (0xF7)

Definition at line 370 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG3_LOWDATARATEOPTIMIZE_OFF

#define SX127X_RF_LORA_MODEMCONFIG3_LOWDATARATEOPTIMIZE_OFF   (0x00) /* Default */

Definition at line 372 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMCONFIG3_LOWDATARATEOPTIMIZE_ON

#define SX127X_RF_LORA_MODEMCONFIG3_LOWDATARATEOPTIMIZE_ON   (0x08)

Definition at line 371 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_HEADER_VALID

#define SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_HEADER_VALID   (0x08)

Definition at line 273 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_MASK

#define SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_MASK   (0xE0)

Definition at line 271 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_MODEM_CLEAR

#define SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_MODEM_CLEAR   (0x10) /* Default */

Definition at line 272 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_RX_ONGOING

#define SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_RX_ONGOING   (0x04)

Definition at line 274 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_SIGNAL_DETECTED

#define SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_SIGNAL_DETECTED   (0x01)

Definition at line 276 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_SIGNAL_SYNCHRONIZED

#define SX127X_RF_LORA_MODEMSTAT_MODEM_STATUS_SIGNAL_SYNCHRONIZED   (0x02)

Definition at line 275 of file sx127x_registers.h.

◆ SX127X_RF_LORA_MODEMSTAT_RX_CR_MASK

#define SX127X_RF_LORA_MODEMSTAT_RX_CR_MASK   (0x1F)

Definition at line 270 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_MASK

#define SX127X_RF_LORA_OCP_MASK   (0xDF)

Definition at line 190 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_OFF

#define SX127X_RF_LORA_OCP_OFF   (0x00)

Definition at line 192 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_ON

#define SX127X_RF_LORA_OCP_ON   (0x20) /* Default */

Definition at line 191 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_045_MA

#define SX127X_RF_LORA_OCP_TRIM_045_MA   (0x00)

Definition at line 195 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_050_MA

#define SX127X_RF_LORA_OCP_TRIM_050_MA   (0x01)

Definition at line 196 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_055_MA

#define SX127X_RF_LORA_OCP_TRIM_055_MA   (0x02)

Definition at line 197 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_060_MA

#define SX127X_RF_LORA_OCP_TRIM_060_MA   (0x03)

Definition at line 198 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_065_MA

#define SX127X_RF_LORA_OCP_TRIM_065_MA   (0x04)

Definition at line 199 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_070_MA

#define SX127X_RF_LORA_OCP_TRIM_070_MA   (0x05)

Definition at line 200 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_075_MA

#define SX127X_RF_LORA_OCP_TRIM_075_MA   (0x06)

Definition at line 201 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_080_MA

#define SX127X_RF_LORA_OCP_TRIM_080_MA   (0x07)

Definition at line 202 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_085_MA

#define SX127X_RF_LORA_OCP_TRIM_085_MA   (0x08)

Definition at line 203 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_090_MA

#define SX127X_RF_LORA_OCP_TRIM_090_MA   (0x09)

Definition at line 204 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_095_MA

#define SX127X_RF_LORA_OCP_TRIM_095_MA   (0x0A)

Definition at line 205 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_100_MA

#define SX127X_RF_LORA_OCP_TRIM_100_MA   (0x0B) /* Default */

Definition at line 206 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_105_MA

#define SX127X_RF_LORA_OCP_TRIM_105_MA   (0x0C)

Definition at line 207 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_110_MA

#define SX127X_RF_LORA_OCP_TRIM_110_MA   (0x0D)

Definition at line 208 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_115_MA

#define SX127X_RF_LORA_OCP_TRIM_115_MA   (0x0E)

Definition at line 209 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_120_MA

#define SX127X_RF_LORA_OCP_TRIM_120_MA   (0x0F)

Definition at line 210 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_130_MA

#define SX127X_RF_LORA_OCP_TRIM_130_MA   (0x10)

Definition at line 211 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_140_MA

#define SX127X_RF_LORA_OCP_TRIM_140_MA   (0x11)

Definition at line 212 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_150_MA

#define SX127X_RF_LORA_OCP_TRIM_150_MA   (0x12)

Definition at line 213 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_160_MA

#define SX127X_RF_LORA_OCP_TRIM_160_MA   (0x13)

Definition at line 214 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_170_MA

#define SX127X_RF_LORA_OCP_TRIM_170_MA   (0x14)

Definition at line 215 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_180_MA

#define SX127X_RF_LORA_OCP_TRIM_180_MA   (0x15)

Definition at line 216 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_190_MA

#define SX127X_RF_LORA_OCP_TRIM_190_MA   (0x16)

Definition at line 217 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_200_MA

#define SX127X_RF_LORA_OCP_TRIM_200_MA   (0x17)

Definition at line 218 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_210_MA

#define SX127X_RF_LORA_OCP_TRIM_210_MA   (0x18)

Definition at line 219 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_220_MA

#define SX127X_RF_LORA_OCP_TRIM_220_MA   (0x19)

Definition at line 220 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_230_MA

#define SX127X_RF_LORA_OCP_TRIM_230_MA   (0x1A)

Definition at line 221 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_240_MA

#define SX127X_RF_LORA_OCP_TRIM_240_MA   (0x1B)

Definition at line 222 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OCP_TRIM_MASK

#define SX127X_RF_LORA_OCP_TRIM_MASK   (0xE0)

Definition at line 194 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_ACCESSSHAREDSX127X_REG_DISABLE

#define SX127X_RF_LORA_OPMODE_ACCESSSHAREDSX127X_REG_DISABLE   (0x00) /* Default */

Definition at line 134 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_ACCESSSHAREDSX127X_REG_ENABLE

#define SX127X_RF_LORA_OPMODE_ACCESSSHAREDSX127X_REG_ENABLE   (0x40)

Definition at line 133 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_ACCESSSHAREDSX127X_REG_MASK

#define SX127X_RF_LORA_OPMODE_ACCESSSHAREDSX127X_REG_MASK   (0xBF)

Definition at line 132 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_CAD

#define SX127X_RF_LORA_OPMODE_CAD   (0x07)

Definition at line 150 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_FREQMODE_ACCESS_HF

#define SX127X_RF_LORA_OPMODE_FREQMODE_ACCESS_HF   (0x00)

Definition at line 138 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_FREQMODE_ACCESS_LF

#define SX127X_RF_LORA_OPMODE_FREQMODE_ACCESS_LF   (0x08) /* Default */

Definition at line 137 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_FREQMODE_ACCESS_MASK

#define SX127X_RF_LORA_OPMODE_FREQMODE_ACCESS_MASK   (0xF7)

Definition at line 136 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_LONGRANGEMODE_MASK

#define SX127X_RF_LORA_OPMODE_LONGRANGEMODE_MASK   (0x7F)

Definition at line 128 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_LONGRANGEMODE_OFF

#define SX127X_RF_LORA_OPMODE_LONGRANGEMODE_OFF   (0x00) /* Default */

Definition at line 129 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_LONGRANGEMODE_ON

#define SX127X_RF_LORA_OPMODE_LONGRANGEMODE_ON   (0x80)

Definition at line 130 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_MASK

#define SX127X_RF_LORA_OPMODE_MASK   (0xF8)

Definition at line 140 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_RECEIVER

#define SX127X_RF_LORA_OPMODE_RECEIVER   (0x05)

Definition at line 146 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_RECEIVER_SINGLE

#define SX127X_RF_LORA_OPMODE_RECEIVER_SINGLE   (0x06)

Definition at line 149 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_SLEEP

#define SX127X_RF_LORA_OPMODE_SLEEP   (0x00)

Definition at line 141 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_STANDBY

#define SX127X_RF_LORA_OPMODE_STANDBY   (0x01) /* Default */

Definition at line 142 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_SYNTHESIZER_RX

#define SX127X_RF_LORA_OPMODE_SYNTHESIZER_RX   (0x04)

Definition at line 145 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_SYNTHESIZER_TX

#define SX127X_RF_LORA_OPMODE_SYNTHESIZER_TX   (0x02)

Definition at line 143 of file sx127x_registers.h.

◆ SX127X_RF_LORA_OPMODE_TRANSMITTER

#define SX127X_RF_LORA_OPMODE_TRANSMITTER   (0x03)

Definition at line 144 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PACONFIG_MAX_POWER_MASK

#define SX127X_RF_LORA_PACONFIG_MAX_POWER_MASK   (0x8F)

Definition at line 162 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PACONFIG_OUTPUTPOWER_MASK

#define SX127X_RF_LORA_PACONFIG_OUTPUTPOWER_MASK   (0xF0)

Definition at line 164 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PACONFIG_PASELECT_MASK

#define SX127X_RF_LORA_PACONFIG_PASELECT_MASK   (0x7F)

Definition at line 158 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PACONFIG_PASELECT_PABOOST

#define SX127X_RF_LORA_PACONFIG_PASELECT_PABOOST   (0x80)

Definition at line 159 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PACONFIG_PASELECT_RFO

#define SX127X_RF_LORA_PACONFIG_PASELECT_RFO   (0x00) /* Default */

Definition at line 160 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PADAC_20DBM_MASK

#define SX127X_RF_LORA_PADAC_20DBM_MASK   (0xF8)

Definition at line 452 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PADAC_20DBM_OFF

#define SX127X_RF_LORA_PADAC_20DBM_OFF   (0x04) /* Default */

Definition at line 454 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PADAC_20DBM_ON

#define SX127X_RF_LORA_PADAC_20DBM_ON   (0x07)

Definition at line 453 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0010_US

#define SX127X_RF_LORA_PARAMP_0010_US   (0x0F)

Definition at line 187 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0012_US

#define SX127X_RF_LORA_PARAMP_0012_US   (0x0E)

Definition at line 186 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0015_US

#define SX127X_RF_LORA_PARAMP_0015_US   (0x0D)

Definition at line 185 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0020_US

#define SX127X_RF_LORA_PARAMP_0020_US   (0x0C)

Definition at line 184 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0025_US

#define SX127X_RF_LORA_PARAMP_0025_US   (0x0B)

Definition at line 183 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0031_US

#define SX127X_RF_LORA_PARAMP_0031_US   (0x0A)

Definition at line 182 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0040_US

#define SX127X_RF_LORA_PARAMP_0040_US   (0x09) /* Default */

Definition at line 181 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0050_US

#define SX127X_RF_LORA_PARAMP_0050_US   (0x08)

Definition at line 180 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0062_US

#define SX127X_RF_LORA_PARAMP_0062_US   (0x07)

Definition at line 179 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0100_US

#define SX127X_RF_LORA_PARAMP_0100_US   (0x06)

Definition at line 178 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0125_US

#define SX127X_RF_LORA_PARAMP_0125_US   (0x05)

Definition at line 177 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0250_US

#define SX127X_RF_LORA_PARAMP_0250_US   (0x04)

Definition at line 176 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_0500_US

#define SX127X_RF_LORA_PARAMP_0500_US   (0x03)

Definition at line 175 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_1000_US

#define SX127X_RF_LORA_PARAMP_1000_US   (0x02)

Definition at line 174 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_2000_US

#define SX127X_RF_LORA_PARAMP_2000_US   (0x01)

Definition at line 173 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_3400_US

#define SX127X_RF_LORA_PARAMP_3400_US   (0x00)

Definition at line 172 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_MASK

#define SX127X_RF_LORA_PARAMP_MASK   (0xF0)

Definition at line 171 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_TXBANDFORCE_AUTO

#define SX127X_RF_LORA_PARAMP_TXBANDFORCE_AUTO   (0x00) /* Default */

Definition at line 169 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_TXBANDFORCE_BAND_SEL

#define SX127X_RF_LORA_PARAMP_TXBANDFORCE_BAND_SEL   (0x10)

Definition at line 168 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PARAMP_TXBANDFORCE_MASK

#define SX127X_RF_LORA_PARAMP_TXBANDFORCE_MASK   (0xEF)

Definition at line 167 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PAYLOADLENGTH

#define SX127X_RF_LORA_PAYLOADLENGTH   (0x0E) /* Default */

Definition at line 361 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PAYLOADMAXLENGTH

#define SX127X_RF_LORA_PAYLOADMAXLENGTH   (0xFF) /* Default */

Definition at line 364 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PLLHOP_FASTHOP_MASK

#define SX127X_RF_LORA_PLLHOP_FASTHOP_MASK   (0x7F)

Definition at line 442 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PLLHOP_FASTHOP_OFF

#define SX127X_RF_LORA_PLLHOP_FASTHOP_OFF   (0x00) /* Default */

Definition at line 444 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PLLHOP_FASTHOP_ON

#define SX127X_RF_LORA_PLLHOP_FASTHOP_ON   (0x80)

Definition at line 443 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PREAMBLELENGTHLSB

#define SX127X_RF_LORA_PREAMBLELENGTHLSB   (0x08) /* Default */

Definition at line 358 of file sx127x_registers.h.

◆ SX127X_RF_LORA_PREAMBLELENGTHMSB

#define SX127X_RF_LORA_PREAMBLELENGTHMSB   (0x00) /* Default */

Definition at line 355 of file sx127x_registers.h.

◆ SX127X_RF_LORA_SYMBTIMEOUTLSB_SYMBTIMEOUT

#define SX127X_RF_LORA_SYMBTIMEOUTLSB_SYMBTIMEOUT   (0x64) /* Default */

Definition at line 352 of file sx127x_registers.h.

◆ SX127X_RF_LORA_TCXO_TCXOINPUT_MASK

#define SX127X_RF_LORA_TCXO_TCXOINPUT_MASK   (0xEF)

Definition at line 447 of file sx127x_registers.h.

◆ SX127X_RF_LORA_TCXO_TCXOINPUT_OFF

#define SX127X_RF_LORA_TCXO_TCXOINPUT_OFF   (0x00) /* Default */

Definition at line 449 of file sx127x_registers.h.

◆ SX127X_RF_LORA_TCXO_TCXOINPUT_ON

#define SX127X_RF_LORA_TCXO_TCXOINPUT_ON   (0x10)

Definition at line 448 of file sx127x_registers.h.

◆ SX127X_RF_LOWBAT_MASK

#define SX127X_RF_LOWBAT_MASK   (0xF7)

Definition at line 1326 of file sx127x_registers.h.

◆ SX127X_RF_LOWBAT_OFF

#define SX127X_RF_LOWBAT_OFF   (0x00) /* Default */

Definition at line 1328 of file sx127x_registers.h.

◆ SX127X_RF_LOWBAT_ON

#define SX127X_RF_LOWBAT_ON   (0x08)

Definition at line 1327 of file sx127x_registers.h.

◆ SX127X_RF_LOWBAT_TRIM_1695

#define SX127X_RF_LOWBAT_TRIM_1695   (0x00)

Definition at line 1331 of file sx127x_registers.h.

◆ SX127X_RF_LOWBAT_TRIM_1764

#define SX127X_RF_LOWBAT_TRIM_1764   (0x01)

Definition at line 1332 of file sx127x_registers.h.

◆ SX127X_RF_LOWBAT_TRIM_1835

#define SX127X_RF_LOWBAT_TRIM_1835   (0x02) /* Default */

Definition at line 1333 of file sx127x_registers.h.

◆ SX127X_RF_LOWBAT_TRIM_1905

#define SX127X_RF_LOWBAT_TRIM_1905   (0x03)

Definition at line 1334 of file sx127x_registers.h.

◆ SX127X_RF_LOWBAT_TRIM_1976

#define SX127X_RF_LOWBAT_TRIM_1976   (0x04)

Definition at line 1335 of file sx127x_registers.h.

◆ SX127X_RF_LOWBAT_TRIM_2045

#define SX127X_RF_LOWBAT_TRIM_2045   (0x05)

Definition at line 1336 of file sx127x_registers.h.

◆ SX127X_RF_LOWBAT_TRIM_2116

#define SX127X_RF_LOWBAT_TRIM_2116   (0x06)

Definition at line 1337 of file sx127x_registers.h.

◆ SX127X_RF_LOWBAT_TRIM_2185

#define SX127X_RF_LOWBAT_TRIM_2185   (0x07)

Definition at line 1338 of file sx127x_registers.h.

◆ SX127X_RF_LOWBAT_TRIM_MASK

#define SX127X_RF_LOWBAT_TRIM_MASK   (0xF8)

Definition at line 1330 of file sx127x_registers.h.

◆ SX127X_RF_NODEADDRESS_ADDRESS

#define SX127X_RF_NODEADDRESS_ADDRESS   (0x00)

Definition at line 1218 of file sx127x_registers.h.

◆ SX127X_RF_OCP_MASK

#define SX127X_RF_OCP_MASK   (0xDF)

Definition at line 852 of file sx127x_registers.h.

◆ SX127X_RF_OCP_OFF

#define SX127X_RF_OCP_OFF   (0x00)

Definition at line 854 of file sx127x_registers.h.

◆ SX127X_RF_OCP_ON

#define SX127X_RF_OCP_ON   (0x20) /* Default */

Definition at line 853 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_045_MA

#define SX127X_RF_OCP_TRIM_045_MA   (0x00)

Definition at line 857 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_050_MA

#define SX127X_RF_OCP_TRIM_050_MA   (0x01)

Definition at line 858 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_055_MA

#define SX127X_RF_OCP_TRIM_055_MA   (0x02)

Definition at line 859 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_060_MA

#define SX127X_RF_OCP_TRIM_060_MA   (0x03)

Definition at line 860 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_065_MA

#define SX127X_RF_OCP_TRIM_065_MA   (0x04)

Definition at line 861 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_070_MA

#define SX127X_RF_OCP_TRIM_070_MA   (0x05)

Definition at line 862 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_075_MA

#define SX127X_RF_OCP_TRIM_075_MA   (0x06)

Definition at line 863 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_080_MA

#define SX127X_RF_OCP_TRIM_080_MA   (0x07)

Definition at line 864 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_085_MA

#define SX127X_RF_OCP_TRIM_085_MA   (0x08)

Definition at line 865 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_090_MA

#define SX127X_RF_OCP_TRIM_090_MA   (0x09)

Definition at line 866 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_095_MA

#define SX127X_RF_OCP_TRIM_095_MA   (0x0A)

Definition at line 867 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_100_MA

#define SX127X_RF_OCP_TRIM_100_MA   (0x0B) /* Default */

Definition at line 868 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_105_MA

#define SX127X_RF_OCP_TRIM_105_MA   (0x0C)

Definition at line 869 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_110_MA

#define SX127X_RF_OCP_TRIM_110_MA   (0x0D)

Definition at line 870 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_115_MA

#define SX127X_RF_OCP_TRIM_115_MA   (0x0E)

Definition at line 871 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_120_MA

#define SX127X_RF_OCP_TRIM_120_MA   (0x0F)

Definition at line 872 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_130_MA

#define SX127X_RF_OCP_TRIM_130_MA   (0x10)

Definition at line 873 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_140_MA

#define SX127X_RF_OCP_TRIM_140_MA   (0x11)

Definition at line 874 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_150_MA

#define SX127X_RF_OCP_TRIM_150_MA   (0x12)

Definition at line 875 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_160_MA

#define SX127X_RF_OCP_TRIM_160_MA   (0x13)

Definition at line 876 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_170_MA

#define SX127X_RF_OCP_TRIM_170_MA   (0x14)

Definition at line 877 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_180_MA

#define SX127X_RF_OCP_TRIM_180_MA   (0x15)

Definition at line 878 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_190_MA

#define SX127X_RF_OCP_TRIM_190_MA   (0x16)

Definition at line 879 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_200_MA

#define SX127X_RF_OCP_TRIM_200_MA   (0x17)

Definition at line 880 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_210_MA

#define SX127X_RF_OCP_TRIM_210_MA   (0x18)

Definition at line 881 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_220_MA

#define SX127X_RF_OCP_TRIM_220_MA   (0x19)

Definition at line 882 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_230_MA

#define SX127X_RF_OCP_TRIM_230_MA   (0x1A)

Definition at line 883 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_240_MA

#define SX127X_RF_OCP_TRIM_240_MA   (0x1B)

Definition at line 884 of file sx127x_registers.h.

◆ SX127X_RF_OCP_TRIM_MASK

#define SX127X_RF_OCP_TRIM_MASK   (0xE0)

Definition at line 856 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_AVERAGEOFFSET_0_DB

#define SX127X_RF_OOKAVG_AVERAGEOFFSET_0_DB   (0x00) /* Default */

Definition at line 1040 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_AVERAGEOFFSET_2_DB

#define SX127X_RF_OOKAVG_AVERAGEOFFSET_2_DB   (0x04)

Definition at line 1041 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_AVERAGEOFFSET_4_DB

#define SX127X_RF_OOKAVG_AVERAGEOFFSET_4_DB   (0x08)

Definition at line 1042 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_AVERAGEOFFSET_6_DB

#define SX127X_RF_OOKAVG_AVERAGEOFFSET_6_DB   (0x0C)

Definition at line 1043 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_AVERAGEOFFSET_MASK

#define SX127X_RF_OOKAVG_AVERAGEOFFSET_MASK   (0xF3)

Definition at line 1039 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_00

#define SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_00   (0x00)

Definition at line 1046 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_01

#define SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_01   (0x01)

Definition at line 1047 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_10

#define SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_10   (0x02) /* Default */

Definition at line 1048 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_11

#define SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_11   (0x03)

Definition at line 1049 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_MASK

#define SX127X_RF_OOKAVG_OOKAVERAGETHRESHFILT_MASK   (0xFC)

Definition at line 1045 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_000

#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_000   (0x00) /* Default */

Definition at line 1030 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_001

#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_001   (0x20)

Definition at line 1031 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_010

#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_010   (0x40)

Definition at line 1032 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_011

#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_011   (0x60)

Definition at line 1033 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_100

#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_100   (0x80)

Definition at line 1034 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_101

#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_101   (0xA0)

Definition at line 1035 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_110

#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_110   (0xC0)

Definition at line 1036 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_111

#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_111   (0xE0)

Definition at line 1037 of file sx127x_registers.h.

◆ SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_MASK

#define SX127X_RF_OOKAVG_OOKPEAKTHRESHDEC_MASK   (0x1F)

Definition at line 1029 of file sx127x_registers.h.

◆ SX127X_RF_OOKFIX_OOKFIXEDTHRESHOLD

#define SX127X_RF_OOKFIX_OOKFIXEDTHRESHOLD   (0x0C) /* Default */

Definition at line 1026 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_BITSYNC_MASK

#define SX127X_RF_OOKPEAK_BITSYNC_MASK   (0xDF) /* Default */

Definition at line 1006 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_BITSYNC_OFF

#define SX127X_RF_OOKPEAK_BITSYNC_OFF   (0x00)

Definition at line 1008 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_BITSYNC_ON

#define SX127X_RF_OOKPEAK_BITSYNC_ON   (0x20) /* Default */

Definition at line 1007 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_0_5_DB

#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_0_5_DB   (0x00) /* Default */

Definition at line 1016 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_1_0_DB

#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_1_0_DB   (0x01)

Definition at line 1017 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_1_5_DB

#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_1_5_DB   (0x02)

Definition at line 1018 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_2_0_DB

#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_2_0_DB   (0x03)

Definition at line 1019 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_3_0_DB

#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_3_0_DB   (0x04)

Definition at line 1020 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_4_0_DB

#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_4_0_DB   (0x05)

Definition at line 1021 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_5_0_DB

#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_5_0_DB   (0x06)

Definition at line 1022 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_6_0_DB

#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_6_0_DB   (0x07)

Definition at line 1023 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_MASK

#define SX127X_RF_OOKPEAK_OOKPEAKTHRESHSTEP_MASK   (0xF8)

Definition at line 1015 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKTHRESHTYPE_AVERAGE

#define SX127X_RF_OOKPEAK_OOKTHRESHTYPE_AVERAGE   (0x10)

Definition at line 1013 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKTHRESHTYPE_FIXED

#define SX127X_RF_OOKPEAK_OOKTHRESHTYPE_FIXED   (0x00)

Definition at line 1011 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKTHRESHTYPE_MASK

#define SX127X_RF_OOKPEAK_OOKTHRESHTYPE_MASK   (0xE7)

Definition at line 1010 of file sx127x_registers.h.

◆ SX127X_RF_OOKPEAK_OOKTHRESHTYPE_PEAK

#define SX127X_RF_OOKPEAK_OOKTHRESHTYPE_PEAK   (0x08) /* Default */

Definition at line 1012 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_LONGRANGEMODE_MASK

#define SX127X_RF_OPMODE_LONGRANGEMODE_MASK   (0x7F)

Definition at line 584 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_LONGRANGEMODE_OFF

#define SX127X_RF_OPMODE_LONGRANGEMODE_OFF   (0x00)

Definition at line 585 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_LONGRANGEMODE_ON

#define SX127X_RF_OPMODE_LONGRANGEMODE_ON   (0x80)

Definition at line 586 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_MASK

#define SX127X_RF_OPMODE_MASK   (0xF8)

Definition at line 598 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_MODULATIONSHAPING_00

#define SX127X_RF_OPMODE_MODULATIONSHAPING_00   (0x00) /* Default */

Definition at line 593 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_MODULATIONSHAPING_01

#define SX127X_RF_OPMODE_MODULATIONSHAPING_01   (0x08)

Definition at line 594 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_MODULATIONSHAPING_10

#define SX127X_RF_OPMODE_MODULATIONSHAPING_10   (0x10)

Definition at line 595 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_MODULATIONSHAPING_11

#define SX127X_RF_OPMODE_MODULATIONSHAPING_11   (0x18)

Definition at line 596 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_MODULATIONSHAPING_MASK

#define SX127X_RF_OPMODE_MODULATIONSHAPING_MASK   (0xE7)

Definition at line 592 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_MODULATIONTYPE_FSK

#define SX127X_RF_OPMODE_MODULATIONTYPE_FSK   (0x00) /* Default */

Definition at line 589 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_MODULATIONTYPE_MASK

#define SX127X_RF_OPMODE_MODULATIONTYPE_MASK   (0x9F)

Definition at line 588 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_MODULATIONTYPE_OOK

#define SX127X_RF_OPMODE_MODULATIONTYPE_OOK   (0x20)

Definition at line 590 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_RECEIVER

#define SX127X_RF_OPMODE_RECEIVER   (0x05)

Definition at line 604 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_RECEIVER_SINGLE

#define SX127X_RF_OPMODE_RECEIVER_SINGLE   (0x06)

Definition at line 605 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_SLEEP

#define SX127X_RF_OPMODE_SLEEP   (0x00)

Definition at line 599 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_STANDBY

#define SX127X_RF_OPMODE_STANDBY   (0x01) /* Default */

Definition at line 600 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_SYNTHESIZER_RX

#define SX127X_RF_OPMODE_SYNTHESIZER_RX   (0x04)

Definition at line 603 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_SYNTHESIZER_TX

#define SX127X_RF_OPMODE_SYNTHESIZER_TX   (0x02)

Definition at line 601 of file sx127x_registers.h.

◆ SX127X_RF_OPMODE_TRANSMITTER

#define SX127X_RF_OPMODE_TRANSMITTER   (0x03)

Definition at line 602 of file sx127x_registers.h.

◆ SX127X_RF_OSC_CLKOUT_16_MHZ

#define SX127X_RF_OSC_CLKOUT_16_MHZ   (0x01)

Definition at line 1122 of file sx127x_registers.h.

◆ SX127X_RF_OSC_CLKOUT_1_MHZ

#define SX127X_RF_OSC_CLKOUT_1_MHZ   (0x05) /* Default */

Definition at line 1126 of file sx127x_registers.h.

◆ SX127X_RF_OSC_CLKOUT_2_MHZ

#define SX127X_RF_OSC_CLKOUT_2_MHZ   (0x04)

Definition at line 1125 of file sx127x_registers.h.

◆ SX127X_RF_OSC_CLKOUT_32_MHZ

#define SX127X_RF_OSC_CLKOUT_32_MHZ   (0x00)

Definition at line 1121 of file sx127x_registers.h.

◆ SX127X_RF_OSC_CLKOUT_4_MHZ

#define SX127X_RF_OSC_CLKOUT_4_MHZ   (0x03)

Definition at line 1124 of file sx127x_registers.h.

◆ SX127X_RF_OSC_CLKOUT_8_MHZ

#define SX127X_RF_OSC_CLKOUT_8_MHZ   (0x02)

Definition at line 1123 of file sx127x_registers.h.

◆ SX127X_RF_OSC_CLKOUT_MASK

#define SX127X_RF_OSC_CLKOUT_MASK   (0xF8)

Definition at line 1120 of file sx127x_registers.h.

◆ SX127X_RF_OSC_CLKOUT_OFF

#define SX127X_RF_OSC_CLKOUT_OFF   (0x07)

Definition at line 1128 of file sx127x_registers.h.

◆ SX127X_RF_OSC_CLKOUT_RC

#define SX127X_RF_OSC_CLKOUT_RC   (0x06)

Definition at line 1127 of file sx127x_registers.h.

◆ SX127X_RF_OSC_RCCALSTART

#define SX127X_RF_OSC_RCCALSTART   (0x08)

Definition at line 1118 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_ADDRSFILTERING_MASK

#define SX127X_RF_PACKETCONFIG1_ADDRSFILTERING_MASK   (0xF9)

Definition at line 1186 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_ADDRSFILTERING_NODE

#define SX127X_RF_PACKETCONFIG1_ADDRSFILTERING_NODE   (0x02)

Definition at line 1188 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_ADDRSFILTERING_NODEBROADCAST

#define SX127X_RF_PACKETCONFIG1_ADDRSFILTERING_NODEBROADCAST   (0x04)

Definition at line 1189 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_ADDRSFILTERING_OFF

#define SX127X_RF_PACKETCONFIG1_ADDRSFILTERING_OFF   (0x00) /* Default */

Definition at line 1187 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_CRC_MASK

#define SX127X_RF_PACKETCONFIG1_CRC_MASK   (0xEF)

Definition at line 1178 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_CRC_OFF

#define SX127X_RF_PACKETCONFIG1_CRC_OFF   (0x00)

Definition at line 1180 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_CRC_ON

#define SX127X_RF_PACKETCONFIG1_CRC_ON   (0x10) /* Default */

Definition at line 1179 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_CRCAUTOCLEAR_MASK

#define SX127X_RF_PACKETCONFIG1_CRCAUTOCLEAR_MASK   (0xF7)

Definition at line 1182 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_CRCAUTOCLEAR_OFF

#define SX127X_RF_PACKETCONFIG1_CRCAUTOCLEAR_OFF   (0x08)

Definition at line 1184 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_CRCAUTOCLEAR_ON

#define SX127X_RF_PACKETCONFIG1_CRCAUTOCLEAR_ON   (0x00) /* Default */

Definition at line 1183 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_CRCWHITENINGTYPE_CCITT

#define SX127X_RF_PACKETCONFIG1_CRCWHITENINGTYPE_CCITT   (0x00) /* Default */

Definition at line 1192 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_CRCWHITENINGTYPE_IBM

#define SX127X_RF_PACKETCONFIG1_CRCWHITENINGTYPE_IBM   (0x01)

Definition at line 1193 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_CRCWHITENINGTYPE_MASK

#define SX127X_RF_PACKETCONFIG1_CRCWHITENINGTYPE_MASK   (0xFE)

Definition at line 1191 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_DCFREE_MANCHESTER

#define SX127X_RF_PACKETCONFIG1_DCFREE_MANCHESTER   (0x20)

Definition at line 1175 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_DCFREE_MASK

#define SX127X_RF_PACKETCONFIG1_DCFREE_MASK   (0x9F)

Definition at line 1173 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_DCFREE_OFF

#define SX127X_RF_PACKETCONFIG1_DCFREE_OFF   (0x00) /* Default */

Definition at line 1174 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_DCFREE_WHITENING

#define SX127X_RF_PACKETCONFIG1_DCFREE_WHITENING   (0x40)

Definition at line 1176 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_PACKETFORMAT_FIXED

#define SX127X_RF_PACKETCONFIG1_PACKETFORMAT_FIXED   (0x00)

Definition at line 1170 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_PACKETFORMAT_MASK

#define SX127X_RF_PACKETCONFIG1_PACKETFORMAT_MASK   (0x7F)

Definition at line 1169 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG1_PACKETFORMAT_VARIABLE

#define SX127X_RF_PACKETCONFIG1_PACKETFORMAT_VARIABLE   (0x80) /* Default */

Definition at line 1171 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_BEACON_MASK

#define SX127X_RF_PACKETCONFIG2_BEACON_MASK   (0xF7)

Definition at line 1208 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_BEACON_OFF

#define SX127X_RF_PACKETCONFIG2_BEACON_OFF   (0x00) /* Default */

Definition at line 1210 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_BEACON_ON

#define SX127X_RF_PACKETCONFIG2_BEACON_ON   (0x08)

Definition at line 1209 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_DATAMODE_CONTINUOUS

#define SX127X_RF_PACKETCONFIG2_DATAMODE_CONTINUOUS   (0x00)

Definition at line 1201 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_DATAMODE_MASK

#define SX127X_RF_PACKETCONFIG2_DATAMODE_MASK   (0xBF)

Definition at line 1200 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_DATAMODE_PACKET

#define SX127X_RF_PACKETCONFIG2_DATAMODE_PACKET   (0x40) /* Default */

Definition at line 1202 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_IOHOME_MASK

#define SX127X_RF_PACKETCONFIG2_IOHOME_MASK   (0xDF)

Definition at line 1204 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_IOHOME_OFF

#define SX127X_RF_PACKETCONFIG2_IOHOME_OFF   (0x00) /* Default */

Definition at line 1206 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_IOHOME_ON

#define SX127X_RF_PACKETCONFIG2_IOHOME_ON   (0x20)

Definition at line 1205 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_PAYLOADLENGTH_MSB_MASK

#define SX127X_RF_PACKETCONFIG2_PAYLOADLENGTH_MSB_MASK   (0xF8)

Definition at line 1212 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_WMBUS_CRC_DISABLE

#define SX127X_RF_PACKETCONFIG2_WMBUS_CRC_DISABLE   (0x00) /* Default */

Definition at line 1198 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_WMBUS_CRC_ENABLE

#define SX127X_RF_PACKETCONFIG2_WMBUS_CRC_ENABLE   (0x80)

Definition at line 1197 of file sx127x_registers.h.

◆ SX127X_RF_PACKETCONFIG2_WMBUS_CRC_ENABLE_MASK

#define SX127X_RF_PACKETCONFIG2_WMBUS_CRC_ENABLE_MASK   (0x7F)

Definition at line 1196 of file sx127x_registers.h.

◆ SX127X_RF_PACONFIG_MAX_POWER_MASK

#define SX127X_RF_PACONFIG_MAX_POWER_MASK   (0x8F)

Definition at line 824 of file sx127x_registers.h.

◆ SX127X_RF_PACONFIG_OUTPUTPOWER_MASK

#define SX127X_RF_PACONFIG_OUTPUTPOWER_MASK   (0xF0)

Definition at line 826 of file sx127x_registers.h.

◆ SX127X_RF_PACONFIG_PASELECT_MASK

#define SX127X_RF_PACONFIG_PASELECT_MASK   (0x7F)

Definition at line 820 of file sx127x_registers.h.

◆ SX127X_RF_PACONFIG_PASELECT_PABOOST

#define SX127X_RF_PACONFIG_PASELECT_PABOOST   (0x80)

Definition at line 821 of file sx127x_registers.h.

◆ SX127X_RF_PACONFIG_PASELECT_RFO

#define SX127X_RF_PACONFIG_PASELECT_RFO   (0x00) /* Default */

Definition at line 822 of file sx127x_registers.h.

◆ SX127X_RF_PADAC_20DBM_MASK

#define SX127X_RF_PADAC_20DBM_MASK   (0xF8)

Definition at line 1413 of file sx127x_registers.h.

◆ SX127X_RF_PADAC_20DBM_OFF

#define SX127X_RF_PADAC_20DBM_OFF   (0x04) /* Default */

Definition at line 1415 of file sx127x_registers.h.

◆ SX127X_RF_PADAC_20DBM_ON

#define SX127X_RF_PADAC_20DBM_ON   (0x07)

Definition at line 1414 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0010_US

#define SX127X_RF_PARAMP_0010_US   (0x0F)

Definition at line 849 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0012_US

#define SX127X_RF_PARAMP_0012_US   (0x0E)

Definition at line 848 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0015_US

#define SX127X_RF_PARAMP_0015_US   (0x0D)

Definition at line 847 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0020_US

#define SX127X_RF_PARAMP_0020_US   (0x0C)

Definition at line 846 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0025_US

#define SX127X_RF_PARAMP_0025_US   (0x0B)

Definition at line 845 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0031_US

#define SX127X_RF_PARAMP_0031_US   (0x0A)

Definition at line 844 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0040_US

#define SX127X_RF_PARAMP_0040_US   (0x09) /* Default */

Definition at line 843 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0050_US

#define SX127X_RF_PARAMP_0050_US   (0x08)

Definition at line 842 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0062_US

#define SX127X_RF_PARAMP_0062_US   (0x07)

Definition at line 841 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0100_US

#define SX127X_RF_PARAMP_0100_US   (0x06)

Definition at line 840 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0125_US

#define SX127X_RF_PARAMP_0125_US   (0x05)

Definition at line 839 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0250_US

#define SX127X_RF_PARAMP_0250_US   (0x04)

Definition at line 838 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_0500_US

#define SX127X_RF_PARAMP_0500_US   (0x03)

Definition at line 837 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_1000_US

#define SX127X_RF_PARAMP_1000_US   (0x02)

Definition at line 836 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_2000_US

#define SX127X_RF_PARAMP_2000_US   (0x01)

Definition at line 835 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_3400_US

#define SX127X_RF_PARAMP_3400_US   (0x00)

Definition at line 834 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_LOWPNTXPLL_MASK

#define SX127X_RF_PARAMP_LOWPNTXPLL_MASK   (0xE0)

Definition at line 829 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_LOWPNTXPLL_OFF

#define SX127X_RF_PARAMP_LOWPNTXPLL_OFF   (0x10) /* Default */

Definition at line 830 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_LOWPNTXPLL_ON

#define SX127X_RF_PARAMP_LOWPNTXPLL_ON   (0x00)

Definition at line 831 of file sx127x_registers.h.

◆ SX127X_RF_PARAMP_MASK

#define SX127X_RF_PARAMP_MASK   (0xF0)

Definition at line 833 of file sx127x_registers.h.

◆ SX127X_RF_PAYLOADLENGTH_LENGTH

#define SX127X_RF_PAYLOADLENGTH_LENGTH   (0x40) /* Default */

Definition at line 1215 of file sx127x_registers.h.

◆ SX127X_RF_PLL_BANDWIDTH_150

#define SX127X_RF_PLL_BANDWIDTH_150   (0x40)

Definition at line 1423 of file sx127x_registers.h.

◆ SX127X_RF_PLL_BANDWIDTH_225

#define SX127X_RF_PLL_BANDWIDTH_225   (0x80)

Definition at line 1424 of file sx127x_registers.h.

◆ SX127X_RF_PLL_BANDWIDTH_300

#define SX127X_RF_PLL_BANDWIDTH_300   (0xC0) /* Default */

Definition at line 1425 of file sx127x_registers.h.

◆ SX127X_RF_PLL_BANDWIDTH_75

#define SX127X_RF_PLL_BANDWIDTH_75   (0x00)

Definition at line 1422 of file sx127x_registers.h.

◆ SX127X_RF_PLL_BANDWIDTH_MASK

#define SX127X_RF_PLL_BANDWIDTH_MASK   (0x3F)

Definition at line 1421 of file sx127x_registers.h.

◆ SX127X_RF_PLLHOP_FASTHOP_MASK

#define SX127X_RF_PLLHOP_FASTHOP_MASK   (0x7F)

Definition at line 1403 of file sx127x_registers.h.

◆ SX127X_RF_PLLHOP_FASTHOP_OFF

#define SX127X_RF_PLLHOP_FASTHOP_OFF   (0x00) /* Default */

Definition at line 1405 of file sx127x_registers.h.

◆ SX127X_RF_PLLHOP_FASTHOP_ON

#define SX127X_RF_PLLHOP_FASTHOP_ON   (0x80)

Definition at line 1404 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTOR_MASK

#define SX127X_RF_PREAMBLEDETECT_DETECTOR_MASK   (0x7F)

Definition at line 1061 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTOR_OFF

#define SX127X_RF_PREAMBLEDETECT_DETECTOR_OFF   (0x00)

Definition at line 1063 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTOR_ON

#define SX127X_RF_PREAMBLEDETECT_DETECTOR_ON   (0x80) /* Default */

Definition at line 1062 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_1

#define SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_1   (0x00)

Definition at line 1066 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_2

#define SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_2   (0x20) /* Default */

Definition at line 1067 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_3

#define SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_3   (0x40)

Definition at line 1068 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_4

#define SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_4   (0x60)

Definition at line 1069 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_MASK

#define SX127X_RF_PREAMBLEDETECT_DETECTORSIZE_MASK   (0x9F)

Definition at line 1065 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_0

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_0   (0x00)

Definition at line 1072 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_1

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_1   (0x01)

Definition at line 1073 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_10

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_10   (0x0A) /* Default */

Definition at line 1082 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_11

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_11   (0x0B)

Definition at line 1083 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_12

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_12   (0x0C)

Definition at line 1084 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_13

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_13   (0x0D)

Definition at line 1085 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_14

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_14   (0x0E)

Definition at line 1086 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_15

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_15   (0x0F)

Definition at line 1087 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_16

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_16   (0x10)

Definition at line 1088 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_17

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_17   (0x11)

Definition at line 1089 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_18

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_18   (0x12)

Definition at line 1090 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_19

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_19   (0x13)

Definition at line 1091 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_2

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_2   (0x02)

Definition at line 1074 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_20

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_20   (0x14)

Definition at line 1092 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_21

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_21   (0x15)

Definition at line 1093 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_22

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_22   (0x16)

Definition at line 1094 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_23

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_23   (0x17)

Definition at line 1095 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_24

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_24   (0x18)

Definition at line 1096 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_25

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_25   (0x19)

Definition at line 1097 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_26

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_26   (0x1A)

Definition at line 1098 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_27

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_27   (0x1B)

Definition at line 1099 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_28

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_28   (0x1C)

Definition at line 1100 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_29

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_29   (0x1D)

Definition at line 1101 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_3

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_3   (0x03)

Definition at line 1075 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_30

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_30   (0x1E)

Definition at line 1102 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_31

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_31   (0x1F)

Definition at line 1103 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_4

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_4   (0x04)

Definition at line 1076 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_5

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_5   (0x05)

Definition at line 1077 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_6

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_6   (0x06)

Definition at line 1078 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_7

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_7   (0x07)

Definition at line 1079 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_8

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_8   (0x08)

Definition at line 1080 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_9

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_9   (0x09)

Definition at line 1081 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEDETECT_DETECTORTOL_MASK

#define SX127X_RF_PREAMBLEDETECT_DETECTORTOL_MASK   (0xE0)

Definition at line 1071 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLELSB_SIZE

#define SX127X_RF_PREAMBLELSB_SIZE   (0x03) /* Default */

Definition at line 1132 of file sx127x_registers.h.

◆ SX127X_RF_PREAMBLEMSB_SIZE

#define SX127X_RF_PREAMBLEMSB_SIZE   (0x00) /* Default */

Definition at line 1131 of file sx127x_registers.h.

◆ SX127X_RF_RSSICOLISION_THRESHOLD

#define SX127X_RF_RSSICOLISION_THRESHOLD   (0x0A) /* Default */

Definition at line 968 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_01_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_01_DB   (0xF8)

Definition at line 955 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_02_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_02_DB   (0xF0)

Definition at line 954 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_03_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_03_DB   (0xE8)

Definition at line 953 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_04_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_04_DB   (0xE0)

Definition at line 952 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_05_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_05_DB   (0xD8)

Definition at line 951 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_06_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_06_DB   (0xD0)

Definition at line 950 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_07_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_07_DB   (0xC8)

Definition at line 949 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_08_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_08_DB   (0xC0)

Definition at line 948 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_09_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_09_DB   (0xB8)

Definition at line 947 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_10_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_10_DB   (0xB0)

Definition at line 946 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_11_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_11_DB   (0xA8)

Definition at line 945 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_12_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_12_DB   (0xA0)

Definition at line 944 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_13_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_13_DB   (0x98)

Definition at line 943 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_14_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_14_DB   (0x90)

Definition at line 942 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_15_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_15_DB   (0x88)

Definition at line 941 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_M_16_DB

#define SX127X_RF_RSSICONFIG_OFFSET_M_16_DB   (0x80)

Definition at line 940 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_MASK

#define SX127X_RF_RSSICONFIG_OFFSET_MASK   (0x07)

Definition at line 923 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_00_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_00_DB   (0x00) /* Default */

Definition at line 924 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_01_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_01_DB   (0x08)

Definition at line 925 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_02_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_02_DB   (0x10)

Definition at line 926 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_03_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_03_DB   (0x18)

Definition at line 927 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_04_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_04_DB   (0x20)

Definition at line 928 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_05_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_05_DB   (0x28)

Definition at line 929 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_06_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_06_DB   (0x30)

Definition at line 930 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_07_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_07_DB   (0x38)

Definition at line 931 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_08_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_08_DB   (0x40)

Definition at line 932 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_09_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_09_DB   (0x48)

Definition at line 933 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_10_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_10_DB   (0x50)

Definition at line 934 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_11_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_11_DB   (0x58)

Definition at line 935 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_12_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_12_DB   (0x60)

Definition at line 936 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_13_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_13_DB   (0x68)

Definition at line 937 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_14_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_14_DB   (0x70)

Definition at line 938 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_OFFSET_P_15_DB

#define SX127X_RF_RSSICONFIG_OFFSET_P_15_DB   (0x78)

Definition at line 939 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_SMOOTHING_128

#define SX127X_RF_RSSICONFIG_SMOOTHING_128   (0x06)

Definition at line 964 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_SMOOTHING_16

#define SX127X_RF_RSSICONFIG_SMOOTHING_16   (0x03)

Definition at line 961 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_SMOOTHING_2

#define SX127X_RF_RSSICONFIG_SMOOTHING_2   (0x00)

Definition at line 958 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_SMOOTHING_256

#define SX127X_RF_RSSICONFIG_SMOOTHING_256   (0x07)

Definition at line 965 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_SMOOTHING_32

#define SX127X_RF_RSSICONFIG_SMOOTHING_32   (0x04)

Definition at line 962 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_SMOOTHING_4

#define SX127X_RF_RSSICONFIG_SMOOTHING_4   (0x01)

Definition at line 959 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_SMOOTHING_64

#define SX127X_RF_RSSICONFIG_SMOOTHING_64   (0x05)

Definition at line 963 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_SMOOTHING_8

#define SX127X_RF_RSSICONFIG_SMOOTHING_8   (0x02) /* Default */

Definition at line 960 of file sx127x_registers.h.

◆ SX127X_RF_RSSICONFIG_SMOOTHING_MASK

#define SX127X_RF_RSSICONFIG_SMOOTHING_MASK   (0xF8)

Definition at line 957 of file sx127x_registers.h.

◆ SX127X_RF_RSSITHRESH_THRESHOLD

#define SX127X_RF_RSSITHRESH_THRESHOLD   (0xFF) /* Default */

Definition at line 971 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_EXP_0

#define SX127X_RF_RXBW_EXP_0   (0x00)

Definition at line 980 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_EXP_1

#define SX127X_RF_RXBW_EXP_1   (0x01)

Definition at line 981 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_EXP_2

#define SX127X_RF_RXBW_EXP_2   (0x02)

Definition at line 982 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_EXP_3

#define SX127X_RF_RXBW_EXP_3   (0x03)

Definition at line 983 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_EXP_4

#define SX127X_RF_RXBW_EXP_4   (0x04)

Definition at line 984 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_EXP_5

#define SX127X_RF_RXBW_EXP_5   (0x05) /* Default */

Definition at line 985 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_EXP_6

#define SX127X_RF_RXBW_EXP_6   (0x06)

Definition at line 986 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_EXP_7

#define SX127X_RF_RXBW_EXP_7   (0x07)

Definition at line 987 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_EXP_MASK

#define SX127X_RF_RXBW_EXP_MASK   (0xF8)

Definition at line 979 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_MANT_16

#define SX127X_RF_RXBW_MANT_16   (0x00)

Definition at line 975 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_MANT_20

#define SX127X_RF_RXBW_MANT_20   (0x08)

Definition at line 976 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_MANT_24

#define SX127X_RF_RXBW_MANT_24   (0x10) /* Default */

Definition at line 977 of file sx127x_registers.h.

◆ SX127X_RF_RXBW_MANT_MASK

#define SX127X_RF_RXBW_MANT_MASK   (0xE7)

Definition at line 974 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_AFCAUTO_MASK

#define SX127X_RF_RXCONFIG_AFCAUTO_MASK   (0xEF)

Definition at line 908 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_AFCAUTO_OFF

#define SX127X_RF_RXCONFIG_AFCAUTO_OFF   (0x00) /* Default */

Definition at line 910 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_AFCAUTO_ON

#define SX127X_RF_RXCONFIG_AFCAUTO_ON   (0x10)

Definition at line 909 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_AGCAUTO_MASK

#define SX127X_RF_RXCONFIG_AGCAUTO_MASK   (0xF7)

Definition at line 912 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_AGCAUTO_OFF

#define SX127X_RF_RXCONFIG_AGCAUTO_OFF   (0x00)

Definition at line 914 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_AGCAUTO_ON

#define SX127X_RF_RXCONFIG_AGCAUTO_ON   (0x08) /* Default */

Definition at line 913 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_RESTARTRXONCOLLISION_MASK

#define SX127X_RF_RXCONFIG_RESTARTRXONCOLLISION_MASK   (0x7F)

Definition at line 900 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_RESTARTRXONCOLLISION_OFF

#define SX127X_RF_RXCONFIG_RESTARTRXONCOLLISION_OFF   (0x00) /* Default */

Definition at line 902 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_RESTARTRXONCOLLISION_ON

#define SX127X_RF_RXCONFIG_RESTARTRXONCOLLISION_ON   (0x80)

Definition at line 901 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_RESTARTRXWITHOUTPLLLOCK

#define SX127X_RF_RXCONFIG_RESTARTRXWITHOUTPLLLOCK   (0x40) /* Write only */

Definition at line 904 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_RESTARTRXWITHPLLLOCK

#define SX127X_RF_RXCONFIG_RESTARTRXWITHPLLLOCK   (0x20) /* Write only */

Definition at line 906 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_RXTRIGER_MASK

#define SX127X_RF_RXCONFIG_RXTRIGER_MASK   (0xF8)

Definition at line 916 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_RXTRIGER_OFF

#define SX127X_RF_RXCONFIG_RXTRIGER_OFF   (0x00)

Definition at line 917 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_RXTRIGER_PREAMBLEDETECT

#define SX127X_RF_RXCONFIG_RXTRIGER_PREAMBLEDETECT   (0x06) /* Default */

Definition at line 919 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_RXTRIGER_RSSI

#define SX127X_RF_RXCONFIG_RXTRIGER_RSSI   (0x01)

Definition at line 918 of file sx127x_registers.h.

◆ SX127X_RF_RXCONFIG_RXTRIGER_RSSI_PREAMBLEDETECT

#define SX127X_RF_RXCONFIG_RXTRIGER_RSSI_PREAMBLEDETECT   (0x07)

Definition at line 920 of file sx127x_registers.h.

◆ SX127X_RF_RXDELAY_INTERPACKETRXDELAY

#define SX127X_RF_RXDELAY_INTERPACKETRXDELAY   (0x00) /* Default */

Definition at line 1115 of file sx127x_registers.h.

◆ SX127X_RF_RXTIMEOUT1_TIMEOUTRXRSSI

#define SX127X_RF_RXTIMEOUT1_TIMEOUTRXRSSI   (0x00) /* Default */

Definition at line 1106 of file sx127x_registers.h.

◆ SX127X_RF_RXTIMEOUT2_TIMEOUTRXPREAMBLE

#define SX127X_RF_RXTIMEOUT2_TIMEOUTRXPREAMBLE   (0x00) /* Default */

Definition at line 1109 of file sx127x_registers.h.

◆ SX127X_RF_RXTIMEOUT3_TIMEOUTSIGNALSYNC

#define SX127X_RF_RXTIMEOUT3_TIMEOUTSIGNALSYNC   (0x00) /* Default */

Definition at line 1112 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_FROMIDLE_MASK

#define SX127X_RF_SEQCONFIG1_FROMIDLE_MASK   (0xFD)

Definition at line 1250 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_FROMIDLE_TORX

#define SX127X_RF_SEQCONFIG1_FROMIDLE_TORX   (0x02)

Definition at line 1252 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_FROMIDLE_TOTX

#define SX127X_RF_SEQCONFIG1_FROMIDLE_TOTX   (0x00) /* Default */

Definition at line 1251 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_FROMSTART_MASK

#define SX127X_RF_SEQCONFIG1_FROMSTART_MASK   (0xE7)

Definition at line 1240 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_FROMSTART_TOLPS

#define SX127X_RF_SEQCONFIG1_FROMSTART_TOLPS   (0x00) /* Default */

Definition at line 1241 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_FROMSTART_TORX

#define SX127X_RF_SEQCONFIG1_FROMSTART_TORX   (0x08)

Definition at line 1242 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_FROMSTART_TOTX

#define SX127X_RF_SEQCONFIG1_FROMSTART_TOTX   (0x10)

Definition at line 1243 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_FROMSTART_TOTX_ONFIFOLEVEL

#define SX127X_RF_SEQCONFIG1_FROMSTART_TOTX_ONFIFOLEVEL   (0x18)

Definition at line 1244 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_FROMTX_MASK

#define SX127X_RF_SEQCONFIG1_FROMTX_MASK   (0xFE)

Definition at line 1254 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_FROMTX_TOLPS

#define SX127X_RF_SEQCONFIG1_FROMTX_TOLPS   (0x00) /* Default */

Definition at line 1255 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_FROMTX_TORX

#define SX127X_RF_SEQCONFIG1_FROMTX_TORX   (0x01)

Definition at line 1256 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_IDLEMODE_MASK

#define SX127X_RF_SEQCONFIG1_IDLEMODE_MASK   (0xDF)

Definition at line 1236 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_IDLEMODE_SLEEP

#define SX127X_RF_SEQCONFIG1_IDLEMODE_SLEEP   (0x20)

Definition at line 1237 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_IDLEMODE_STANDBY

#define SX127X_RF_SEQCONFIG1_IDLEMODE_STANDBY   (0x00) /* Default */

Definition at line 1238 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_LPS_IDLE

#define SX127X_RF_SEQCONFIG1_LPS_IDLE   (0x04)

Definition at line 1248 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_LPS_MASK

#define SX127X_RF_SEQCONFIG1_LPS_MASK   (0xFB)

Definition at line 1246 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_LPS_SEQUENCER_OFF

#define SX127X_RF_SEQCONFIG1_LPS_SEQUENCER_OFF   (0x00) /* Default */

Definition at line 1247 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_SEQUENCER_START

#define SX127X_RF_SEQCONFIG1_SEQUENCER_START   (0x80)

Definition at line 1232 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG1_SEQUENCER_STOP

#define SX127X_RF_SEQCONFIG1_SEQUENCER_STOP   (0x40)

Definition at line 1234 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRX_MASK

#define SX127X_RF_SEQCONFIG2_FROMRX_MASK   (0x1F)

Definition at line 1259 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRX_TOLPS_ONPLDRDY

#define SX127X_RF_SEQCONFIG2_FROMRX_TOLPS_ONPLDRDY   (0x40)

Definition at line 1262 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRX_TORXPKT_ONCRCOK

#define SX127X_RF_SEQCONFIG2_FROMRX_TORXPKT_ONCRCOK   (0x60)

Definition at line 1263 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRX_TORXPKT_ONPLDRDY

#define SX127X_RF_SEQCONFIG2_FROMRX_TORXPKT_ONPLDRDY   (0x20)

Definition at line 1261 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRX_TOSEQUENCEROFF_ONPREAMBLE

#define SX127X_RF_SEQCONFIG2_FROMRX_TOSEQUENCEROFF_ONPREAMBLE   (0xC0)

Definition at line 1266 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRX_TOSEQUENCEROFF_ONRSSI

#define SX127X_RF_SEQCONFIG2_FROMRX_TOSEQUENCEROFF_ONRSSI   (0x80)

Definition at line 1264 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRX_TOSEQUENCEROFF_ONSYNC

#define SX127X_RF_SEQCONFIG2_FROMRX_TOSEQUENCEROFF_ONSYNC   (0xA0)

Definition at line 1265 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRX_TOUNUSED_000

#define SX127X_RF_SEQCONFIG2_FROMRX_TOUNUSED_000   (0x00) /* Default */

Definition at line 1260 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRX_TOUNUSED_111

#define SX127X_RF_SEQCONFIG2_FROMRX_TOUNUSED_111   (0xE0)

Definition at line 1267 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRXPKT_MASK

#define SX127X_RF_SEQCONFIG2_FROMRXPKT_MASK   (0xF8)

Definition at line 1275 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRXPKT_TOLPS

#define SX127X_RF_SEQCONFIG2_FROMRXPKT_TOLPS   (0x02)

Definition at line 1278 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRXPKT_TORX

#define SX127X_RF_SEQCONFIG2_FROMRXPKT_TORX   (0x04)

Definition at line 1280 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRXPKT_TOSEQUENCEROFF

#define SX127X_RF_SEQCONFIG2_FROMRXPKT_TOSEQUENCEROFF   (0x00) /* Default */

Definition at line 1276 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRXPKT_TOSYNTHESIZERRX

#define SX127X_RF_SEQCONFIG2_FROMRXPKT_TOSYNTHESIZERRX   (0x03)

Definition at line 1279 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRXPKT_TOTX_ONFIFOEMPTY

#define SX127X_RF_SEQCONFIG2_FROMRXPKT_TOTX_ONFIFOEMPTY   (0x01)

Definition at line 1277 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_MASK

#define SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_MASK   (0xE7)

Definition at line 1269 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_TOLPS

#define SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_TOLPS   (0x10)

Definition at line 1272 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_TORXRESTART

#define SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_TORXRESTART   (0x00) /* Default */

Definition at line 1270 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_TOSEQUENCEROFF

#define SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_TOSEQUENCEROFF   (0x18)

Definition at line 1273 of file sx127x_registers.h.

◆ SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_TOTX

#define SX127X_RF_SEQCONFIG2_FROMRXTIMEOUT_TOTX   (0x08)

Definition at line 1271 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_AUTORESTARTRXMODE_MASK

#define SX127X_RF_SYNCCONFIG_AUTORESTARTRXMODE_MASK   (0x3F)

Definition at line 1135 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_AUTORESTARTRXMODE_OFF

#define SX127X_RF_SYNCCONFIG_AUTORESTARTRXMODE_OFF   (0x00)

Definition at line 1138 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_AUTORESTARTRXMODE_WAITPLL_OFF

#define SX127X_RF_SYNCCONFIG_AUTORESTARTRXMODE_WAITPLL_OFF   (0x40)

Definition at line 1137 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_AUTORESTARTRXMODE_WAITPLL_ON

#define SX127X_RF_SYNCCONFIG_AUTORESTARTRXMODE_WAITPLL_ON   (0x80) /* Default */

Definition at line 1136 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_PREAMBLEPOLARITY_55

#define SX127X_RF_SYNCCONFIG_PREAMBLEPOLARITY_55   (0x20)

Definition at line 1141 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_PREAMBLEPOLARITY_AA

#define SX127X_RF_SYNCCONFIG_PREAMBLEPOLARITY_AA   (0x00) /* Default */

Definition at line 1142 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_PREAMBLEPOLARITY_MASK

#define SX127X_RF_SYNCCONFIG_PREAMBLEPOLARITY_MASK   (0xDF)

Definition at line 1140 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_SYNC_MASK

#define SX127X_RF_SYNCCONFIG_SYNC_MASK   (0xEF)

Definition at line 1144 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_SYNC_OFF

#define SX127X_RF_SYNCCONFIG_SYNC_OFF   (0x00)

Definition at line 1146 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_SYNC_ON

#define SX127X_RF_SYNCCONFIG_SYNC_ON   (0x10) /* Default */

Definition at line 1145 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_SYNCSIZE_1

#define SX127X_RF_SYNCCONFIG_SYNCSIZE_1   (0x00)

Definition at line 1149 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_SYNCSIZE_2

#define SX127X_RF_SYNCCONFIG_SYNCSIZE_2   (0x01)

Definition at line 1150 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_SYNCSIZE_3

#define SX127X_RF_SYNCCONFIG_SYNCSIZE_3   (0x02)

Definition at line 1151 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_SYNCSIZE_4

#define SX127X_RF_SYNCCONFIG_SYNCSIZE_4   (0x03) /* Default */

Definition at line 1152 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_SYNCSIZE_5

#define SX127X_RF_SYNCCONFIG_SYNCSIZE_5   (0x04)

Definition at line 1153 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_SYNCSIZE_6

#define SX127X_RF_SYNCCONFIG_SYNCSIZE_6   (0x05)

Definition at line 1154 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_SYNCSIZE_7

#define SX127X_RF_SYNCCONFIG_SYNCSIZE_7   (0x06)

Definition at line 1155 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_SYNCSIZE_8

#define SX127X_RF_SYNCCONFIG_SYNCSIZE_8   (0x07)

Definition at line 1156 of file sx127x_registers.h.

◆ SX127X_RF_SYNCCONFIG_SYNCSIZE_MASK

#define SX127X_RF_SYNCCONFIG_SYNCSIZE_MASK   (0xF8)

Definition at line 1148 of file sx127x_registers.h.

◆ SX127X_RF_SYNCVALUE1_SYNCVALUE

#define SX127X_RF_SYNCVALUE1_SYNCVALUE   (0x01) /* Default */

Definition at line 1159 of file sx127x_registers.h.

◆ SX127X_RF_SYNCVALUE2_SYNCVALUE

#define SX127X_RF_SYNCVALUE2_SYNCVALUE   (0x01) /* Default */

Definition at line 1160 of file sx127x_registers.h.

◆ SX127X_RF_SYNCVALUE3_SYNCVALUE

#define SX127X_RF_SYNCVALUE3_SYNCVALUE   (0x01) /* Default */

Definition at line 1161 of file sx127x_registers.h.

◆ SX127X_RF_SYNCVALUE4_SYNCVALUE

#define SX127X_RF_SYNCVALUE4_SYNCVALUE   (0x01) /* Default */

Definition at line 1162 of file sx127x_registers.h.

◆ SX127X_RF_SYNCVALUE5_SYNCVALUE

#define SX127X_RF_SYNCVALUE5_SYNCVALUE   (0x01) /* Default */

Definition at line 1163 of file sx127x_registers.h.

◆ SX127X_RF_SYNCVALUE6_SYNCVALUE

#define SX127X_RF_SYNCVALUE6_SYNCVALUE   (0x01) /* Default */

Definition at line 1164 of file sx127x_registers.h.

◆ SX127X_RF_SYNCVALUE7_SYNCVALUE

#define SX127X_RF_SYNCVALUE7_SYNCVALUE   (0x01) /* Default */

Definition at line 1165 of file sx127x_registers.h.

◆ SX127X_RF_SYNCVALUE8_SYNCVALUE

#define SX127X_RF_SYNCVALUE8_SYNCVALUE   (0x01) /* Default */

Definition at line 1166 of file sx127x_registers.h.

◆ SX127X_RF_TCXO_TCXOINPUT_MASK

#define SX127X_RF_TCXO_TCXOINPUT_MASK   (0xEF)

Definition at line 1408 of file sx127x_registers.h.

◆ SX127X_RF_TCXO_TCXOINPUT_OFF

#define SX127X_RF_TCXO_TCXOINPUT_OFF   (0x00) /* Default */

Definition at line 1410 of file sx127x_registers.h.

◆ SX127X_RF_TCXO_TCXOINPUT_ON

#define SX127X_RF_TCXO_TCXOINPUT_ON   (0x10)

Definition at line 1409 of file sx127x_registers.h.

◆ SX127X_RF_TIMER1COEF_TIMER1COEFFICIENT

#define SX127X_RF_TIMER1COEF_TIMER1COEFFICIENT   (0xF5) /* Default */

Definition at line 1296 of file sx127x_registers.h.

◆ SX127X_RF_TIMER2COEF_TIMER2COEFFICIENT

#define SX127X_RF_TIMER2COEF_TIMER2COEFFICIENT   (0x20) /* Default */

Definition at line 1299 of file sx127x_registers.h.

◆ SX127X_RF_TIMERRESOL_TIMER1RESOL_000064_US

#define SX127X_RF_TIMERRESOL_TIMER1RESOL_000064_US   (0x04)

Definition at line 1285 of file sx127x_registers.h.

◆ SX127X_RF_TIMERRESOL_TIMER1RESOL_004100_US

#define SX127X_RF_TIMERRESOL_TIMER1RESOL_004100_US   (0x08)

Definition at line 1286 of file sx127x_registers.h.

◆ SX127X_RF_TIMERRESOL_TIMER1RESOL_262000_US

#define SX127X_RF_TIMERRESOL_TIMER1RESOL_262000_US   (0x0C)

Definition at line 1287 of file sx127x_registers.h.

◆ SX127X_RF_TIMERRESOL_TIMER1RESOL_MASK

#define SX127X_RF_TIMERRESOL_TIMER1RESOL_MASK   (0xF3)

Definition at line 1283 of file sx127x_registers.h.

◆ SX127X_RF_TIMERRESOL_TIMER1RESOL_OFF

#define SX127X_RF_TIMERRESOL_TIMER1RESOL_OFF   (0x00) /* Default */

Definition at line 1284 of file sx127x_registers.h.

◆ SX127X_RF_TIMERRESOL_TIMER2RESOL_000064_US

#define SX127X_RF_TIMERRESOL_TIMER2RESOL_000064_US   (0x01)

Definition at line 1291 of file sx127x_registers.h.

◆ SX127X_RF_TIMERRESOL_TIMER2RESOL_004100_US

#define SX127X_RF_TIMERRESOL_TIMER2RESOL_004100_US   (0x02)

Definition at line 1292 of file sx127x_registers.h.

◆ SX127X_RF_TIMERRESOL_TIMER2RESOL_262000_US

#define SX127X_RF_TIMERRESOL_TIMER2RESOL_262000_US   (0x03)

Definition at line 1293 of file sx127x_registers.h.

◆ SX127X_RF_TIMERRESOL_TIMER2RESOL_MASK

#define SX127X_RF_TIMERRESOL_TIMER2RESOL_MASK   (0xFC)

Definition at line 1289 of file sx127x_registers.h.

◆ SX127X_RF_TIMERRESOL_TIMER2RESOL_OFF

#define SX127X_RF_TIMERRESOL_TIMER2RESOL_OFF   (0x00) /* Default */

Definition at line 1290 of file sx127x_registers.h.

◆ SX127X_RNG_REG_MODEM_CONFIG1

#define SX127X_RNG_REG_MODEM_CONFIG1   (0x0A)

Definition at line 115 of file sx127x_registers.h.

◆ SX127X_RNG_REG_MODEM_CONFIG2

#define SX127X_RNG_REG_MODEM_CONFIG2   (0x70)

Definition at line 116 of file sx127x_registers.h.

◆ VERSION_SX1272

#define VERSION_SX1272   (0x22)

Definition at line 562 of file sx127x_registers.h.

◆ VERSION_SX1276

#define VERSION_SX1276   (0x12)

Definition at line 560 of file sx127x_registers.h.

◆ VERSION_SX1276_WLR089

#define VERSION_SX1276_WLR089   (0x13)

Definition at line 561 of file sx127x_registers.h.