Searched defs:ptr (Results 1 – 5 of 5) sorted by relevance
/loramac-node-3.7.0/src/boards/mcu/stm32/cmsis/ |
D | cmsis_armcc.h | 475 …#define __LDREXB(ptr) ((uint8_t ) __ldrex(p… argument 477 …#define __LDREXB(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint8_t ) __ldrex(p… argument 488 …#define __LDREXH(ptr) ((uint16_t) __ldrex(p… argument 490 …#define __LDREXH(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint16_t) __ldrex(p… argument 501 …#define __LDREXW(ptr) ((uint32_t ) __ldrex(… argument 503 …#define __LDREXW(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint32_t ) __ldrex(… argument 516 #define __STREXB(value, ptr) __strex(value, ptr) argument 518 …#define __STREXB(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument 531 #define __STREXH(value, ptr) __strex(value, ptr) argument 533 …#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument [all …]
|
D | cmsis_armcc_V6.h | 1031 __attribute__((always_inline)) __STATIC_INLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT() 1046 __attribute__((always_inline)) __STATIC_INLINE uint16_t __LDRHT(volatile uint16_t *ptr) in __LDRHT() 1061 __attribute__((always_inline)) __STATIC_INLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT() 1076 __attribute__((always_inline)) __STATIC_INLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT() 1088 __attribute__((always_inline)) __STATIC_INLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT() 1100 __attribute__((always_inline)) __STATIC_INLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT() 1116 __attribute__((always_inline)) __STATIC_INLINE uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 1131 __attribute__((always_inline)) __STATIC_INLINE uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 1146 __attribute__((always_inline)) __STATIC_INLINE uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 1161 __attribute__((always_inline)) __STATIC_INLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
/loramac-node-3.7.0/src/boards/mcu/saml21/cmsis/ |
D | core_cmInstr.h | 193 #define __LDREXB(ptr) ((uint8_t ) __ldrex(ptr)) argument 203 #define __LDREXH(ptr) ((uint16_t) __ldrex(ptr)) argument 213 #define __LDREXW(ptr) ((uint32_t ) __ldrex(ptr)) argument 225 #define __STREXB(value, ptr) __strex(value, ptr) argument 237 #define __STREXH(value, ptr) __strex(value, ptr) argument 249 #define __STREXW(value, ptr) __strex(value, ptr) argument 315 #define __LDRBT(ptr) ((uint8_t ) __ldrt(ptr)) argument 325 #define __LDRHT(ptr) ((uint16_t) __ldrt(ptr)) argument 335 #define __LDRT(ptr) ((uint32_t ) __ldrt(ptr)) argument 345 #define __STRBT(value, ptr) __strt(value, ptr) argument [all …]
|
/loramac-node-3.7.0/src/boards/mcu/saml21/hal/utils/src/ |
D | utils_syscalls.c | 126 extern int _lseek(int file, int ptr, int dir) in _lseek()
|
/loramac-node-3.7.0/src/boards/mcu/saml21/hal/utils/include/ |
D | utils.h | 60 #define CONTAINER_OF(ptr, type, field_name) ((type *)(((uint8_t *)ptr) - offsetof(type, field_name)… argument
|