Home
last modified time | relevance | path

Searched refs:REG_IQ_POLARITY (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/radio/sx126x/
Dradio.c749 … SX126xWriteRegister( REG_IQ_POLARITY, SX126xReadRegister( REG_IQ_POLARITY ) & ~( 1 << 2 ) ); in RadioSetRxConfig()
753 … SX126xWriteRegister( REG_IQ_POLARITY, SX126xReadRegister( REG_IQ_POLARITY ) | ( 1 << 2 ) ); in RadioSetRxConfig()
Dsx126x.h167 #define REG_IQ_POLARITY 0x0736 macro