Lines Matching refs:SX126xWriteCommand

227     SX126xWriteCommand( RADIO_SET_SLEEP, &value, 1 );  in SX126xSetSleep()
233 SX126xWriteCommand( RADIO_SET_STANDBY, ( uint8_t* )&standbyConfig, 1 ); in SX126xSetStandby()
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()
298 SX126xWriteCommand( RADIO_SET_RXDUTYCYCLE, buf, 6 ); in SX126xSetRxDutyCycle()
304 SX126xWriteCommand( RADIO_SET_CAD, 0, 0 ); in SX126xSetCad()
310 SX126xWriteCommand( RADIO_SET_TXCONTINUOUSWAVE, 0, 0 ); in SX126xSetTxContinuousWave()
316 SX126xWriteCommand( RADIO_SET_TXCONTINUOUSPREAMBLE, 0, 0 ); in SX126xSetTxInfinitePreamble()
322 SX126xWriteCommand( RADIO_SET_STOPRXTIMERONPREAMBLE, ( uint8_t* )&enable, 1 ); in SX126xSetStopRxTimerOnPreambleDetect()
327 SX126xWriteCommand( RADIO_SET_LORASYMBTIMEOUT, &symbNum, 1 ); in SX126xSetLoRaSymbNumTimeout()
348 SX126xWriteCommand( RADIO_SET_REGULATORMODE, ( uint8_t* )&mode, 1 ); in SX126xSetRegulatorMode()
361 SX126xWriteCommand( RADIO_CALIBRATE, &value, 1 ); in SX126xCalibrate()
393 SX126xWriteCommand( RADIO_CALIBRATEIMAGE, calFreq, 2 ); in SX126xCalibrateImage()
404 SX126xWriteCommand( RADIO_SET_PACONFIG, buf, 4 ); in SX126xSetPaConfig()
409 SX126xWriteCommand( RADIO_SET_TXFALLBACKMODE, &fallbackMode, 1 ); in SX126xSetRxTxFallbackMode()
424 SX126xWriteCommand( RADIO_CFG_DIOIRQ, buf, 8 ); in SX126xSetDioIrqParams()
441 SX126xWriteCommand( RADIO_SET_RFSWITCHMODE, &enable, 1 ); in SX126xSetDio2AsRfSwitchCtrl()
453 SX126xWriteCommand( RADIO_SET_TCXOMODE, buf, 4 ); in SX126xSetDio3AsTcxoCtrl()
472 SX126xWriteCommand( RADIO_SET_RFFREQUENCY, buf, 4 ); in SX126xSetRfFrequency()
479 SX126xWriteCommand( RADIO_SET_PACKETTYPE, ( uint8_t* )&packetType, 1 ); in SX126xSetPacketType()
529 SX126xWriteCommand( RADIO_SET_TXPARAMS, buf, 2 ); in SX126xSetTxParams()
559 SX126xWriteCommand( RADIO_SET_MODULATIONPARAMS, buf, n ); in SX126xSetModulationParams()
568 SX126xWriteCommand( RADIO_SET_MODULATIONPARAMS, buf, n ); in SX126xSetModulationParams()
633 SX126xWriteCommand( RADIO_SET_PACKETPARAMS, buf, n ); in SX126xSetPacketParams()
647 SX126xWriteCommand( RADIO_SET_CADPARAMS, buf, 7 ); in SX126xSetCadParams()
657 SX126xWriteCommand( RADIO_SET_BUFFERBASEADDRESS, buf, 2 ); in SX126xSetBufferBaseAddress()
754 SX126xWriteCommand( RADIO_CLR_ERROR, buf, 2 ); in SX126xClearDeviceErrors()
763 SX126xWriteCommand( RADIO_CLR_IRQSTATUS, buf, 2 ); in SX126xClearIrqStatus()