Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMacCommands.c46 MacCommand_t* First;
50 MacCommand_t* Last;
65 MacCommand_t MacCommandSlots[NUM_OF_MAC_COMMANDS];
85 static bool IsSlotFree( const MacCommand_t* slot ) in IsSlotFree()
89 for( uint16_t size = 0; size < sizeof( MacCommand_t ); size++ ) in IsSlotFree()
104 static MacCommand_t* MallocNewMacCommandSlot( void ) in MallocNewMacCommandSlot()
108 while( IsSlotFree( ( const MacCommand_t* )&CommandsCtx.MacCommandSlots[itr] ) == false ) in MallocNewMacCommandSlot()
127 static bool FreeMacCommandSlot( MacCommand_t* slot ) in FreeMacCommandSlot()
134 memset1( ( uint8_t* )slot, 0x00, sizeof( MacCommand_t ) ); in FreeMacCommandSlot()
167 static bool LinkedListAdd( MacCommandsList_t* list, MacCommand_t* element ) in LinkedListAdd()
[all …]
DLoRaMacCommands.h56 typedef struct sMacCommand MacCommand_t; typedef
63 MacCommand_t* Next;
148 LoRaMacCommandStatus_t LoRaMacCommandsRemoveCmd( MacCommand_t* macCmd );
158 LoRaMacCommandStatus_t LoRaMacCommandsGetCmd( uint8_t cid, MacCommand_t** macCmd );
DLoRaMac.c2159 MacCommand_t* macCmd; in ProcessMacCommands()
3674 MacCommand_t* macCmd; in StopRetransmission()