Searched refs:SX1276GetPaSelect (Results 1 – 8 of 8) sorted by relevance
36 static uint8_t SX1276GetPaSelect( uint32_t channel );184 …paConfig = ( paConfig & RF_PACONFIG_PASELECT_MASK ) | SX1276GetPaSelect( SX1276.Settings.Channel ); in SX1276SetRfTxPower()244 static uint8_t SX1276GetPaSelect( uint32_t channel ) in SX1276GetPaSelect() function
39 static uint8_t SX1276GetPaSelect( uint32_t channel );242 …paConfig = ( paConfig & RF_PACONFIG_PASELECT_MASK ) | SX1276GetPaSelect( SX1276.Settings.Channel ); in SX1276SetRfTxPower()302 static uint8_t SX1276GetPaSelect( uint32_t channel ) in SX1276GetPaSelect() function
36 static uint8_t SX1276GetPaSelect( int8_t power );193 paConfig = ( paConfig & RF_PACONFIG_PASELECT_MASK ) | SX1276GetPaSelect( power ); in SX1276SetRfTxPower()253 static uint8_t SX1276GetPaSelect( int8_t power ) in SX1276GetPaSelect() function