Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMac.c2511 uint8_t maxTimeN = 0x0F & ( payload[macIndex] >> 4 ); in ProcessMacCommands() local
2512 uint32_t cycleInSec = 0x01 << ( maxTimeN + 10 ); in ProcessMacCommands()