Lines Matching refs:SX126xWriteCommand

267     SX126xWriteCommand( RADIO_SET_SLEEP, &value, 1 );  in SX126xSetSleep()
273 SX126xWriteCommand( RADIO_SET_STANDBY, ( uint8_t* )&standbyConfig, 1 ); in SX126xSetStandby()
286 SX126xWriteCommand( RADIO_SET_FS, 0, 0 ); in SX126xSetFs()
299 SX126xWriteCommand( RADIO_SET_TX, buf, 3 ); in SX126xSetTx()
313 SX126xWriteCommand( RADIO_SET_RX, buf, 3 ); in SX126xSetRx()
327 SX126xWriteCommand( RADIO_SET_RX, buf, 3 ); in SX126xSetRxBoosted()
340 SX126xWriteCommand( RADIO_SET_RXDUTYCYCLE, buf, 6 ); in SX126xSetRxDutyCycle()
346 SX126xWriteCommand( RADIO_SET_CAD, 0, 0 ); in SX126xSetCad()
352 SX126xWriteCommand( RADIO_SET_TXCONTINUOUSWAVE, 0, 0 ); in SX126xSetTxContinuousWave()
358 SX126xWriteCommand( RADIO_SET_TXCONTINUOUSPREAMBLE, 0, 0 ); in SX126xSetTxInfinitePreamble()
364 SX126xWriteCommand( RADIO_SET_STOPRXTIMERONPREAMBLE, ( uint8_t* )&enable, 1 ); in SX126xSetStopRxTimerOnPreambleDetect()
382 SX126xWriteCommand( RADIO_SET_LORASYMBTIMEOUT, &reg, 1 ); in SX126xSetLoRaSymbNumTimeout()
393 SX126xWriteCommand( RADIO_SET_REGULATORMODE, ( uint8_t* )&mode, 1 ); in SX126xSetRegulatorMode()
406 SX126xWriteCommand( RADIO_CALIBRATE, &value, 1 ); in SX126xCalibrate()
438 SX126xWriteCommand( RADIO_CALIBRATEIMAGE, calFreq, 2 ); in SX126xCalibrateImage()
449 SX126xWriteCommand( RADIO_SET_PACONFIG, buf, 4 ); in SX126xSetPaConfig()
454 SX126xWriteCommand( RADIO_SET_TXFALLBACKMODE, &fallbackMode, 1 ); in SX126xSetRxTxFallbackMode()
469 SX126xWriteCommand( RADIO_CFG_DIOIRQ, buf, 8 ); in SX126xSetDioIrqParams()
482 SX126xWriteCommand( RADIO_SET_RFSWITCHMODE, &enable, 1 ); in SX126xSetDio2AsRfSwitchCtrl()
494 SX126xWriteCommand( RADIO_SET_TCXOMODE, buf, 4 ); in SX126xSetDio3AsTcxoCtrl()
513 SX126xWriteCommand( RADIO_SET_RFFREQUENCY, buf, 4 ); in SX126xSetRfFrequency()
520 SX126xWriteCommand( RADIO_SET_PACKETTYPE, ( uint8_t* )&packetType, 1 ); in SX126xSetPacketType()
569 SX126xWriteCommand( RADIO_SET_TXPARAMS, buf, 2 ); in SX126xSetTxParams()
599 SX126xWriteCommand( RADIO_SET_MODULATIONPARAMS, buf, n ); in SX126xSetModulationParams()
608 SX126xWriteCommand( RADIO_SET_MODULATIONPARAMS, buf, n ); in SX126xSetModulationParams()
673 SX126xWriteCommand( RADIO_SET_PACKETPARAMS, buf, n ); in SX126xSetPacketParams()
687 SX126xWriteCommand( RADIO_SET_CADPARAMS, buf, 7 ); in SX126xSetCadParams()
697 SX126xWriteCommand( RADIO_SET_BUFFERBASEADDRESS, buf, 2 ); in SX126xSetBufferBaseAddress()
794 SX126xWriteCommand( RADIO_CLR_ERROR, buf, 2 ); in SX126xClearDeviceErrors()
803 SX126xWriteCommand( RADIO_CLR_IRQSTATUS, buf, 2 ); in SX126xClearIrqStatus()