Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/Device/Holtek/HT32F1xxxx/Include/
A Dht32f1xxxx_01.h305 #define __ALIGN4 __align(4) macro
307 #define __ALIGN4 __attribute__((aligned(4))) macro
309 #define __ALIGN4 _Pragma("data_alignment = 4") macro
311 #define __ALIGN4 __attribute__((aligned(4))) macro
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/Device/Holtek/HT32F5xxxx/Include/
A Dht32f5xxxx_01.h536 #define __ALIGN4 __align(4) macro
538 #define __ALIGN4 __attribute__((aligned(4))) macro
540 #define __ALIGN4 _Pragma("data_alignment = 4") macro
542 #define __ALIGN4 __attribute__((aligned(4))) macro

Completed in 33 milliseconds