Home
last modified time | relevance | path

Searched refs:cid (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/mac/
DLoRaMacCommands.c274 static bool IsSticky( uint8_t cid ) in IsSticky() argument
276 switch( cid ) in IsSticky()
299 static bool IsConfirmationRequired( uint8_t cid ) in IsConfirmationRequired() argument
301 switch( cid ) in IsConfirmationRequired()
322 LoRaMacCommandStatus_t LoRaMacCommandsAddCmd( uint8_t cid, uint8_t* payload, size_t payloadSize ) in LoRaMacCommandsAddCmd() argument
345 newCmd->CID = cid; in LoRaMacCommandsAddCmd()
348 newCmd->IsSticky = IsSticky( cid ); in LoRaMacCommandsAddCmd()
349 newCmd->IsConfirmationRequired = IsConfirmationRequired( cid ); in LoRaMacCommandsAddCmd()
380 LoRaMacCommandStatus_t LoRaMacCommandsGetCmd( uint8_t cid, MacCommand_t** macCmd ) in LoRaMacCommandsGetCmd() argument
388 while( ( curElement != NULL ) && ( curElement->CID != cid ) ) in LoRaMacCommandsGetCmd()
[all …]
DLoRaMacCommands.h139 LoRaMacCommandStatus_t LoRaMacCommandsAddCmd( uint8_t cid, uint8_t* payload, size_t payloadSize );
158 LoRaMacCommandStatus_t LoRaMacCommandsGetCmd( uint8_t cid, MacCommand_t** macCmd );
201 uint8_t LoRaMacCommandsGetCmdSize( uint8_t cid );