Ares LoRa Firmware
Loading...
Searching...
No Matches
ares_lora Struct Reference

Ares LoRa internals. More...

#include <lora.h>

Collaboration diagram for ares_lora:

Data Fields

const struct ares_lora_transportiface
struct ares_lora_ctxctx
const char * name
struct k_thread * thread
k_thread_stack_t * stack

Detailed Description

Ares LoRa internals.

Field Documentation

◆ ctx

struct ares_lora_ctx* ares_lora::ctx

Internal context.

◆ iface

const struct ares_lora_transport* ares_lora::iface

Transport interface.

◆ name

const char* ares_lora::name

Instance name.

◆ stack

k_thread_stack_t* ares_lora::stack

Thread stack.

◆ thread

struct k_thread* ares_lora::thread

Instance thread.


The documentation for this struct was generated from the following file: