SX126x-Arduino
Public Attributes | List of all members
RxCounter_t Struct Reference

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

#include <sx126x.h>

Public Attributes

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.

Member Data 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: