Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
loramac_frame_ctrl_t::ctrl_bits_s Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
| uint8_t | fopts_len: 4 |
| uint8_t | fpending: 1 |
| uint8_t | ack: 1 |
| uint8_t | adr_ack_req: 1 |
| uint8_t | adr: 1 |
Detailed Description
The structure containing single access to bits.
Definition at line 593 of file lorawan_data_structures.h.
Field Documentation
| uint8_t ack |
Message acknowledge bit.
Definition at line 606 of file lorawan_data_structures.h.
| uint8_t adr |
ADR control in the frame header.
Definition at line 614 of file lorawan_data_structures.h.
| uint8_t adr_ack_req |
ADR acknowledgment request bit.
Definition at line 610 of file lorawan_data_structures.h.
| uint8_t fopts_len |
Frame options length.
Definition at line 598 of file lorawan_data_structures.h.
| uint8_t fpending |
Frame pending bit.
Definition at line 602 of file lorawan_data_structures.h.
Generated on Fri Jul 22 2022 04:54:13 by
1.7.2
