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.
RadioFskPacketHandler_t Struct Reference
Radio FSK packet handler state Contains information about an FSK packet and various metadata. More...
#include <sx1278.h>
Data Fields | |
uint8_t | PreambleDetected |
Set to true (1) when a Preamble is detected, otherwise false (0). | |
uint8_t | SyncWordDetected |
Set to true (1) when a SyncWord is detected, otherwise false (0). | |
int8_t | RssiValue |
Storage for RSSI value of the received signal. | |
int32_t | AfcValue |
Automated frequency correction value. | |
uint8_t | RxGain |
LNA gain value (dbm). | |
uint16_t | Size |
Size of the received data in bytes. | |
uint16_t | NbBytes |
Keeps track of number of bytes already read from the RX FIFO. | |
uint8_t | FifoThresh |
Stores the FIFO threshold value. | |
uint8_t | ChunkSize |
Defines the size of a chunk of outgoing buffer written to the FIFO at a unit time. |
Detailed Description
Radio FSK packet handler state Contains information about an FSK packet and various metadata.
Definition at line 318 of file sx1278.h.
Field Documentation
uint8_t ChunkSize |
Defines the size of a chunk of outgoing buffer written to the FIFO at a unit time.
For example, if the size of the data exceeds the FIFO limit, a certain sized chunk is written to the FIFO. Later, a FIFO-level interrupt enables writing of the remaining data to the FIFO chunk by chunk until transmission is complete.
uint8_t FifoThresh |
uint16_t NbBytes |
uint8_t PreambleDetected |
int8_t RssiValue |
uint8_t SyncWordDetected |
Generated on Tue Jul 12 2022 18:29:21 by
