/lk-master/platform/zynq/ |
A D | platform.c | 219 .phys = SRAM_BASE, 289 .phys = SRAM_BASE, 290 .virt = SRAM_BASE, 310 .base = SRAM_BASE,
|
/lk-master/external/platform/pico/rp2040/hardware_regs/include/hardware/regs/ |
A D | addressmap.h | 25 #define SRAM_BASE 0x20000000 macro
|
/lk-master/external/platform/stellaris/ti-driverlib/inc/ |
A D | hw_memmap.h | 50 #define SRAM_BASE 0x20000000 // SRAM memory macro
|
/lk-master/external/platform/cc13xx/cc13xxware/inc/ |
A D | hw_memmap.h | 49 #define SRAM_BASE 0x20000000 // SRAM macro
|
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/ |
A D | udma.c | 281 ASSERT((uint32_t)pvSrcAddr >= SRAM_BASE); in uDMAChannelTransferSet() 282 ASSERT((uint32_t)pvDstAddr >= SRAM_BASE); in uDMAChannelTransferSet()
|
A D | udma.h | 586 ASSERT((uint32_t)pControlTable >= SRAM_BASE); in uDMAControlBaseSet()
|
/lk-master/app/lkboot/ |
A D | commands.c | 115 paddr_t args_phys = SRAM_BASE + SRAM_SIZE - bootargs_size; in do_boot() 183 paddr_t args_phys = SRAM_BASE + SRAM_SIZE - bootargs_size; in do_flash_boot()
|
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/ |
A D | system_stm32f2xx.c | 239 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
|
/lk-master/platform/zynq/include/platform/ |
A D | zynq.h | 16 #define SRAM_BASE (0x0) macro
|
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/ |
A D | system_stm32f10x.c | 265 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. */ in SystemInit()
|
/lk-master/external/platform/stm32f0xx/CMSIS/inc/ |
A D | stm32f070x6.h | 486 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
|
A D | stm32f030x6.h | 446 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
|
A D | stm32f030x8.h | 452 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
|
A D | stm32f070xb.h | 495 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
|
A D | stm32f030xc.h | 458 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
|
A D | stm32f031x6.h | 456 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
|
A D | stm32f038xx.h | 455 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
|
A D | stm32f051x8.h | 536 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
|
A D | stm32f058xx.h | 535 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
|
A D | stm32f071xb.h | 556 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
|
A D | stm32f048xx.h | 605 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
|
A D | stm32f042x6.h | 605 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
|
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/CMSIS/ |
A D | stm32f2xx.h | 1014 #define SRAM_BASE ((uint32_t)0x20000000) /*!< SRAM base address in the alias region */ macro
|
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/CMSIS/ |
A D | stm32f10x.h | 1260 #define SRAM_BASE ((uint32_t)0x20000000) /*!< SRAM base address in the alias region */ macro
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/CMSIS/ |
A D | stm32f4xx.h | 1655 #define SRAM_BASE SRAM1_BASE macro
|