Home
last modified time | relevance | path

Searched refs:REG_LNA (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/
Dsx1272-board.h42 { MODEM_FSK , REG_LNA , 0x23 },\
Dsx1276-board.h42 { MODEM_FSK , REG_LNA , 0x23 },\
/loramac-node-latest/src/radio/sx1272/
Dsx1272Regs-Fsk.h51 #define REG_LNA 0x0C macro
Dsx1272.c1772 SX1272.Settings.FskPacketHandler.RxGain = ( SX1272Read( REG_LNA ) >> 5 ) & 0x07; in SX1272OnDio2Irq()
/loramac-node-latest/src/radio/sx1276/
Dsx1276Regs-Fsk.h51 #define REG_LNA 0x0C macro
Dsx1276.c1931 SX1276.Settings.FskPacketHandler.RxGain = ( SX1276Read( REG_LNA ) >> 5 ) & 0x07; in SX1276OnDio2Irq()