Searched refs:SX126xSetPaConfig (Results 1 – 2 of 2) sorted by relevance
/loramac-node-latest/src/radio/sx126x/ |
D | sx126x.c | 441 void SX126xSetPaConfig( uint8_t paDutyCycle, uint8_t hpMax, uint8_t deviceSel, uint8_t paLut ) in SX126xSetPaConfig() function 536 SX126xSetPaConfig( 0x06, 0x00, 0x01, 0x01 ); in SX126xSetTxParams() 540 SX126xSetPaConfig( 0x04, 0x00, 0x01, 0x01 ); in SX126xSetTxParams() 557 SX126xSetPaConfig( 0x04, 0x07, 0x00, 0x01 ); in SX126xSetTxParams()
|
D | sx126x.h | 960 void SX126xSetPaConfig( uint8_t paDutyCycle, uint8_t hpMax, uint8_t deviceSel, uint8_t paLut );
|