Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpCompliance.c59 uint8_t* DataBuffer; member
108 .DataBuffer = NULL,
211 ComplianceTestState.DataBuffer = dataBuffer; in LmhpComplianceInit()
247 .Buffer = ComplianceTestState.DataBuffer, in LmhpComplianceProcess()
307 … ComplianceTestState.DataBuffer[ComplianceTestState.DataBufferSize++] = COMPLIANCE_PKG_VERSION_ANS; in LmhpComplianceOnMcpsIndication()
308 ComplianceTestState.DataBuffer[ComplianceTestState.DataBufferSize++] = COMPLIANCE_ID; in LmhpComplianceOnMcpsIndication()
309 … ComplianceTestState.DataBuffer[ComplianceTestState.DataBufferSize++] = COMPLIANCE_VERSION; in LmhpComplianceOnMcpsIndication()
375 …ComplianceTestState.DataBuffer[ComplianceTestState.DataBufferSize++] = COMPLIANCE_ECHO_PAYLOAD_ANS; in LmhpComplianceOnMcpsIndication()
380 …ComplianceTestState.DataBuffer[ComplianceTestState.DataBufferSize++] = mcpsIndication->Buffer[cmdI… in LmhpComplianceOnMcpsIndication()
386 … ComplianceTestState.DataBuffer[ComplianceTestState.DataBufferSize++] = COMPLIANCE_RX_APP_CNT_ANS; in LmhpComplianceOnMcpsIndication()
[all …]
DLmhpClockSync.c41 uint8_t *DataBuffer; member
157 LmhpClockSyncState.DataBuffer = dataBuffer; in LmhpClockSyncInit()
230 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = CLOCK_SYNC_PKG_VERSION_ANS; in LmhpClockSyncOnMcpsIndication()
231 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = CLOCK_SYNC_ID; in LmhpClockSyncOnMcpsIndication()
232 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = CLOCK_SYNC_VERSION; in LmhpClockSyncOnMcpsIndication()
279 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = CLOCK_SYNC_APP_TIME_PERIOD_ANS; in LmhpClockSyncOnMcpsIndication()
281 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = 0x01; in LmhpClockSyncOnMcpsIndication()
286 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = ( curTime.Seconds >> 0 ) & 0xFF; in LmhpClockSyncOnMcpsIndication()
287 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = ( curTime.Seconds >> 8 ) & 0xFF; in LmhpClockSyncOnMcpsIndication()
288 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = ( curTime.Seconds >> 16 ) & 0xFF; in LmhpClockSyncOnMcpsIndication()
[all …]
DLmhpRemoteMcastSetup.c65 uint8_t *DataBuffer; member
207 LmhpRemoteMcastSetupState.DataBuffer = dataBuffer; in LmhpRemoteMcastSetupInit()
276 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_PKG_VERSION_ANS; in LmhpRemoteMcastSetupOnMcpsIndication()
277 LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_ID; in LmhpRemoteMcastSetupOnMcpsIndication()
278 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_VERSION; in LmhpRemoteMcastSetupOnMcpsIndication()
332 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_MC_GROUP_SETUP_ANS; in LmhpRemoteMcastSetupOnMcpsIndication()
333 …LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = ( idError << 2 ) | McSessionData[id].McG… in LmhpRemoteMcastSetupOnMcpsIndication()
343 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_MC_GROUP_DELETE_ANS; in LmhpRemoteMcastSetupOnMcpsIndication()
349 LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = status; in LmhpRemoteMcastSetupOnMcpsIndication()
374 …LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_MC_GROUP_CLASS_C_SESS… in LmhpRemoteMcastSetupOnMcpsIndication()
[all …]
DLmhpFragmentation.c56 uint8_t *DataBuffer; member
212 LmhpFragmentationState.DataBuffer = dataBuffer; in LmhpFragmentationInit()
295 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_PKG_VERSION_ANS; in LmhpFragmentationOnMcpsIndication()
296 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_ID; in LmhpFragmentationOnMcpsIndication()
297 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_VERSION; in LmhpFragmentationOnMcpsIndication()
311 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_FRAG_STATUS_ANS; in LmhpFragmentationOnMcpsIndication()
312 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
313 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = ( fragIndex << 6 ) | in LmhpFragmentationOnMcpsIndication()
315 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
316 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
[all …]
/loramac-node-2.7.6/src/apps/LoRaMac/common/LmHandler/
DLmHandler.h110 uint8_t *DataBuffer; member
DLmHandler.c953 …LmHandlerPackages[id]->Init( params, LmHandlerParams->DataBuffer, LmHandlerParams->DataBufferMaxSi… in LmHandlerPackageRegister()
/loramac-node-2.7.6/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL152/
Dmain.c222 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL073/
Dmain.c222 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL476/
Dmain.c222 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/periodic-uplink-lpp/SAMR34/
Dmain.c222 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/periodic-uplink-lpp/SKiM880B/
Dmain.c222 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/periodic-uplink-lpp/SKiM881AXL/
Dmain.c222 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/periodic-uplink-lpp/B-L072Z-LRWAN1/
Dmain.c232 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/
Dmain.c225 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/periodic-uplink-lpp/SKiM980A/
Dmain.c222 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/fuota-test-01/SAMR34/
Dmain.c190 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/fuota-test-01/SKiM980A/
Dmain.c200 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/fuota-test-01/NAMote72/
Dmain.c213 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/fuota-test-01/NucleoL073/
Dmain.c210 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/fuota-test-01/NucleoL152/
Dmain.c210 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/fuota-test-01/NucleoL476/
Dmain.c210 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/fuota-test-01/SKiM880B/
Dmain.c200 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/fuota-test-01/SKiM881AXL/
Dmain.c200 .DataBuffer = AppDataBuffer,
/loramac-node-2.7.6/src/apps/LoRaMac/fuota-test-01/B-L072Z-LRWAN1/
Dmain.c220 .DataBuffer = AppDataBuffer,