![]() |
RUI3 (RAK Unified Interface 3) - RAK4631
|
Go to the source code of this file.
Data Structures | |
struct | testParameter_t |
Sets the reception parameters. More... | |
struct | testCwParameter_t |
Macros | |
#define | LORA_TEST_DEBUG(fmt, args...) |
Functions | |
int32_t | service_lora_trssi (int16_t *rssiVal) |
int32_t | service_lora_ttone (void) |
void | service_lora_toff (void) |
int32_t | service_lora_trx (int32_t nb_packet) |
int32_t | service_lora_ttx (int32_t nb_packet) |
int32_t | service_lora_set_tconf (testParameter_t *Param) |
int32_t | service_lora_get_tconf (testParameter_t *Param) |
int32_t | service_lora_tth (const testParameter_t *param) |
int32_t | service_lora_get_cw (testCwParameter_t *param) |
int32_t | service_lora_set_cw (testCwParameter_t *param) |
#define LORA_TEST_DEBUG | ( | fmt, | |
args... | |||
) |
int32_t service_lora_trssi | ( | int16_t * | rssiVal | ) |
int32_t service_lora_ttone | ( | void | ) |
void service_lora_toff | ( | void | ) |
int32_t service_lora_trx | ( | int32_t | nb_packet | ) |
int32_t service_lora_ttx | ( | int32_t | nb_packet | ) |
int32_t service_lora_set_tconf | ( | testParameter_t * | Param | ) |
int32_t service_lora_get_tconf | ( | testParameter_t * | Param | ) |
int32_t service_lora_tth | ( | const testParameter_t * | param | ) |
int32_t service_lora_get_cw | ( | testCwParameter_t * | param | ) |
int32_t service_lora_set_cw | ( | testCwParameter_t * | param | ) |