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.
RadioFskSettings_t Struct Reference
Radio FSK modem parameters Parameters encompassing FSK modulation. More...
#include <sx1278.h>
Data Fields | |
int8_t | Power |
Transmit power. | |
uint32_t | Fdev |
Frequency deviation. | |
uint32_t | Bandwidth |
Modulation bandwidth. | |
uint32_t | BandwidthAfc |
Automated frequency correction bandwidth. | |
uint32_t | Datarate |
Data rate (SF). | |
uint16_t | PreambleLen |
Expected preamble length. | |
bool | FixLen |
This flag turns on if the TX data size is fixed. | |
uint8_t | PayloadLen |
Size of outgoing data. | |
bool | CrcOn |
Turn CRC on/off. | |
bool | IqInverted |
Does not apply to FSK. | |
bool | RxContinuous |
Turn continuous reception mode (such as Class C mode) on/off. | |
uint32_t | TxTimeout |
Timeout value in milliseconds (ms) after which the radio driver reports a timeout if the radio was unable to transmit. | |
uint32_t | RxSingleTimeout |
Timeout value in symbols (symb) after which the radio driver reports a timeout if the radio did not receive a Preamble. |
Detailed Description
Radio FSK modem parameters Parameters encompassing FSK modulation.
Definition at line 244 of file sx1278.h.
Field Documentation
uint32_t BandwidthAfc |
bool FixLen |
bool IqInverted |
uint8_t PayloadLen |
uint16_t PreambleLen |
bool RxContinuous |
uint32_t RxSingleTimeout |
Generated on Tue Jul 12 2022 18:29:21 by
