Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 25 of 50) sorted by relevance

12

/bsp/rockchip/rk2108/
A Dgcc_xip_off.ld.S23 . = ALIGN(32); define
25 . = ALIGN(32); define
35 . = ALIGN(4); define
39 . = ALIGN(4); define
43 . = ALIGN(4); define
46 . = ALIGN(4); define
50 . = ALIGN(4); define
53 . = ALIGN(4); define
57 . = ALIGN(4); define
76 . = ALIGN(32); define
[all …]
/bsp/nuvoton/libraries/nu_packages/NuUtils/inc/
A Dnu_miscutil.h23 #define NU_ALIGN_DOWN(X, ALIGN) ((X) & ~((ALIGN) - 1)) argument
24 #define NU_ALIGN_UP(X, ALIGN) (((X) + (ALIGN) - 1) & ~((ALIGN) - 1)) argument
/bsp/cvitek/c906_little/board/
A Dcache.h17 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/bsp/allwinner/libraries/sunxi-hal/hal/test/disp2/
A Ddisp_lbc_test.c44 u32 ALIGN = 128; in cal() local
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_dac.h224 #define IS_DAC_ALIGN(ALIGN) … argument
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_dac.h224 #define IS_DAC_ALIGN(ALIGN) … argument
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_dac.h224 #define IS_DAC_ALIGN(ALIGN) … argument
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_dac.h187 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_Align_12b_R) || \ argument
A DHAL_adc.h185 #define IS_ADC_DATA_ALIGN(ALIGN) (((ALIGN) == ADC_DataAlign_Right) || \ argument
/bsp/bluetrum/libraries/hal_libraries/bmsis/source/
A Dsystem_ab32vgx.c10 #define ALIGN(n) __attribute__((aligned(n))) macro
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_dac.h189 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_Align_12b_R) || \ argument
A Dair32f10x_adc.h142 #define IS_ADC_DATA_ALIGN(ALIGN) (((ALIGN) == ADC_DataAlign_Right) || \ argument
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_dac.h236 #define IS_DAC_ALIGN(ALIGN) … argument
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_dac.h236 #define IS_DAC_ALIGN(ALIGN) … argument
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_dac.h236 #define IS_DAC_ALIGN(ALIGN) … argument
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_dac.h236 #define IS_DAC_ALIGN(ALIGN) … argument
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_adc.h169 #define IS_ADC_DATA_ALIGN(ALIGN) (((ALIGN) == ADC_DataAlign_Right) || \ argument
/bsp/allwinner/libraries/libos/include/misc/
A Dsupport.h68 #define ALIGN(val,align) (((val) + ((align) - 1)) & ~((align) - 1)) macro
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_adc.h177 #define IS_ADC_DATA_ALIGN(ALIGN) (((ALIGN) == ADC_DataAlign_Right) || \ argument
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_dac.h363 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \ argument
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_adc.h186 #define IS_ADC_DATA_ALIGN(ALIGN) (((ALIGN) == ADC_DataAlign_Right) || \ argument
/bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/
A Dg2d_rotate.c291 u32 ALIGN = 128; in g2d_lbc_calc_ctrl() local
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_adc.h160 #define IS_ADC_DATA_ALIGN(ALIGN) (((ALIGN) == ADC_DataAlign_Right) || \ argument
/bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/
A Dinter.h34 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f65xxx_66xxx_adc.h426 #define IS_ADC_ALIGN(ALIGN) (((ALIGN) == ADC_ALIGN_RIGHT) || ((ALIGN) == ADC_AL… argument

Completed in 42 milliseconds

12