Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/apps/LoRaMac/common/LmHandler/packages/
DLmhPackage.h111 … void ( *OnMacMcpsRequest )( LoRaMacStatus_t status, McpsReq_t *mcpsReq, TimerTime_t nextTxDelay );
119 … void ( *OnMacMlmeRequest )( LoRaMacStatus_t status, MlmeReq_t *mlmeReq, TimerTime_t nextTxDelay );
/loramac-node-3.4.0/src/apps/LoRaMac/common/LmHandler/
DLmHandler.h166 … void ( *OnMacMcpsRequest )( LoRaMacStatus_t status, McpsReq_t *mcpsReq, TimerTime_t nextTxDelay );
174 … void ( *OnMacMlmeRequest )( LoRaMacStatus_t status, MlmeReq_t *mlmeReq, TimerTime_t nextTxDelay );
/loramac-node-3.4.0/src/mac/region/
DRegionCommon.c599 TimerTime_t* nextTxDelay ) in RegionCommonIdentifyChannels() argument
602 *nextTxDelay = identifyChannelsParam->AggrTimeOff - elapsed; in RegionCommonIdentifyChannels()
613 …*nextTxDelay = RegionCommonUpdateBandTimeOff( identifyChannelsParam->CountNbOfEnabledChannelsParam… in RegionCommonIdentifyChannels()
627 *nextTxDelay = 0; in RegionCommonIdentifyChannels()
DRegionCommon.h586 TimerTime_t* nextTxDelay );