We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787b813 commit 6b900a9Copy full SHA for 6b900a9
src/mac/LoRaMac.h
@@ -480,6 +480,9 @@ typedef union uLoRaMacFrameCtrl
480
* Byte-access to the bits
481
*/
482
uint8_t Value;
483
+ /*!
484
+ * Structure containing single access to bits
485
+ */
486
struct sCtrlBits
487
{
488
/*!
@@ -563,6 +566,9 @@ typedef union eLoRaMacFlags_t
563
566
564
567
565
568
569
570
571
572
struct sMacFlagBits
573
574
@@ -914,7 +920,7 @@ typedef struct sMlmeReqJoin
914
920
}MlmeReqJoin_t;
915
921
916
922
917
- *
923
+ * LoRaMAC MLME-Request structure
918
924
919
925
typedef struct sMlmeReq
926
0 commit comments