Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMac.c2389 uint8_t eirpDwellTime = payload[macIndex++]; in ProcessMacCommands() local
2394 if( ( eirpDwellTime & 0x20 ) == 0x20 ) in ProcessMacCommands()
2398 if( ( eirpDwellTime & 0x10 ) == 0x10 ) in ProcessMacCommands()
2402 txParamSetupReq.MaxEirp = eirpDwellTime & 0x0F; in ProcessMacCommands()