SX126x-Arduino  2.0.1
Data Fields
RxCounter_t Struct Reference

Represents the Rx internal counters values when GFSK or LoRa packet type is used. More...

#include <sx126x.h>

Data Fields

RadioPacketTypes_t packetType
 Packet to which the packet status are referring to. More...
 
uint16_t PacketReceived
 
uint16_t CrcOk
 
uint16_t LengthError
 

Detailed Description

Represents the Rx internal counters values when GFSK or LoRa packet type is used.

Field Documentation

◆ packetType

RadioPacketTypes_t RxCounter_t::packetType

Packet to which the packet status are referring to.

◆ PacketReceived

uint16_t RxCounter_t::PacketReceived

◆ CrcOk

uint16_t RxCounter_t::CrcOk

◆ LengthError

uint16_t RxCounter_t::LengthError

The documentation for this struct was generated from the following file: