| /bsp/synwit/swm341-mini/board/ |
| A D | board.h | 29 #define SRAM_BASE 0x20000000 macro 31 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/hc32l136/board/ |
| A D | board.h | 20 #define SRAM_BASE 0x20000000 macro 22 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/mm32f526x/board/ |
| A D | board.h | 22 #define SRAM_BASE (0x30000000) macro 24 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/hc32l196/board/ |
| A D | board.h | 18 #define SRAM_BASE 0x20000000 macro 20 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/yichip/yc3121-pos/drivers/ |
| A D | board.h | 20 #define SRAM_BASE 0x20000 macro 30 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/yichip/yc3122-pos/drivers/ |
| A D | board.h | 19 #define SRAM_BASE 0x20000 macro 29 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/synwit/swm320-mini/board/ |
| A D | board.h | 29 #define SRAM_BASE 0x20000000 macro 31 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/mm32l3xx/drivers/ |
| A D | board.h | 18 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/mm32f327x/drivers/ |
| A D | board.h | 19 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/mm32l07x/drivers/ |
| A D | board.h | 18 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/mm32f103x/drivers/ |
| A D | board.h | 18 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/stm32/stm32g474-st-nucleo/board/CubeMX_Config/Src/ |
| A D | system_stm32g4xx.c | 171 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
|
| /bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/ |
| A D | system_stm32g4xx.c | 117 #define VECT_TAB_BASE_ADDRESS SRAM_BASE /*!< Vector Table base address field.
|
| /bsp/lm4f232/Libraries/inc/ |
| A D | hw_memmap.h | 35 #define SRAM_BASE 0x20000000 // SRAM memory macro
|
| /bsp/lm3s8962/Libraries/inc/ |
| A D | hw_memmap.h | 35 #define SRAM_BASE 0x20000000 // SRAM memory macro
|
| /bsp/lm3s9b9x/Libraries/inc/ |
| A D | hw_memmap.h | 35 #define SRAM_BASE 0x20000000 // SRAM memory macro
|
| /bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/ |
| A D | hw_memmap.h | 50 #define SRAM_BASE 0x20000000 // SRAM memory macro
|
| /bsp/tm4c129x/libraries/inc/ |
| A D | hw_memmap.h | 50 #define SRAM_BASE 0x20000000 // SRAM memory macro
|
| /bsp/nuvoton/libraries/m480/rtt_port/ |
| A D | drv_crypto.c | 259 if (((rt_uint32_t)in % 4) != 0 || ((rt_uint32_t)in < SRAM_BASE) || ((rt_uint32_t)in > SRAM_END)) in nu_aes_crypt() 272 …if (((rt_uint32_t)out % 4) != 0 || ((rt_uint32_t)out < SRAM_BASE) || ((rt_uint32_t)out > SRAM_END)) in nu_aes_crypt() 428 if (((rt_uint32_t)in % 4) != 0 || ((rt_uint32_t)in < SRAM_BASE) || ((rt_uint32_t)in > SRAM_END)) in nu_des_crypt() 441 …if (((rt_uint32_t)out % 4) != 0 || ((rt_uint32_t)out < SRAM_BASE) || ((rt_uint32_t)out > SRAM_END)) in nu_des_crypt() 649 …if (((rt_uint32_t)nu_in % 4) != 0 || ((rt_uint32_t)nu_in < SRAM_BASE) || ((rt_uint32_t)nu_in > SRA… in nu_sha_update()
|
| /bsp/efm32/ |
| A D | board.h | 111 #define EFM32_SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/ |
| A D | system_stm32l1xx.c | 90 #define VECT_TAB_BASE_ADDRESS SRAM_BASE /*!< Vector Table base address field.
|
| /bsp/nuvoton/libraries/m2354/rtt_port/ |
| A D | drv_crypto.c | 248 if (((rt_uint32_t)in % 4) != 0 || ((rt_uint32_t)in < SRAM_BASE) || ((rt_uint32_t)in > SRAM_END)) in nu_aes_crypt() 261 …if (((rt_uint32_t)out % 4) != 0 || ((rt_uint32_t)out < SRAM_BASE) || ((rt_uint32_t)out > SRAM_END)) in nu_aes_crypt() 472 …if (((rt_uint32_t)nu_in % 4) != 0 || ((rt_uint32_t)nu_in < SRAM_BASE) || ((rt_uint32_t)nu_in > SRA… in nu_sha_update()
|
| /bsp/nuvoton/libraries/m460/rtt_port/ |
| A D | drv_crypto.c | 247 if (((rt_uint32_t)in % 4) != 0 || ((rt_uint32_t)in < SRAM_BASE) || ((rt_uint32_t)in > SRAM_END)) in nu_aes_crypt() 260 …if (((rt_uint32_t)out % 4) != 0 || ((rt_uint32_t)out < SRAM_BASE) || ((rt_uint32_t)out > SRAM_END)) in nu_aes_crypt() 471 …if (((rt_uint32_t)nu_in % 4) != 0 || ((rt_uint32_t)nu_in < SRAM_BASE) || ((rt_uint32_t)nu_in > SRA… in nu_sha_update()
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/ |
| A D | gd32vf103.h | 194 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM0 base address … macro
|
| /bsp/essemi/es32vf2264/libraries/RV_CORE/Device/EastSoft/ES32VF2264/Include/ |
| A D | es32vf2264.h | 102 #define SRAM_BASE (0x20000000UL) macro
|