Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SX1280Lib by
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 HeaderValid | 
| uint16_t LengthError | 
| uint16_t PacketReceived | 
| RadioPacketTypes_t packetType | 
| uint16_t SyncwordError | 
Generated on Thu Jul 21 2022 00:08:48 by
 1.7.2
 1.7.2 
    