Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/lora_p2p_demo/
A Dradio.c479 SX126x_t SX126x; variable
676 SX126xSetPacketParams( &SX126x.PacketParams ); in RadioSetRxConfig()
728 SX126xSetPacketParams( &SX126x.PacketParams ); in RadioSetRxConfig()
766 SX126x.ModulationParams.Params.Gfsk.Fdev = fdev; in RadioSetTxConfig()
788 SX126xSetPacketParams( &SX126x.PacketParams ); in RadioSetTxConfig()
836 SX126xSetPacketParams( &SX126x.PacketParams ); in RadioSetTxConfig()
1025 SX126x.PacketParams.Params.LoRa.PayloadLength = size; in RadioSend()
1029 SX126x.PacketParams.Params.Gfsk.PayloadLength = size; in RadioSend()
1031 SX126xSetPacketParams( &SX126x.PacketParams ); in RadioSend()
1136 SX126xSetPacketParams( &SX126x.PacketParams ); in RadioSetMaxPayloadLength()
[all …]
A Dsx126x-haas.c61 if (SX126x.Spi <= 0) { in SX126xIoInit()
76 SX126x.NSS.id = 22; //p2-6 in SX126xIoInit()
79 SX126x.Reset.id = 33; //p4-1 in SX126xIoInit()
82 SX126x.DIO1.id = 32; //p4-0 in SX126xIoInit()
84 SX126x.BUSY.id = 39; //p4-7 in SX126xIoInit()
85 SX126x.BUSY.data = 0; in SX126xIoInit()
106 SX126x.DIO1.cb = dioIrq; in SX126xIoIrqInit()
107 SX126x.DIO1.arg = NULL; in SX126xIoIrqInit()
151 SX126x.Reset.data = 0; in SX126xReset()
154 SX126x.Reset.data = 1; in SX126xReset()
[all …]
A Dsx126x-board.h182 extern SX126x_t SX126x;

Completed in 13 milliseconds