Home
last modified time | relevance | path

Searched refs:REG_LR_RSSIWIDEBAND (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/radio/sx1272/
Dsx1272Regs-LoRa.h77 #define REG_LR_RSSIWIDEBAND 0x2C macro
Dsx1272.c410 rnd |= ( ( uint32_t )SX1272Read( REG_LR_RSSIWIDEBAND ) & 0x01 ) << i; in SX1272Random()
/loramac-node-latest/src/radio/sx1276/
Dsx1276Regs-LoRa.h78 #define REG_LR_RSSIWIDEBAND 0x2C macro
Dsx1276.c421 rnd |= ( ( uint32_t )SX1276Read( REG_LR_RSSIWIDEBAND ) & 0x01 ) << i; in SX1276Random()