sx127x_netdev.h

Netdev driver definitions for SX127X driver.

struct netdev_radio_lora_packet_info netdev_sx127x_lora_packet_info_t

Received LoRa packet status information.

const netdev.h::netdev_driver_t sx127x_driver

Reference to the netdev device driver struct.

struct netdev_radio_lora_packet_info

Received LoRa packet status information.

uint8_t rssi

RSSI of a received packet.

uint8_t lqi

LQI of a received packet.

int8_t snr

S/N ratio.