Arduino LMIC 6.0.1
Arduino LoRaWAN(r) MAC in C
Loading...
Searching...
No Matches
lmic_class_c_flags_u Union Reference

details of lmic_class_c_flags_t. More...

#include <lmic.h>

Collaboration diagram for lmic_class_c_flags_u:

Data Structures

struct  lmic_class_c_flags_s
 the Class C operating flags More...

Data Fields

struct lmic_class_c_flags_u::lmic_class_c_flags_s f
 access the class C flags individually.
unsigned mask
 view all the flags as a word so we can reset them easily.

Detailed Description

details of lmic_class_c_flags_t.

Two views are provided: the mask field, which can be used for mass initialization; and the various bits in the f field, which are used for normal computations.


The documentation for this union was generated from the following file: