Home
last modified time | relevance | path

Searched defs:x (Results 1 – 22 of 22) sorted by relevance

/loramac-node-latest/src/peripherals/soft-se/
Daes.c77 #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/
Darm_math.h466 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 …]
Dcore_cm7.h1874 #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/
Darm_math.h485 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 …]
Dcore_cm7.h2065 #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/
Dutils.h104 #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/
DCayenneLpp.c173 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/
DFragDecoder.c537 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/
Dstm32l1xx_hal_def.h85 #define UNUSED(x) ((void)(x)) argument
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_def.h74 #define UNUSED(x) ((void)(x)) argument
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h263 #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/
Dsaml21e15b.h65 #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
Dsaml21e17b.h65 #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
Dsaml21e18b.h65 #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
Dsaml21g16b.h65 #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
Dsaml21g17b.h65 #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
Dsaml21g18b.h65 #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
Dsaml21e16b.h65 #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
Dsaml21j16b.h65 #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
Dsaml21j17b.h65 #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
Dsaml21j18b.h65 #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
Dsaml21j18bu.h65 #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