Home
last modified time | relevance | path

Searched refs:__aligned (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/host/pico_platform/include/pico/
Dplatform.h63 #ifndef __aligned
64 #define __aligned(x) __attribute__((aligned(x))) macro
86 #ifndef __aligned
87 #define __aligned(x) __declspec(align(x)) macro
/hal_rpi_pico-latest/src/rp2_common/pico_platform_compiler/include/pico/platform/
Dcompiler.h31 #ifndef __aligned
32 #define __aligned(x) __attribute__((__aligned__(x))) macro
113 #define __packed_aligned __packed __aligned(4)
/hal_rpi_pico-latest/src/common/boot_picoboot_headers/include/boot/
Dpicoboot.h144 struct __packed __aligned(4) picoboot_cmd {
165 struct __packed __aligned(4) picoboot_cmd_status {
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/include/llvm_libc/sys/
Dcdefs.h22 #define __aligned(x) __attribute__((__aligned__(x))) macro