Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 25 of 82) sorted by relevance

1234

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/
Dcmsis_armcc.h582 …#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 …]
Dcmsis_iccarm.h181 __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 …]
Dcmsis_gcc.h1283 __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT()
1305 __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) in __LDRHT()
1327 __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT()
1342 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
1354 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT()
1366 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
1437 __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB()
1452 __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH()
1467 __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) in __LDA()
1482 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
[all …]
Dcmsis_armclang.h1078 __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 …]
Dcmsis_armclang_ltm.h1077 __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT()
1092 __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) in __LDRHT()
1107 __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT()
1122 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
1134 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT()
1146 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
1217 __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB()
1232 __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH()
1247 __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) in __LDA()
1262 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core/Include/
Dcmsis_armcc.h298 …#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 …]
Dcmsis_iccarm.h183 __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 …]
Dcmsis_gcc.h608 __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 …]
Dcmsis_armclang.h440 __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 …]
Dcmsis_armclang_ltm.h434 __STATIC_FORCEINLINE uint8_t __LDRBT(volatile uint8_t *ptr) in __LDRBT()
449 __STATIC_FORCEINLINE uint16_t __LDRHT(volatile uint16_t *ptr) in __LDRHT()
464 __STATIC_FORCEINLINE uint32_t __LDRT(volatile uint32_t *ptr) in __LDRT()
479 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
491 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT()
503 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
574 __STATIC_FORCEINLINE uint8_t __LDAB(volatile uint8_t *ptr) in __LDAB()
589 __STATIC_FORCEINLINE uint16_t __LDAH(volatile uint16_t *ptr) in __LDAH()
604 __STATIC_FORCEINLINE uint32_t __LDA(volatile uint32_t *ptr) in __LDA()
619 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dhdmi_tx.c769 uint8_t *ptr = buffer; in HDMI_InfoframeChecksum() local
782 uint8_t *ptr = buffer; in HDMI_InfoframeSetChecksum() local
790 uint8_t *ptr = buffer; in HDMI_AviInfoframePack() local
865 uint8_t buf[32] = {0U}, i = 0U, *ptr = NULL; in HDMITX_AviInfoframeSet() local
915 uint8_t *ptr = buffer; in HDMI_AudioInfoframePack() local
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dmem_pool.c79 unsigned char *ptr; in OSA_MemoryPoolCreate() local
122 unsigned char *ptr; in OSA_MemoryPoolAllocate() local
149 unsigned char *ptr; in OSA_MemoryPoolFree() local
/hal_nxp-latest/mcux/mcux-sdk/components/rtt/Syscalls/
DSEGGER_RTT_Syscalls_GCC.c109 _ssize_t _write(int file, const void *ptr, size_t len) in _write()
126 _ssize_t _write_r(struct _reent *r, int file, const void *ptr, size_t len) in _write_r()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dconfig.h54 #define kmalloc(ptr, flags) TFA9XXX_GetDSPMessageBuffer() argument
55 #define kfree(ptr) (void)0 argument
Dtfa2_dev.h32 #define kmalloc(ptr, flags) malloc(ptr) argument
33 #define kfree(ptr) free(ptr) argument
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_11n.h217 static int wlan_is_amsdu_in_ampdu_allowed(mlan_private *priv, raListTbl *ptr, int tid) in wlan_is_amsdu_in_ampdu_allowed()
296 static int wlan_is_bastream_setup(mlan_private *priv, raListTbl *ptr, int tid) in wlan_is_bastream_setup()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/lpc54s018m/
Dmflash_drv.c208 void *ptr = mflash_drv_phys2log(addr, len); in mflash_drv_read() local
233 uint32_t mflash_drv_log2phys(void *ptr, uint32_t len) in mflash_drv_log2phys()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/lpc54xxx/
Dmflash_drv.c208 void *ptr = mflash_drv_phys2log(addr, len); in mflash_drv_read() local
233 uint32_t mflash_drv_log2phys(void *ptr, uint32_t len) in mflash_drv_log2phys()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/rpmsg_lite/porting/environment/
Drpmsg_env_zephyr.c233 void env_free_memory(void *ptr) in env_free_memory()
249 void env_memset(void *ptr, int32_t value, uint32_t size) in env_memset()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_join.c131 t_u8 *ptr = rate1; in wlan_get_common_rates() local
313 t_u8 *ptr; local
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c1350 int __attribute__((weak)) _write_r(void *ptr, int handle, char *buffer, int size) in _write_r()
1377 int __attribute__((weak)) _read_r(void *ptr, int handle, char *buffer, int size) in _read_r()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/drivers/upower/
Dupower_api.c173 static void* ptr2phys(const void* ptr) { in ptr2phys()
198 static uint32_t upwr_ptr2offset(unsigned long ptr, in upwr_ptr2offset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/drivers/upower/
Dupower_api.c173 static void* ptr2phys(const void* ptr) { in ptr2phys()
198 static uint32_t upwr_ptr2offset(unsigned long ptr, in upwr_ptr2offset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US5/drivers/upower/
Dupower_api.c173 static void* ptr2phys(const void* ptr) { in ptr2phys()
198 static uint32_t upwr_ptr2offset(unsigned long ptr, in upwr_ptr2offset()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US3/drivers/upower/
Dupower_api.c173 static void* ptr2phys(const void* ptr) { in ptr2phys()
198 static uint32_t upwr_ptr2offset(unsigned long ptr, in upwr_ptr2offset()

1234