Home
last modified time | relevance | path

Searched refs:lora (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/radio/lr1110/
Dradio.c664 … LR1110.modulation_params.modulation.lora.spreading_factor = ( lr1110_radio_lora_sf_t ) datarate; in RadioSetRxConfig()
665 LR1110.modulation_params.modulation.lora.bandwidth = Bandwidths[bandwidth]; in RadioSetRxConfig()
666 … LR1110.modulation_params.modulation.lora.coding_rate = ( lr1110_radio_lora_cr_t ) coderate; in RadioSetRxConfig()
671 LR1110.modulation_params.modulation.lora.ppm_offset = 0x01; in RadioSetRxConfig()
675 LR1110.modulation_params.modulation.lora.ppm_offset = 0x00; in RadioSetRxConfig()
680 … if( ( LR1110.modulation_params.modulation.lora.spreading_factor == LR1110_RADIO_LORA_SF5 ) || in RadioSetRxConfig()
681 ( LR1110.modulation_params.modulation.lora.spreading_factor == LR1110_RADIO_LORA_SF6 ) ) in RadioSetRxConfig()
685 LR1110.packet_params.packet.lora.preamble_length_in_symb = 12; in RadioSetRxConfig()
689 LR1110.packet_params.packet.lora.preamble_length_in_symb = preambleLen; in RadioSetRxConfig()
694 LR1110.packet_params.packet.lora.preamble_length_in_symb = preambleLen; in RadioSetRxConfig()
[all …]
Dlr1110.h45 lr1110_radio_modulation_param_lora_t lora; member
58 lr1110_radio_packet_param_lora_t lora; member
/loramac-node-latest/
DREADME.md25lora-alliance.org/technical-specifications/ts001-1-0-4-lorawan-l2-1-0-4-specification) / [1.1.0](h…
26lora-alliance.org/technical-specifications/ts001-1-0-4-lorawan-l2-1-0-4-specification) / [1.1.0](h…
27lora-alliance.org/technical-specifications/ts001-1-0-4-lorawan-l2-1-0-4-specification) / [1.1.0](h…
76 $ git clone https://github.com/lora-net/loramac-node.git loramac-node
/loramac-node-latest/src/
DCMakeLists.txt18 project(lora-mac)