|
Ares LoRa Firmware
|
| Cares_buf | Unified buffer structure for serial |
| Cares_frame | Structured representation of an ares frame |
| Cares_frame_info | Serial buffer metadata that describes the location of a frame in a buffer, the size of the frame, and how many bytes need to be read before deserialization is possible |
| Cares_lora | Ares LoRa internals |
| Cares_lora_buf | Unified buffer structure for LoRa |
| Cares_lora_command | LoRa packet payload handler descriptor |
| Cares_lora_ctx | Ares LoRa instance context |
| Cares_lora_transport | Transfer interface |
| Cares_lora_transport_api | Unified LoRa transport interface |
| Cares_packet | Structured representation of an ares packet |
| Cares_packet_info | Serial buffer metadata that describes the location of a packet in a buffer, the size of the packet, and how many bytes need to be read before deserialization is possible |
| Cares_packet_payload | Payload of ares packets |
| Cares_serial | Ares serial internals |
| Cares_serial_command | Ares frame handler descriptor |
| Cares_serial_ctx | Ares serial instance context |
| Cares_serial_transport | Transfer interface |
| Cares_serial_transport_api | Unified serial transport interface |
| Clora_async_driven | LoRa async driven transport layer internals |
| Clora_common | LoRa transfer layer common internals |
| Cserial_uart_common | Serial transfer layer common internals |
| Cserial_uart_int_driven | Serial interrupt driven transport layer internals |