Uttam Bhat / SX1280Lib

Fork of SX1280Lib by Semtech

Embed: (wiki syntax)

« Back to documentation index

RxCounter_t Struct Reference

RxCounter_t Struct Reference

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

#include <sx1280.h>

Data Fields

RadioPacketTypes_t packetType
 Packet to which the packet status are referring to.
uint16_t PacketReceived
 Number of received packets.
uint16_t CrcError
 Number of CRC errors.
uint16_t LengthError
 Number of length errors.
uint16_t SyncwordError
 Number of sync-word errors.
uint16_t HeaderValid
 Number of valid headers.

Detailed Description

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

Definition at line 906 of file sx1280.h.


Field Documentation

uint16_t CrcError

Number of CRC errors.

Definition at line 914 of file sx1280.h.

uint16_t HeaderValid

Number of valid headers.

Definition at line 922 of file sx1280.h.

uint16_t LengthError

Number of length errors.

Definition at line 915 of file sx1280.h.

uint16_t PacketReceived

Number of received packets.

Definition at line 913 of file sx1280.h.

RadioPacketTypes_t packetType

Packet to which the packet status are referring to.

Definition at line 908 of file sx1280.h.

uint16_t SyncwordError

Number of sync-word errors.

Definition at line 916 of file sx1280.h.