Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpCompliance.c55 TimerTime_t TxPendingTimestamp; member
108 .TxPendingTimestamp = 0,
252 if( now > ( ComplianceTestState.TxPendingTimestamp + LmHandlerGetDutyCycleWaitTime( ) ) ) in LmhpComplianceProcess()
272 ComplianceTestState.TxPendingTimestamp = now; in LmhpComplianceProcess()