Mbed OS Reference
|
FSK modem parameters. More...
#include <LoRaRadio.h>
Data Fields | |
int8_t | power |
Transmit power. More... | |
uint32_t | f_dev |
Frequency deviation. More... | |
uint32_t | bandwidth |
Modulation bandwidth. More... | |
uint32_t | bandwidth_afc |
Automated frequency correction bandwidth. More... | |
uint32_t | datarate |
Data rate (SF). More... | |
uint16_t | preamble_len |
Expected preamble length. More... | |
bool | fix_len |
This flag turns on if the TX data size is fixed. More... | |
uint8_t | payload_len |
Size of outgoing data. More... | |
bool | crc_on |
Turn CRC on/off. More... | |
bool | iq_inverted |
bool | rx_continuous |
Turn continuous reception mode (such as Class C mode) on/off. More... | |
uint32_t | tx_timeout |
Timeout value in milliseconds (ms) after which the radio driver reports a timeout if the radio was unable to transmit. More... | |
uint32_t | rx_single_timeout |
Timeout value in symbols (symb) after which the radio driver reports a timeout if the radio did not receive a Preamble. More... | |
FSK modem parameters.
Parameters encompassing FSK modulation.
Definition at line 118 of file LoRaRadio.h.
int8_t power |
Transmit power.
Definition at line 122 of file LoRaRadio.h.
uint32_t f_dev |
Frequency deviation.
Definition at line 127 of file LoRaRadio.h.
uint32_t bandwidth |
Modulation bandwidth.
Definition at line 132 of file LoRaRadio.h.
uint32_t bandwidth_afc |
Automated frequency correction bandwidth.
Definition at line 137 of file LoRaRadio.h.
uint32_t datarate |
Data rate (SF).
Definition at line 142 of file LoRaRadio.h.
uint16_t preamble_len |
Expected preamble length.
Definition at line 147 of file LoRaRadio.h.
bool fix_len |
This flag turns on if the TX data size is fixed.
Definition at line 152 of file LoRaRadio.h.
uint8_t payload_len |
Size of outgoing data.
Definition at line 157 of file LoRaRadio.h.
bool crc_on |
Turn CRC on/off.
Definition at line 162 of file LoRaRadio.h.
bool iq_inverted |
Definition at line 167 of file LoRaRadio.h.
bool rx_continuous |
Turn continuous reception mode (such as Class C mode) on/off.
Definition at line 172 of file LoRaRadio.h.
uint32_t tx_timeout |
Timeout value in milliseconds (ms) after which the radio driver reports a timeout if the radio was unable to transmit.
Definition at line 178 of file LoRaRadio.h.
uint32_t rx_single_timeout |
Timeout value in symbols (symb) after which the radio driver reports a timeout if the radio did not receive a Preamble.
Definition at line 184 of file LoRaRadio.h.