LoRaWAN Communication API.
More...
|
LoRa_Mode | currentMode |
| Current operating mode.
|
|
void(* | transmit )(struct LoRa *, uint8_t *, uint8_t) |
| LoRa transmit method.
|
|
void(* | startReceive )(struct LoRa *) |
| LoRa continuous receive method.
|
|
uint8_t(* | readReceive )(struct LoRa *, uint8_t *, uint8_t) |
| LoRa receive buffer read method.
|
|
void(* | clearIRQ )(struct LoRa *, uint8_t) |
| LoRa IRQ clear method.
|
|
LoRaWAN Communication API.
Contains all functions, types, and macros related to controlling the LoRa radio and managing LoRaWAN network operations.
◆ currentMode
Current operating mode.
Definition at line 31 of file lora.h.
◆ transmit
void(* transmit) (struct LoRa *, uint8_t *, uint8_t) |
LoRa transmit method.
Definition at line 32 of file lora.h.
◆ startReceive
void(* startReceive) (struct LoRa *) |
LoRa continuous receive method.
Definition at line 33 of file lora.h.
◆ readReceive
uint8_t(* readReceive) (struct LoRa *, uint8_t *, uint8_t) |
LoRa receive buffer read method.
Definition at line 34 of file lora.h.
◆ clearIRQ
void(* clearIRQ) (struct LoRa *, uint8_t) |
LoRa IRQ clear method.
Definition at line 35 of file lora.h.