Searched refs:SX126xWriteCommand (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/solutions/lora_p2p_demo/ |
A D | sx126x.c | 227 SX126xWriteCommand( RADIO_SET_SLEEP, &value, 1 ); in SX126xSetSleep() 246 SX126xWriteCommand( RADIO_SET_FS, 0, 0 ); in SX126xSetFs() 259 SX126xWriteCommand( RADIO_SET_TX, buf, 3 ); in SX126xSetTx() 271 SX126xWriteCommand( RADIO_SET_RX, buf, 3 ); in SX126xSetRx() 285 SX126xWriteCommand( RADIO_SET_RX, buf, 3 ); in SX126xSetRxBoosted() 304 SX126xWriteCommand( RADIO_SET_CAD, 0, 0 ); in SX126xSetCad() 361 SX126xWriteCommand( RADIO_CALIBRATE, &value, 1 ); in SX126xCalibrate() 404 SX126xWriteCommand( RADIO_SET_PACONFIG, buf, 4 ); in SX126xSetPaConfig() 424 SX126xWriteCommand( RADIO_CFG_DIOIRQ, buf, 8 ); in SX126xSetDioIrqParams() 453 SX126xWriteCommand( RADIO_SET_TCXOMODE, buf, 4 ); in SX126xSetDio3AsTcxoCtrl() [all …]
|
A D | sx126x-board.h | 91 void SX126xWriteCommand( RadioCommands_t opcode, uint8_t *buffer, uint16_t size );
|
A D | sx126x-haas.c | 207 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() function
|
Completed in 5 milliseconds