Home
last modified time | relevance | path

Searched refs:__UNALIGNED_UINT16_READ (Results 1 - 10 of 10) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
H A Dcmsis_compiler.h142 #ifndef __UNALIGNED_UINT16_READ
144 #define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) macro
215 #ifndef __UNALIGNED_UINT16_READ
217 #define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) macro
287 #ifndef __UNALIGNED_UINT16_READ
289 #define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) macro
/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_armclang_a.h70 #ifndef __UNALIGNED_UINT16_READ
76 #define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) macro
H A Dcmsis_gcc_a.h79 #ifndef __UNALIGNED_UINT16_READ
85 #define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) macro
H A Dcmsis_clang_a.h75 #ifndef __UNALIGNED_UINT16_READ
80 #define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) macro
H A Dcmsis_iccarm_a.h138 #ifndef __UNALIGNED_UINT16_READ
146 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) macro
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_armclang_m.h72 #ifndef __UNALIGNED_UINT16_READ
77 #define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) macro
H A Dcmsis_clang_m.h77 #ifndef __UNALIGNED_UINT16_READ
82 #define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) macro
H A Dcmsis_tiarmclang_m.h72 #ifndef __UNALIGNED_UINT16_READ
77 #define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) macro
H A Dcmsis_gcc_m.h78 #ifndef __UNALIGNED_UINT16_READ
84 #define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) macro
H A Dcmsis_iccarm_m.h185 #ifndef __UNALIGNED_UINT16_READ
193 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) macro

Completed in 15 milliseconds