RUI3 (RAK Unified Interface 3) - RAK4631
service_lora_test.h File Reference

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)
 

Macro Definition Documentation

◆ LORA_TEST_DEBUG

#define LORA_TEST_DEBUG (   fmt,
  args... 
)

Function Documentation

◆ service_lora_trssi()

int32_t service_lora_trssi ( int16_t *  rssiVal)

◆ service_lora_ttone()

int32_t service_lora_ttone ( void  )

◆ service_lora_toff()

void service_lora_toff ( void  )

◆ service_lora_trx()

int32_t service_lora_trx ( int32_t  nb_packet)

◆ service_lora_ttx()

int32_t service_lora_ttx ( int32_t  nb_packet)

◆ service_lora_set_tconf()

int32_t service_lora_set_tconf ( testParameter_t Param)

◆ service_lora_get_tconf()

int32_t service_lora_get_tconf ( testParameter_t Param)

◆ service_lora_tth()

int32_t service_lora_tth ( const testParameter_t param)

◆ service_lora_get_cw()

int32_t service_lora_get_cw ( testCwParameter_t param)

◆ service_lora_set_cw()

int32_t service_lora_set_cw ( testCwParameter_t param)