| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_sec_sha.h | 24 …__attribute__((aligned(32))) uint8_t sha_buf[64]; /*!< Data not processed but in this temp buf… 25 __attribute__((aligned(32))) uint8_t sha_padding[64]; /*!< Padding data */ 31 …__attribute__((aligned(32))) uint8_t sha_buf[64]; /*!< Data not processed but in this temp buf… 32 __attribute__((aligned(32))) uint8_t sha_padding[64]; /*!< Padding data */ 38 …__attribute__((aligned(32))) uint8_t sha_buf[128]; /*!< Data not processed but in this temp bu… 39 __attribute__((aligned(32))) uint8_t sha_padding[128]; /*!< Padding data */ 45 …__attribute__((aligned(32))) uint8_t sha_buf[64]; /*!< Data not processed but in this temp buf… 46 __attribute__((aligned(32))) uint8_t sha_padding[64]; /*!< Padding data */ 52 …__attribute__((aligned(32))) uint8_t sha_buf[64]; /*!< Data not processed but in this temp buf… 53 __attribute__((aligned(32))) uint8_t sha_padding[64]; /*!< Padding data */ [all …]
|
| /bsp/bouffalo_lab/bl60x/board/ |
| A D | fw_header.h | 7 struct __attribute__((packed, aligned(4))) spi_flash_cfg_t { 88 struct __attribute__((packed, aligned(4))) sys_clk_cfg_t { 99 struct __attribute__((packed, aligned(4))) boot_clk_cfg_t { 105 struct __attribute__((packed, aligned(4))) aesiv_cfg_t { 110 struct __attribute__((packed, aligned(4))) pkey_cfg_t { 116 struct __attribute__((packed, aligned(4))) sign_cfg_t { 122 struct __attribute__((packed, aligned(4))) bootheader_t { 127 union __attribute__((packed, aligned(1))) { 128 struct __attribute__((packed, aligned(1))) { 146 union __attribute__((packed, aligned(1))) { [all …]
|
| /bsp/bouffalo_lab/bl70x/board/ |
| A D | fw_header.h | 7 struct __attribute__((packed, aligned(4))) spi_flash_cfg_t { 88 struct __attribute__((packed, aligned(4))) sys_clk_cfg_t { 99 struct __attribute__((packed, aligned(4))) boot_clk_cfg_t { 105 struct __attribute__((packed, aligned(4))) aesiv_cfg_t { 110 struct __attribute__((packed, aligned(4))) pkey_cfg_t { 116 struct __attribute__((packed, aligned(4))) sign_cfg_t { 122 struct __attribute__((packed, aligned(4))) bootheader_t { 127 union __attribute__((packed, aligned(1))) { 128 struct __attribute__((packed, aligned(1))) { 148 union __attribute__((packed, aligned(1))) { [all …]
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/compiler/ |
| A D | compiler_gcc.h | 32 #define __PACKED __attribute__((packed, aligned(1))) 35 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) 38 #define __PACKED_UNION union __attribute__((packed, aligned(1))) 44 #define __IRQ_ALIGN64 __attribute__((interrupt, aligned(64))) 47 #define ALIGN4 __attribute((aligned(4))) 62 #define __ALIGNED(x) __attribute__((aligned(x)))
|
| /bsp/bouffalo_lab/bl61x/board/ |
| A D | fw_header.h | 7 struct __attribute__((packed, aligned(4))) spi_flash_cfg_t { 82 struct __attribute__((packed, aligned(4))) boot_flash_cfg_t { 88 struct __attribute__((packed, aligned(4))) sys_clk_cfg_t { 105 struct __attribute__((packed, aligned(4))) boot_clk_cfg_t { 111 struct __attribute__((packed, aligned(4))) boot_basic_cfg_t { 140 struct __attribute__((packed, aligned(4))) boot_cpu_cfg_t { 155 struct __attribute__((packed, aligned(4))) aesiv_cfg_t { 160 struct __attribute__((packed, aligned(4))) pkey_cfg_t { 166 struct __attribute__((packed, aligned(4))) sign_cfg_t { 172 struct __attribute__((packed, aligned(4))) bootheader_t {
|
| /bsp/bouffalo_lab/bl808/lp/board/ |
| A D | fw_header.h | 7 struct __attribute__((packed, aligned(4))) spi_flash_cfg_t { 82 struct __attribute__((packed, aligned(4))) boot_flash_cfg_t { 88 struct __attribute__((packed, aligned(4))) sys_clk_cfg_t { 115 struct __attribute__((packed, aligned(4))) boot_clk_cfg_t { 121 struct __attribute__((packed, aligned(4))) boot_basic_cfg_t { 150 struct __attribute__((packed, aligned(4))) boot_cpu_cfg_t { 168 struct __attribute__((packed, aligned(4))) aesiv_cfg_t { 173 struct __attribute__((packed, aligned(4))) pkey_cfg_t { 179 struct __attribute__((packed, aligned(4))) sign_cfg_t { 185 struct __attribute__((packed, aligned(4))) bootheader_t {
|
| /bsp/bouffalo_lab/bl808/m0/board/ |
| A D | fw_header.h | 7 struct __attribute__((packed, aligned(4))) spi_flash_cfg_t { 82 struct __attribute__((packed, aligned(4))) boot_flash_cfg_t { 88 struct __attribute__((packed, aligned(4))) sys_clk_cfg_t { 115 struct __attribute__((packed, aligned(4))) boot_clk_cfg_t { 121 struct __attribute__((packed, aligned(4))) boot_basic_cfg_t { 150 struct __attribute__((packed, aligned(4))) boot_cpu_cfg_t { 168 struct __attribute__((packed, aligned(4))) aesiv_cfg_t { 173 struct __attribute__((packed, aligned(4))) pkey_cfg_t { 179 struct __attribute__((packed, aligned(4))) sign_cfg_t { 185 struct __attribute__((packed, aligned(4))) bootheader_t {
|
| /bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/core/ |
| A D | csi_rv_common.h | 54 #define __PACKED __attribute__((packed, aligned(1))) 58 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) 62 #define __PACKED_UNION union __attribute__((packed, aligned(1)))
|
| /bsp/efm32/ |
| A D | drv_dma.c | 29 DMA_DESCRIPTOR_TypeDef dmaControlBlock[DMA_CHAN_COUNT * 2] __attribute__ ((aligned(256))); 31 DMA_DESCRIPTOR_TypeDef dmaControlBlock[DMA_CHAN_COUNT * 2] __attribute__ ((aligned(256)));
|
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/ |
| A D | fsl_common.h | 223 #define SDK_ALIGN(var, alignbytes) var __attribute__((aligned(alignbytes))) 226 #define SDK_L1DCACHE_ALIGN(var) var __attribute__((aligned(FSL_FEATURE_L1DCACHE_LINESIZE_BYTE))) 230 #define SDK_L2CACHE_ALIGN(var) var __attribute__((aligned(FSL_FEATURE_L2CACHE_LINESIZE_BYTE))) 274 __attribute__((section("NonCacheable"))) var __attribute__((aligned(alignbytes))) 277 #define AT_NONCACHEABLE_SECTION_ALIGN(var, alignbytes) var __attribute__((aligned(alignbytes)))
|
| /bsp/k230/drivers/interdrv/hwtimer/ |
| A D | drv_timer.h | 67 } __attribute__((packed, aligned(4))) k230_timer_regs_channel_t; 85 } __attribute__((packed, aligned(4))) k230_timer_regs_t;
|
| /bsp/renesas/ra6m4-cpk/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 69 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 71 #define BSP_PACKED __attribute__((aligned(1))) // DEPRECATED
|
| /bsp/renesas/ra6m4-iot/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 69 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 71 #define BSP_PACKED __attribute__((aligned(1))) // DEPRECATED
|
| /bsp/renesas/ra2l1-cpk/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 69 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 71 #define BSP_PACKED __attribute__((aligned(1))) // DEPRECATED
|
| /bsp/renesas/ra6m3-ek/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 69 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 71 #define BSP_PACKED __attribute__((aligned(1))) // DEPRECATED
|
| /bsp/renesas/rzn2l_etherkit/rzn/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 84 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 86 #define BSP_PACKED __attribute__((aligned(1)))
|
| /bsp/renesas/rzn2l_rsk/rzn/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 84 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 86 #define BSP_PACKED __attribute__((aligned(1)))
|
| /bsp/renesas/rzt2m_rsk/rzt/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 84 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 86 #define BSP_PACKED __attribute__((aligned(1)))
|
| /bsp/renesas/ra8d1-vision-board/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 81 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 83 #define BSP_PACKED __attribute__((aligned(1))) // DEPRECATED
|
| /bsp/renesas/ra6m3-hmi-board/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 81 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 83 #define BSP_PACKED __attribute__((aligned(1))) // DEPRECATED
|
| /bsp/renesas/ra8d1-ek/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 81 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 83 #define BSP_PACKED __attribute__((aligned(1))) // DEPRECATED
|
| /bsp/renesas/ra8m1-ek/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 81 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 83 #define BSP_PACKED __attribute__((aligned(1))) // DEPRECATED
|
| /bsp/renesas/ebf_qi_min_6m5/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 81 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 83 #define BSP_PACKED __attribute__((aligned(1))) // DEPRECATED
|
| /bsp/renesas/ra4m2-eco/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 81 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 83 #define BSP_PACKED __attribute__((aligned(1))) // DEPRECATED
|
| /bsp/renesas/ra4e2-eco/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_compiler_support.h | 70 #define BSP_ALIGN_VARIABLE(x) __attribute__((aligned(x))) 72 #define BSP_PACKED __attribute__((aligned(1))) /* DEPRECATED */
|