Home
last modified time | relevance | path

Searched refs:RFLR_PACONFIG_OUTPUTPOWER_MASK (Results 1 – 9 of 9) sorted by relevance

/loramac-node-latest/src/boards/NucleoL152/
Dsx1272mb2das-board.c204 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power - 5 ) … in SX1272SetRfTxPower()
216 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power - 2 ) … in SX1272SetRfTxPower()
229 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power + 1 ) … in SX1272SetRfTxPower()
/loramac-node-latest/src/boards/NucleoL073/
Dsx1272mb2das-board.c204 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power - 5 ) … in SX1272SetRfTxPower()
216 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power - 2 ) … in SX1272SetRfTxPower()
229 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power + 1 ) … in SX1272SetRfTxPower()
/loramac-node-latest/src/boards/NucleoL476/
Dsx1272mb2das-board.c204 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power - 5 ) … in SX1272SetRfTxPower()
216 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power - 2 ) … in SX1272SetRfTxPower()
229 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power + 1 ) … in SX1272SetRfTxPower()
/loramac-node-latest/src/boards/SKiM980A/
Dsx1272-board.c205 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power - 5 ) … in SX1272SetRfTxPower()
217 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power - 2 ) … in SX1272SetRfTxPower()
230 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power + 1 ) … in SX1272SetRfTxPower()
/loramac-node-latest/src/boards/SKiM880B/
Dsx1272-board.c205 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power - 5 ) … in SX1272SetRfTxPower()
217 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power - 2 ) … in SX1272SetRfTxPower()
230 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power + 1 ) … in SX1272SetRfTxPower()
/loramac-node-latest/src/boards/SKiM881AXL/
Dsx1272-board.c205 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power - 5 ) … in SX1272SetRfTxPower()
217 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power - 2 ) … in SX1272SetRfTxPower()
230 …paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | ( uint8_t )( ( uint16_t )( power + 1 ) … in SX1272SetRfTxPower()
/loramac-node-latest/src/boards/NAMote72/
Dsx1272-board.c207 paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | RfoTable[power - 20]; in SX1272SetRfTxPower()
212 paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | PaBTable[MAX( power, 0 )]; in SX1272SetRfTxPower()
/loramac-node-latest/src/radio/sx1272/
Dsx1272Regs-LoRa.h148 #define RFLR_PACONFIG_OUTPUTPOWER_MASK 0xF0 macro
/loramac-node-latest/src/radio/sx1276/
Dsx1276Regs-LoRa.h159 #define RFLR_PACONFIG_OUTPUTPOWER_MASK 0xF0 macro