Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/mac/
DLoRaMacCommands.c61 MacCommandsList_t MacCommandList; member
294 LinkedListInit( &CommandsCtx.MacCommandList ); in LoRaMacCommandsInit()
316 if( LinkedListAdd( &CommandsCtx.MacCommandList, newCmd ) == false ) in LoRaMacCommandsAddCmd()
340 if( LinkedListRemove( &CommandsCtx.MacCommandList, macCmd ) == false ) in LoRaMacCommandsRemoveCmd()
361 curElement = CommandsCtx.MacCommandList.First; in LoRaMacCommandsGetCmd()
386 curElement = CommandsCtx.MacCommandList.First; in LoRaMacCommandsRemoveNoneStickyCmds()
412 curElement = CommandsCtx.MacCommandList.First; in LoRaMacCommandsRemoveStickyAnsCmds()
440 MacCommand_t* curElement = CommandsCtx.MacCommandList.First; in LoRaMacCommandsSerializeCmds()
488 curElement = CommandsCtx.MacCommandList.First; in LoRaMacCommandsStickyCmdsPending()