Home
last modified time | relevance | path

Searched defs:__UNALIGNED_UINT32 (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/CMSIS/
A Dcmsis_compiler.h106 #define __UNALIGNED_UINT32( x ) ( ( ( struct T_UINT32 * ) ( x ) )->v ) macro
190 #define __UNALIGNED_UINT32( x ) ( ( ( struct T_UINT32 * ) ( x ) )->v ) macro
272 #define __UNALIGNED_UINT32( x ) ( ( ( struct T_UINT32 * ) ( x ) )->v ) macro
A Dcmsis_gcc.h80 #define __UNALIGNED_UINT32( x ) ( ( ( struct T_UINT32 * ) ( x ) )->v ) macro

Completed in 16 milliseconds