|
Ares LoRa Firmware
|
Ares LoRa internals. More...
#include <lora.h>

Data Fields | |
| const struct ares_lora_transport * | iface |
| struct ares_lora_ctx * | ctx |
| const char * | name |
| struct k_thread * | thread |
| k_thread_stack_t * | stack |
Ares LoRa internals.
| struct ares_lora_ctx* ares_lora::ctx |
Internal context.
| const struct ares_lora_transport* ares_lora::iface |
Transport interface.
| const char* ares_lora::name |
Instance name.
| k_thread_stack_t* ares_lora::stack |
Thread stack.
| struct k_thread* ares_lora::thread |
Instance thread.