Searched refs:packet (Results 1 – 3 of 3) sorted by relevance
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()652 lr1110_radio_set_packet_param_gfsk( &LR1110, &LR1110.packet_params.packet.gfsk ); in RadioSetRxConfig()[all …]
59 }packet; //!< Holds the packet parameters structure member
347 - Changed SX126x driver to only process a received packet when there is no CRC error