Home
last modified time | relevance | path

Searched defs:__UNALIGNED_UINT32_READ (Results 1 – 11 of 11) sorted by relevance

/cmsis-latest/CMSIS/Core/Include/
Dcmsis_compiler.h118 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
190 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
261 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_armcc.h100 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr))) macro
Dcmsis_armclang.h101 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_iccarm.h211 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) macro
Dcmsis_armclang_ltm.h101 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_gcc.h108 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
/cmsis-latest/CMSIS/Core_A/Include/
Dcmsis_armcc.h81 #define __UNALIGNED_UINT32_READ(addr) (*((const __packed uint32_t *)(addr))) macro
Dcmsis_armclang.h93 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_iccarm.h174 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) macro
Dcmsis_gcc.h102 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
/cmsis-latest/CMSIS/Core_R/Include/
Dcmsis_gcc.h103 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro