Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpCompliance.c54 bool IsTxPending; member
107 .IsTxPending = false,
197 .IsTxPending = LmhpComplianceIsTxPending,
231 ComplianceTestState.IsTxPending = false; in LmhpComplianceInit()
244 return ComplianceTestState.IsTxPending; in LmhpComplianceIsTxPending()
249 if( ComplianceTestState.IsTxPending == true ) in LmhpComplianceProcess()
266 ComplianceTestState.IsTxPending = true; in LmhpComplianceProcess()
270 ComplianceTestState.IsTxPending = false; in LmhpComplianceProcess()
515 ComplianceTestState.IsTxPending = true; in LmhpComplianceOnMcpsIndication()
520 ComplianceTestState.IsTxPending = false; in LmhpComplianceOnMcpsIndication()
[all …]
DLmhpClockSync.c39 bool IsTxPending; member
122 .IsTxPending = false,
135 .IsTxPending = LmhpClockSyncIsTxPending,
165 LmhpClockSyncState.IsTxPending = false; in LmhpClockSyncInit()
175 return LmhpClockSyncState.IsTxPending; in LmhpClockSyncIsTxPending()
DLmhpFragmentation.c53 bool IsTxPending; member
122 .IsTxPending = false,
172 .IsTxPending = LmhpFragmentationIsTxPending,
225 LmhpFragmentationState.IsTxPending = false; in LmhpFragmentationInit()
235 return LmhpFragmentationState.IsTxPending; in LmhpFragmentationIsTxPending()
DLmhpRemoteMcastSetup.c62 bool IsTxPending; member
132 .IsTxPending = false,
185 .IsTxPending = LmhpRemoteMcastSetupIsTxPending,
217 LmhpRemoteMcastSetupState.IsTxPending = false; in LmhpRemoteMcastSetupInit()
227 return LmhpRemoteMcastSetupState.IsTxPending; in LmhpRemoteMcastSetupIsTxPending()
DLmhPackage.h67 bool ( *IsTxPending )( void ); member
/loramac-node-3.4.0/src/apps/LoRaMac/common/LmHandler/
DLmHandler.c1012 if( LmHandlerPackages[i]->IsTxPending( ) == true ) in LmHandlerPackageIsTxPending()