Searched refs:v2 (Results 1 – 6 of 6) sorted by relevance
/loramac-node-latest/cmake/ |
D | gdb-helper.cmake | 40 # Generates a GDB run script for debugging with STLINKv1/v2/v2-1 programmer and texane stlink tool. 63 # Use stlink-v2-1.cfg when stlink interface is built in. Otherwise use stlink-v2.cfg 64 set(OPENOCD_INTERFACE_LIST stlink-v2-1.cfg stlink-v2.cfg) 65 set(OPENOCD_INTERFACE stlink-v2.cfg CACHE STRING "Default OPENOCD Interface is stlink-v2.cfg") 80 set(OPENOCD_INTERFACE stlink-v2-1.cfg) 83 set(OPENOCD_INTERFACE stlink-v2-1.cfg) 86 set(OPENOCD_INTERFACE stlink-v2-1.cfg) 89 set(OPENOCD_INTERFACE stlink-v2.cfg) 92 set(OPENOCD_INTERFACE stlink-v2.cfg)
|
/loramac-node-latest/src/peripherals/soft-se/ |
D | aes.c | 240 { 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() 263 v1 ^= v2 * n1; in gf_inv() 267 return v2; in gf_inv()
|
/loramac-node-latest/src/boards/mcu/saml21/cmsis/ |
D | arm_math.h | 448 #define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v0) << 0) & (int32_t)0x000000FF) | \ argument 450 (((int32_t)(v2) << 16) & (int32_t)0x00FF0000) | \ 454 #define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v3) << 0) & (int32_t)0x000000FF) | \ argument 455 (((int32_t)(v2) << 8) & (int32_t)0x0000FF00) | \
|
/loramac-node-latest/src/boards/mcu/stm32/cmsis/ |
D | arm_math.h | 467 #define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v0) << 0) & (int32_t)0x000000FF) | \ argument 469 (((int32_t)(v2) << 16) & (int32_t)0x00FF0000) | \ 473 #define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v3) << 0) & (int32_t)0x000000FF) | \ argument 474 (((int32_t)(v2) << 8) & (int32_t)0x0000FF00) | \
|
/loramac-node-latest/doc/ |
D | development-environment.md | 149 `openocd -f interface/stlink-v2-1.cfg -f target/stm32l0.cfg`
|
/loramac-node-latest/ |
D | CHANGELOG.md | 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|