Home
last modified time | relevance | path

Searched refs:SRAM_BASE (Results 1 – 25 of 29) sorted by relevance

12

/lk-master/platform/zynq/
A Dplatform.c219 .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 Daddressmap.h25 #define SRAM_BASE 0x20000000 macro
/lk-master/external/platform/stellaris/ti-driverlib/inc/
A Dhw_memmap.h50 #define SRAM_BASE 0x20000000 // SRAM memory macro
/lk-master/external/platform/cc13xx/cc13xxware/inc/
A Dhw_memmap.h49 #define SRAM_BASE 0x20000000 // SRAM macro
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dudma.c281 ASSERT((uint32_t)pvSrcAddr >= SRAM_BASE); in uDMAChannelTransferSet()
282 ASSERT((uint32_t)pvDstAddr >= SRAM_BASE); in uDMAChannelTransferSet()
A Dudma.h586 ASSERT((uint32_t)pControlTable >= SRAM_BASE); in uDMAControlBaseSet()
/lk-master/app/lkboot/
A Dcommands.c115 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 Dsystem_stm32f2xx.c239 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
/lk-master/platform/zynq/include/platform/
A Dzynq.h16 #define SRAM_BASE (0x0) macro
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dsystem_stm32f10x.c265 SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. */ in SystemInit()
/lk-master/external/platform/stm32f0xx/CMSIS/inc/
A Dstm32f070x6.h486 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
A Dstm32f030x6.h446 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
A Dstm32f030x8.h452 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
A Dstm32f070xb.h495 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
A Dstm32f030xc.h458 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
A Dstm32f031x6.h456 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
A Dstm32f038xx.h455 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
A Dstm32f051x8.h536 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
A Dstm32f058xx.h535 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
A Dstm32f071xb.h556 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
A Dstm32f048xx.h605 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
A Dstm32f042x6.h605 #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the al… macro
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/CMSIS/
A Dstm32f2xx.h1014 #define SRAM_BASE ((uint32_t)0x20000000) /*!< SRAM base address in the alias region */ macro
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/CMSIS/
A Dstm32f10x.h1260 #define SRAM_BASE ((uint32_t)0x20000000) /*!< SRAM base address in the alias region */ macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/CMSIS/
A Dstm32f4xx.h1655 #define SRAM_BASE SRAM1_BASE macro

Completed in 574 milliseconds

12