/loramac-node-latest/src/peripherals/soft-se/ |
D | aes.c | 77 #define f1(x) (x) argument 78 #define f2(x) ((x << 1) ^ (((x >> 7) & 1) * WPOLY)) argument 79 #define f4(x) ((x << 2) ^ (((x >> 6) & 1) * WPOLY) ^ (((x >> 6) & 2) * WPOLY)) argument 80 #define f8(x) ((x << 3) ^ (((x >> 5) & 1) * WPOLY) ^ (((x >> 5) & 2) * WPOLY) \ argument 82 #define d2(x) (((x) >> 1) ^ ((x) & 1 ? DPOLY : 0)) argument 84 #define f3(x) (f2(x) ^ x) argument 85 #define f9(x) (f8(x) ^ x) argument 86 #define fb(x) (f8(x) ^ f2(x) ^ x) argument 87 #define fd(x) (f8(x) ^ f4(x) ^ x) argument 88 #define fe(x) (f8(x) ^ f4(x) ^ f2(x)) argument [all …]
|
/loramac-node-latest/src/boards/mcu/saml21/cmsis/ |
D | arm_math.h | 466 q63_t x) in clip_q63_to_q31() 476 q63_t x) in clip_q63_to_q15() 486 q31_t x) in clip_q31_to_q7() 496 q31_t x) in clip_q31_to_q15() 507 q63_t x, in mult32x64() 652 q31_t x, in __SSAT() 700 q31_t x, in __QADD8() 727 q31_t x, in __QSUB8() 757 q31_t x, in __QADD16() 780 q31_t x, in __SHADD16() [all …]
|
D | core_cm7.h | 1874 #define CCSIDR_WAYS(x) (((x) & SCB_CCSIDR_ASSOCIATIVITY_Msk) >> SCB_CCSIDR_ASSOCIATIVITY_Po… argument 1875 #define CCSIDR_SETS(x) (((x) & SCB_CCSIDR_NUMSETS_Msk ) >> SCB_CCSIDR_NUMSETS_Pos … argument 1876 #define CCSIDR_LSSHIFT(x) (((x) & SCB_CCSIDR_LINESIZE_Msk ) >> SCB_CCSIDR_LINESIZE_Pos … argument
|
/loramac-node-latest/src/boards/mcu/stm32/cmsis/ |
D | arm_math.h | 485 q63_t x) in clip_q63_to_q31() 495 q63_t x) in clip_q63_to_q15() 505 q31_t x) in clip_q31_to_q7() 515 q31_t x) in clip_q31_to_q15() 526 q63_t x, in mult32x64() 667 q31_t x, in __SSAT() 711 uint32_t x, in __QADD8() 729 uint32_t x, in __QSUB8() 747 uint32_t x, in __QADD16() 764 uint32_t x, in __SHADD16() [all …]
|
D | core_cm7.h | 2065 #define CCSIDR_WAYS(x) (((x) & SCB_CCSIDR_ASSOCIATIVITY_Msk) >> SCB_CCSIDR_ASSOCIATIVITY_Po… argument 2066 #define CCSIDR_SETS(x) (((x) & SCB_CCSIDR_NUMSETS_Msk ) >> SCB_CCSIDR_NUMSETS_Pos … argument
|
/loramac-node-latest/src/boards/mcu/saml21/hal/utils/include/ |
D | utils.h | 104 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x)) argument 352 #define min(x, y) ((x) > (y) ? (y) : (x)) argument 357 #define max(x, y) ((x) > (y) ? (x) : (y)) argument
|
/loramac-node-latest/src/apps/LoRaMac/common/ |
D | CayenneLpp.c | 173 uint8_t CayenneLppAddAccelerometer( uint8_t channel, float x, float y, float z ) in CayenneLppAddAccelerometer() 211 uint8_t CayenneLppAddGyrometer( uint8_t channel, float x, float y, float z ) in CayenneLppAddGyrometer()
|
/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/ |
D | FragDecoder.c | 537 static bool IsPowerOfTwo( uint32_t x ) in IsPowerOfTwo() 578 int32_t x; in FragGetParityMatrixRow() local 670 static uint16_t FragFindMissingIndex( uint16_t x ) in FragFindMissingIndex()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_def.h | 85 #define UNUSED(x) ((void)(x)) argument
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_def.h | 74 #define UNUSED(x) ((void)(x)) argument
|
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/ |
D | usbd_def.h | 263 #define LOBYTE(x) ((uint8_t)(x & 0x00FF)) argument 264 #define HIBYTE(x) ((uint8_t)((x & 0xFF00) >>8)) argument
|
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/ |
D | saml21e15b.h | 65 #define _U(x) x ## U /**< C code: Unsigned integer literal constant value */ argument 66 #define _L(x) x ## L /**< C code: Long integer literal constant value */ argument 67 #define _UL(x) x ## UL /**< C code: Unsigned Long integer literal constant value … argument
|
D | saml21e17b.h | 65 #define _U(x) x ## U /**< C code: Unsigned integer literal constant value */ argument 66 #define _L(x) x ## L /**< C code: Long integer literal constant value */ argument 67 #define _UL(x) x ## UL /**< C code: Unsigned Long integer literal constant value … argument
|
D | saml21e18b.h | 65 #define _U(x) x ## U /**< C code: Unsigned integer literal constant value */ argument 66 #define _L(x) x ## L /**< C code: Long integer literal constant value */ argument 67 #define _UL(x) x ## UL /**< C code: Unsigned Long integer literal constant value … argument
|
D | saml21g16b.h | 65 #define _U(x) x ## U /**< C code: Unsigned integer literal constant value */ argument 66 #define _L(x) x ## L /**< C code: Long integer literal constant value */ argument 67 #define _UL(x) x ## UL /**< C code: Unsigned Long integer literal constant value … argument
|
D | saml21g17b.h | 65 #define _U(x) x ## U /**< C code: Unsigned integer literal constant value */ argument 66 #define _L(x) x ## L /**< C code: Long integer literal constant value */ argument 67 #define _UL(x) x ## UL /**< C code: Unsigned Long integer literal constant value … argument
|
D | saml21g18b.h | 65 #define _U(x) x ## U /**< C code: Unsigned integer literal constant value */ argument 66 #define _L(x) x ## L /**< C code: Long integer literal constant value */ argument 67 #define _UL(x) x ## UL /**< C code: Unsigned Long integer literal constant value … argument
|
D | saml21e16b.h | 65 #define _U(x) x ## U /**< C code: Unsigned integer literal constant value */ argument 66 #define _L(x) x ## L /**< C code: Long integer literal constant value */ argument 67 #define _UL(x) x ## UL /**< C code: Unsigned Long integer literal constant value … argument
|
D | saml21j16b.h | 65 #define _U(x) x ## U /**< C code: Unsigned integer literal constant value */ argument 66 #define _L(x) x ## L /**< C code: Long integer literal constant value */ argument 67 #define _UL(x) x ## UL /**< C code: Unsigned Long integer literal constant value … argument
|
D | saml21j17b.h | 65 #define _U(x) x ## U /**< C code: Unsigned integer literal constant value */ argument 66 #define _L(x) x ## L /**< C code: Long integer literal constant value */ argument 67 #define _UL(x) x ## UL /**< C code: Unsigned Long integer literal constant value … argument
|
D | saml21j18b.h | 65 #define _U(x) x ## U /**< C code: Unsigned integer literal constant value */ argument 66 #define _L(x) x ## L /**< C code: Long integer literal constant value */ argument 67 #define _UL(x) x ## UL /**< C code: Unsigned Long integer literal constant value … argument
|
D | saml21j18bu.h | 65 #define _U(x) x ## U /**< C code: Unsigned integer literal constant value */ argument 66 #define _L(x) x ## L /**< C code: Long integer literal constant value */ argument 67 #define _UL(x) x ## UL /**< C code: Unsigned Long integer literal constant value … argument
|