/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Include/ |
H A 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 …]
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Include/ |
H A D | cmsis_armcc.h | 553 …#define __LDREXB(ptr) ((uint8_t ) __ldrex(p… argument 555 …#define __LDREXB(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint8_t ) __ldrex(p… argument 566 …#define __LDREXH(ptr) ((uint16_t) __ldrex(p… argument 568 …#define __LDREXH(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint16_t) __ldrex(p… argument 579 …#define __LDREXW(ptr) ((uint32_t ) __ldrex(… argument 581 …#define __LDREXW(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint32_t ) __ldrex(… argument 594 #define __STREXB(value, ptr) __strex(value, ptr) argument 596 …#define __STREXB(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument 609 #define __STREXH(value, ptr) __strex(value, ptr) argument 611 …#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument [all …]
|
H A D | cmsis_iccarm.h | 171 __IAR_FT uint16_t __iar_uint16_read(void const *ptr) in __iar_uint16_read() 183 __IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val) in __iar_uint16_write() 194 __IAR_FT uint32_t __iar_uint32_read(void const *ptr) in __iar_uint32_read() 205 __IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val) in __iar_uint32_write() 552 __IAR_FT uint32_t __LDREXW(uint32_t volatile *ptr) in __LDREXW() 557 __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) in __STREXW() 848 __IAR_FT uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 855 __IAR_FT uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 862 __IAR_FT uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 869 __IAR_FT void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/CMSIS/Include/ |
H A D | cmsis_armcc.h | 582 …#define __LDREXB(ptr) ((uint8_t ) __ldrex(p… argument 584 …#define __LDREXB(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint8_t ) __ldrex(p… argument 595 …#define __LDREXH(ptr) ((uint16_t) __ldrex(p… argument 597 …#define __LDREXH(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint16_t) __ldrex(p… argument 608 …#define __LDREXW(ptr) ((uint32_t ) __ldrex(… argument 610 …#define __LDREXW(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint32_t ) __ldrex(… argument 623 #define __STREXB(value, ptr) __strex(value, ptr) argument 625 …#define __STREXB(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument 638 #define __STREXH(value, ptr) __strex(value, ptr) argument 640 …#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument [all …]
|
H A D | cmsis_iccarm.h | 181 __IAR_FT uint16_t __iar_uint16_read(void const *ptr) in __iar_uint16_read() 193 __IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val) in __iar_uint16_write() 204 __IAR_FT uint32_t __iar_uint32_read(void const *ptr) in __iar_uint32_read() 215 __IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val) in __iar_uint32_write() 581 __IAR_FT uint32_t __LDREXW(uint32_t volatile *ptr) in __LDREXW() 586 __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) in __STREXW() 877 __IAR_FT uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 884 __IAR_FT uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 891 __IAR_FT uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 898 __IAR_FT void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
H A D | cmsis_armclang.h | 1078 __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT() 1093 __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) in __LDRHT() 1108 __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT() 1123 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT() 1135 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT() 1147 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT() 1218 __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 1233 __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 1248 __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 1263 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Include/ |
H A D | cmsis_armcc.h | 553 …#define __LDREXB(ptr) ((uint8_t ) __ldrex(p… argument 555 …#define __LDREXB(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint8_t ) __ldrex(p… argument 566 …#define __LDREXH(ptr) ((uint16_t) __ldrex(p… argument 568 …#define __LDREXH(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint16_t) __ldrex(p… argument 579 …#define __LDREXW(ptr) ((uint32_t ) __ldrex(… argument 581 …#define __LDREXW(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint32_t ) __ldrex(… argument 594 #define __STREXB(value, ptr) __strex(value, ptr) argument 596 …#define __STREXB(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument 609 #define __STREXH(value, ptr) __strex(value, ptr) argument 611 …#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument [all …]
|
H A D | cmsis_iccarm.h | 171 __IAR_FT uint16_t __iar_uint16_read(void const *ptr) in __iar_uint16_read() 183 __IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val) in __iar_uint16_write() 194 __IAR_FT uint32_t __iar_uint32_read(void const *ptr) in __iar_uint32_read() 205 __IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val) in __iar_uint32_write() 552 __IAR_FT uint32_t __LDREXW(uint32_t volatile *ptr) in __LDREXW() 557 __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) in __STREXW() 848 __IAR_FT uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 855 __IAR_FT uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 862 __IAR_FT uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 869 __IAR_FT void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
H A D | cmsis_gcc.h | 1200 __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT() 1222 __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) in __LDRHT() 1244 __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT() 1259 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT() 1271 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT() 1283 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT() 1354 __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 1369 __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 1384 __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 1399 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core/Include/ |
H A D | cmsis_armcc.h | 553 …#define __LDREXB(ptr) ((uint8_t ) __ldrex(p… argument 555 …#define __LDREXB(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint8_t ) __ldrex(p… argument 566 …#define __LDREXH(ptr) ((uint16_t) __ldrex(p… argument 568 …#define __LDREXH(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint16_t) __ldrex(p… argument 579 …#define __LDREXW(ptr) ((uint32_t ) __ldrex(… argument 581 …#define __LDREXW(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint32_t ) __ldrex(… argument 594 #define __STREXB(value, ptr) __strex(value, ptr) argument 596 …#define __STREXB(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument 609 #define __STREXH(value, ptr) __strex(value, ptr) argument 611 …#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument [all …]
|
H A D | cmsis_iccarm.h | 171 __IAR_FT uint16_t __iar_uint16_read(void const *ptr) in __iar_uint16_read() 183 __IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val) in __iar_uint16_write() 194 __IAR_FT uint32_t __iar_uint32_read(void const *ptr) in __iar_uint32_read() 205 __IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val) in __iar_uint32_write() 552 __IAR_FT uint32_t __LDREXW(uint32_t volatile *ptr) in __LDREXW() 557 __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) in __STREXW() 848 __IAR_FT uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 855 __IAR_FT uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 862 __IAR_FT uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 869 __IAR_FT void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Include/ |
H A D | cmsis_armcc.h | 553 …#define __LDREXB(ptr) ((uint8_t ) __ldrex(p… argument 555 …#define __LDREXB(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint8_t ) __ldrex(p… argument 566 …#define __LDREXH(ptr) ((uint16_t) __ldrex(p… argument 568 …#define __LDREXH(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint16_t) __ldrex(p… argument 579 …#define __LDREXW(ptr) ((uint32_t ) __ldrex(… argument 581 …#define __LDREXW(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint32_t ) __ldrex(… argument 594 #define __STREXB(value, ptr) __strex(value, ptr) argument 596 …#define __STREXB(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument 609 #define __STREXH(value, ptr) __strex(value, ptr) argument 611 …#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument [all …]
|
H A D | cmsis_gcc.h | 1200 __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT() 1222 __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) in __LDRHT() 1244 __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT() 1259 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT() 1271 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT() 1283 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT() 1354 __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 1369 __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 1384 __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 1399 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Include/ |
H A D | cmsis_armcc.h | 553 …#define __LDREXB(ptr) ((uint8_t ) __ldrex(p… argument 555 …#define __LDREXB(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint8_t ) __ldrex(p… argument 566 …#define __LDREXH(ptr) ((uint16_t) __ldrex(p… argument 568 …#define __LDREXH(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint16_t) __ldrex(p… argument 579 …#define __LDREXW(ptr) ((uint32_t ) __ldrex(… argument 581 …#define __LDREXW(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint32_t ) __ldrex(… argument 594 #define __STREXB(value, ptr) __strex(value, ptr) argument 596 …#define __STREXB(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument 609 #define __STREXH(value, ptr) __strex(value, ptr) argument 611 …#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument [all …]
|
H A D | cmsis_iccarm.h | 171 __IAR_FT uint16_t __iar_uint16_read(void const *ptr) in __iar_uint16_read() 183 __IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val) in __iar_uint16_write() 194 __IAR_FT uint32_t __iar_uint32_read(void const *ptr) in __iar_uint32_read() 205 __IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val) in __iar_uint32_write() 552 __IAR_FT uint32_t __LDREXW(uint32_t volatile *ptr) in __LDREXW() 557 __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) in __STREXW() 848 __IAR_FT uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 855 __IAR_FT uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 862 __IAR_FT uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 869 __IAR_FT void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
H A D | cmsis_gcc.h | 1200 __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT() 1222 __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) in __LDRHT() 1244 __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT() 1259 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT() 1271 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT() 1283 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT() 1354 __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 1369 __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 1384 __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 1399 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
H A D | cmsis_armcc.h | 298 …#define __LDREXB(ptr) ((uint8_t ) __ldrex(p… argument 300 …#define __LDREXB(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint8_t ) __ldrex(p… argument 311 …#define __LDREXH(ptr) ((uint16_t) __ldrex(p… argument 313 …#define __LDREXH(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint16_t) __ldrex(p… argument 324 …#define __LDREXW(ptr) ((uint32_t ) __ldrex(… argument 326 …#define __LDREXW(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint32_t ) __ldrex(… argument 339 #define __STREXB(value, ptr) __strex(value, ptr) argument 341 …#define __STREXB(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument 354 #define __STREXH(value, ptr) __strex(value, ptr) argument 356 …#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument [all …]
|
H A D | cmsis_iccarm.h | 183 __IAR_FT uint16_t __iar_uint16_read(void const *ptr) in __iar_uint16_read() 195 __IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val) in __iar_uint16_write() 206 __IAR_FT uint32_t __iar_uint32_read(void const *ptr) in __iar_uint32_read() 217 __IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val) in __iar_uint32_write() 614 __IAR_FT uint32_t __LDREXW(uint32_t volatile *ptr) in __LDREXW() 619 __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) in __STREXW() 911 __IAR_FT uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 918 __IAR_FT uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 925 __IAR_FT uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 932 __IAR_FT void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
H A D | cmsis_armclang.h | 440 __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT() 455 __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) in __LDRHT() 470 __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT() 485 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT() 497 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT() 509 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT() 584 __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 599 __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 614 __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 629 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
H A D | cmsis_gcc.h | 608 __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT() 630 __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) in __LDRHT() 652 __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT() 667 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT() 679 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT() 691 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT() 762 __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 777 __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 792 __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 807 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core_A/Include/ |
H A D | cmsis_armcc.h | 210 …#define __LDREXB(ptr) ((uint8_t ) __ldrex(p… argument 212 …#define __LDREXB(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint8_t ) __ldrex(p… argument 222 …#define __LDREXH(ptr) ((uint16_t) __ldrex(p… argument 224 …#define __LDREXH(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint16_t) __ldrex(p… argument 234 …#define __LDREXW(ptr) ((uint32_t ) __ldrex(… argument 236 …#define __LDREXW(ptr) _Pragma("push") _Pragma("diag_suppress 3731") ((uint32_t ) __ldrex(… argument 248 #define __STREXB(value, ptr) __strex(value, ptr) argument 250 …#define __STREXB(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument 262 #define __STREXH(value, ptr) __strex(value, ptr) argument 264 …#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument [all …]
|
/btstack/port/samv71-xplained-atwilc3000/ASF/thirdparty/CMSIS/Include/ |
H A 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 …]
|
/btstack/3rd-party/lc3-google/test/ |
H A D | ctypes.h | 38 #define to_scalar(obj, t, ptr) \ argument 41 #define to_1d_ptr(obj, t, n, ptr) \ argument 44 #define to_2d_ptr(obj, t, n1, n2, ptr) \ argument 47 #define to_1d_copy(obj, t, ptr, n) \ argument 50 #define to_2d_copy(obj, t, ptr, n1, n2) \ argument 58 #define new_scalar(obj, ptr) \ argument 61 #define new_1d_ptr(t, n, ptr) \ argument 64 #define new_2d_ptr(t, n1, n2, ptr) \ argument 77 static PyObject *__to_scalar(PyObject *obj, int t, void *ptr) in __to_scalar() 90 static PyObject *__to_1d_ptr(PyObject *obj, int t, int n, void **ptr) in __to_1d_ptr() [all …]
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/ |
H A D | cmsis_os1.c | 247 os_mail_queue_t *ptr; in osMailCreate() local 275 os_mail_queue_t *ptr = (os_mail_queue_t *)queue_id; in osMailAlloc() local 284 os_mail_queue_t *ptr = (os_mail_queue_t *)queue_id; in osMailCAlloc() local 305 os_mail_queue_t *ptr = (os_mail_queue_t *)queue_id; in osMailPut() local 317 os_mail_queue_t *ptr = (os_mail_queue_t *)queue_id; in osMailGet() local 347 os_mail_queue_t *ptr = (os_mail_queue_t *)queue_id; in osMailFree() local
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/bsp/cmsis/Include/ |
H A D | cmsis_gcc.h | 1147 __attribute__((always_inline)) __STATIC_INLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT() 1169 __attribute__((always_inline)) __STATIC_INLINE uint16_t __LDRHT(volatile uint16_t *ptr) in __LDRHT() 1191 __attribute__((always_inline)) __STATIC_INLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT() 1206 __attribute__((always_inline)) __STATIC_INLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT() 1218 __attribute__((always_inline)) __STATIC_INLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT() 1230 __attribute__((always_inline)) __STATIC_INLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT() 1248 __attribute__((always_inline)) __STATIC_INLINE uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB() 1263 __attribute__((always_inline)) __STATIC_INLINE uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH() 1278 __attribute__((always_inline)) __STATIC_INLINE uint32_t __LDA(volatile uint32_t *ptr) in __LDA() 1293 __attribute__((always_inline)) __STATIC_INLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB() [all …]
|