Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/mac/
DLoRaMacCommands.c65 MacCommand_t MacCommandSlots[NUM_OF_MAC_COMMANDS]; member
108 while( IsSlotFree( ( const MacCommand_t* )&CommandsCtx.MacCommandSlots[itr] ) == false ) in MallocNewMacCommandSlot()
117 return &CommandsCtx.MacCommandSlots[itr]; in MallocNewMacCommandSlot()