Searched refs:CommandsCtx (Results 1 – 1 of 1) sorted by relevance
75 static LoRaMacCommandsCtx_t CommandsCtx; variable108 while( IsSlotFree( ( const MacCommand_t* )&CommandsCtx.MacCommandSlots[itr] ) == false ) in MallocNewMacCommandSlot()117 return &CommandsCtx.MacCommandSlots[itr]; in MallocNewMacCommandSlot()315 memset1( ( uint8_t* )&CommandsCtx, 0, sizeof( CommandsCtx ) ); in LoRaMacCommandsInit()317 LinkedListInit( &CommandsCtx.MacCommandList ); in LoRaMacCommandsInit()339 if( LinkedListAdd( &CommandsCtx.MacCommandList, newCmd ) == false ) in LoRaMacCommandsAddCmd()351 CommandsCtx.SerializedCmdsSize += ( CID_FIELD_SIZE + payloadSize ); in LoRaMacCommandsAddCmd()364 if( LinkedListRemove( &CommandsCtx.MacCommandList, macCmd ) == false ) in LoRaMacCommandsRemoveCmd()369 CommandsCtx.SerializedCmdsSize -= ( CID_FIELD_SIZE + macCmd->PayloadSize ); in LoRaMacCommandsRemoveCmd()385 curElement = CommandsCtx.MacCommandList.First; in LoRaMacCommandsGetCmd()[all …]