Home
last modified time | relevance | path

Searched refs:SX126xWriteCommand (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/solutions/lora_p2p_demo/
A Dsx126x.c227 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 Dsx126x-board.h91 void SX126xWriteCommand( RadioCommands_t opcode, uint8_t *buffer, uint16_t size );
A Dsx126x-haas.c207 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() function

Completed in 7 milliseconds