Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/mac/
DLoRaMacCommands.c85 static bool IsSlotFree( const MacCommand_t* slot ) in IsSlotFree() argument
87 uint8_t* mem = ( uint8_t* )slot; in IsSlotFree()
127 static bool FreeMacCommandSlot( MacCommand_t* slot ) in FreeMacCommandSlot() argument
129 if( slot == NULL ) in FreeMacCommandSlot()
134 memset1( ( uint8_t* )slot, 0x00, sizeof( MacCommand_t ) ); in FreeMacCommandSlot()
/loramac-node-2.7.6/
DCHANGELOG.md62 - Fixed ping-slot frequency to take in account the `AS923_FREQ_OFFSET_HZ` parameter