|
Arduino LMIC 6.0.1
Arduino LoRaWAN(r) MAC in C
|
details of lmic_class_c_flags_t. More...
#include <lmic.h>
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. | |
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.