Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
lora.h File Reference

LoRa modem validation. More...

#include <zephyr/device.h>
#include <zephyr/sys/util.h>

Go to the source code of this file.

Enumerations

enum  { VALIDATION_LORA_POWER_UP = 0 , VALIDATION_LORA_TX = BIT(0) , VALIDATION_LORA_RX = BIT(1) , VALIDATION_LORA_CAD = BIT(2) }
 

Functions

int infuse_validation_lora (const struct device *dev, uint8_t flags)
 Validate the behaviour of a LoRa modem.
 

Detailed Description

LoRa modem validation.

Author
Jordan Yates jorda.nosp@m.n@em.nosp@m.beint.nosp@m..com

SPDX-License-Identifier: FSL-1.1-ALv2