Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/soft-se/
Daes.c240 { uint8_t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
252 v2 ^= (v1 * n2); /* shift accumulated value and */ in gf_inv()
256 return v1; in gf_inv()
263 v1 ^= v2 * n1; in gf_inv()
/loramac-node-latest/
DCHANGELOG.md188 - Release based on "LoRaWAN specification 1.0.3" and "LoRaWAN Regional Parameters v1.0.3revA"
217 - Release based on "LoRaWAN specification 1.0.3" and "LoRaWAN Regional Parameters v1.0.3revA"
277 - Release based on "LoRaWAN specification 1.0.3" and "LoRaWAN Regional Parameters v1.0.3revA"
325 - Release based on "LoRaWAN specification 1.0.3" and "LoRaWAN Regional Parameters v1.0.3revA"
389 - Release based on "LoRaWAN specification 1.0.3" and "LoRaWAN Regional Parameters v1.0.3revA"
396 - Release based on "LoRaWAN specification 1.0.3" and "LoRaWAN Regional Parameters v1.0.3revA"
443 - Release based on "LoRaWAN specification 1.0.2" and "LoRaWAN Regional Parameters v1.0.2rB"
462 - Release based on "LoRaWAN specification 1.0.2" and "LoRaWAN Regional Parameters v1.0.2rB"
471 - Added the support for all "LoRaWAN Regional Parameters v1.0.2rB" document defined regions
DREADME.md25 …resources.lora-alliance.org/technical-specifications/lorawan-specification-v1-1) + [FCntDwn ERRATA…
26 …resources.lora-alliance.org/technical-specifications/lorawan-specification-v1-1) + [FCntDwn ERRATA…
27 …resources.lora-alliance.org/technical-specifications/lorawan-specification-v1-1) + [FCntDwn ERRATA…
/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Darm_math.h448 #define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v0) << 0) & (int32_t)0x000000FF) | \ argument
449 (((int32_t)(v1) << 8) & (int32_t)0x0000FF00) | \
454 #define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v3) << 0) & (int32_t)0x000000FF) | \ argument
456 (((int32_t)(v1) << 16) & (int32_t)0x00FF0000) | \
/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Darm_math.h467 #define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v0) << 0) & (int32_t)0x000000FF) | \ argument
468 (((int32_t)(v1) << 8) & (int32_t)0x0000FF00) | \
473 #define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v3) << 0) & (int32_t)0x000000FF) | \ argument
475 (((int32_t)(v1) << 16) & (int32_t)0x00FF0000) | \
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/
Dreadme.md60 ###### ===== Demo Application v1.0.RC1 ===== ######