Home
last modified time | relevance | path

Searched refs:packet_params (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/radio/lr1110/
Dradio.c631 LR1110.packet_params.packet_type = LR1110_RADIO_PACKET_GFSK; in RadioSetRxConfig()
632 …LR1110.packet_params.packet.gfsk.preamble_length_tx_in_bit = ( preambleLen << 3 ); // convert byt… in RadioSetRxConfig()
633 …LR1110.packet_params.packet.gfsk.preamble_detect = LR1110_RADIO_GFSK_PREAMBLE_DETECTOR_L… in RadioSetRxConfig()
634 … LR1110.packet_params.packet.gfsk.sync_word_length_in_bit = 3 << 3; // convert byte into bit in RadioSetRxConfig()
635 …LR1110.packet_params.packet.gfsk.address_filtering = LR1110_RADIO_GFSK_ADDRESS_FILTERING_D… in RadioSetRxConfig()
636 LR1110.packet_params.packet.gfsk.header_type = in RadioSetRxConfig()
638 LR1110.packet_params.packet.gfsk.payload_length_in_byte = MaxPayloadLength; in RadioSetRxConfig()
641 LR1110.packet_params.packet.gfsk.crc_type = LR1110_RADIO_GFSK_CRC_2BYTES_INV; in RadioSetRxConfig()
645 LR1110.packet_params.packet.gfsk.crc_type = LR1110_RADIO_GFSK_CRC_OFF; in RadioSetRxConfig()
647 LR1110.packet_params.packet.gfsk.dc_free = LR1110_RADIO_GFSK_DCFREE_WHITENING; in RadioSetRxConfig()
[all …]
Dlr1110.h89 lr1110_packet_params_t packet_params; member