Searched refs:lora (Results 1 – 4 of 4) sorted by relevance
664 … 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 …]
45 lr1110_radio_modulation_param_lora_t lora; member58 lr1110_radio_packet_param_lora_t lora; member
25 …lora-alliance.org/technical-specifications/ts001-1-0-4-lorawan-l2-1-0-4-specification) / [1.1.0](h…26 …lora-alliance.org/technical-specifications/ts001-1-0-4-lorawan-l2-1-0-4-specification) / [1.1.0](h…27 …lora-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
18 project(lora-mac)