Ares LoRa Firmware
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 Cares_bufUnified buffer structure for serial
 Cares_frameStructured representation of an ares frame
 Cares_frame_infoSerial 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_loraAres LoRa internals
 Cares_lora_bufUnified buffer structure for LoRa
 Cares_lora_commandLoRa packet payload handler descriptor
 Cares_lora_ctxAres LoRa instance context
 Cares_lora_transportTransfer interface
 Cares_lora_transport_apiUnified LoRa transport interface
 Cares_packetStructured representation of an ares packet
 Cares_packet_infoSerial 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_payloadPayload of ares packets
 Cares_serialAres serial internals
 Cares_serial_commandAres frame handler descriptor
 Cares_serial_ctxAres serial instance context
 Cares_serial_transportTransfer interface
 Cares_serial_transport_apiUnified serial transport interface
 Clora_async_drivenLoRa async driven transport layer internals
 Clora_commonLoRa transfer layer common internals
 Cserial_uart_commonSerial transfer layer common internals
 Cserial_uart_int_drivenSerial interrupt driven transport layer internals