lriot 2.1.0.0
|
RF switch configuration parameters. More...
#include <lr1110_modem_system_types.h>
Data Fields | |
uint8_t | enable |
Bit mask of enabled switches. | |
uint8_t | standby |
Bit mask of switches that are on in standby mode. | |
uint8_t | rx_mode |
Bit mask of switches that are on in rx mode. | |
uint8_t | tx_mode |
Bit mask of switches that are on in tx mode. | |
uint8_t | tx_hp |
Bit mask of switches that are on in tx_hp mode. | |
uint8_t | tx_hf |
Bit mask of switches that are on in tx_hf mode. | |
uint8_t | gnss |
Bit mask of switches that are on in gnss mode. | |
uint8_t | wifi |
Bit mask of switches that are on in wifi mode. | |
RF switch configuration parameters.
uint8_t enable |
Bit mask of enabled switches.
uint8_t gnss |
Bit mask of switches that are on in gnss mode.
uint8_t rx_mode |
Bit mask of switches that are on in rx mode.
uint8_t standby |
Bit mask of switches that are on in standby mode.
uint8_t tx_hf |
Bit mask of switches that are on in tx_hf mode.
uint8_t tx_hp |
Bit mask of switches that are on in tx_hp mode.
uint8_t tx_mode |
Bit mask of switches that are on in tx mode.
uint8_t wifi |
Bit mask of switches that are on in wifi mode.