/Zephyr-latest/soc/st/stm32/stm32h7x/ |
D | sections.ld | 20 . = ABSOLUTE(DT_REG_ADDR(DT_NODELABEL(sram2))); 22 . = ABSOLUTE(DT_REG_ADDR(DT_NODELABEL(sram2))) + 256; 24 . = ABSOLUTE(DT_REG_ADDR(DT_NODELABEL(sram2))) + 16K; 25 …_LINK_IN(LINKER_DT_NODE_REGION_NAME(DT_NODELABEL(sram2)), LINKER_DT_NODE_REGION_NAME(DT_NODELABEL(…
|
D | mpu_regions.c | 34 DT_REG_ADDR(DT_NODELABEL(sram2)), 37 DT_REG_ADDR(DT_NODELABEL(sram2)),
|
/Zephyr-latest/tests/application_development/code_relocation/src/ |
D | test_file4.c | 11 __in_section(data, sram2, var) uint32_t var_file4_sram2_data = 10U; 12 __in_section(bss, sram2, var) uint32_t var_file4_sram2_bss; in __in_section() argument
|
D | test_file5.c | 11 __in_section(data, sram2, var) uint32_t var_file5_sram2_data = 10U; 12 __in_section(bss, sram2, var) uint32_t var_file5_sram2_bss; in __in_section() argument
|
D | test_file1.c | 18 __in_section(data, sram2, var) uint32_t var_sram2_data = 10U; 19 __in_section(bss, sram2, var) uint32_t var_sram2_bss; 21 __in_section(rodata, sram2, var) const uint32_t var_sram2_rodata = 100U;
|
D | test_file3.c | 12 __in_section(bss, sram2, var) uint32_t var_file3_sram2_bss; in __in_section() argument
|
/Zephyr-latest/tests/application_development/code_relocation/test_lib/ |
D | test_lib1.c | 11 __in_section(data, sram2, var) uint32_t var_lib1_sram2_data = 10U; 12 __in_section(bss, sram2, var) uint32_t var_lib1_sram2_bss; in __in_section() argument
|
/Zephyr-latest/tests/drivers/memc/ram/src/ |
D | main.c | 44 #if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(sram2)) 45 BUF_DEF(sram2); 96 #if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(sram2)) in ZTEST()
|
/Zephyr-latest/dts/arm/st/l4/ |
D | stm32l4r5.dtsi | 11 /delete-node/ &sram2; /* different memory address */ 21 sram2: memory@20040000 { label
|
/Zephyr-latest/soc/espressif/esp32/ |
D | memory.h | 22 #define SRAM2_DRAM_START DT_REG_ADDR(DT_NODELABEL(sram2)) 23 #define SRAM2_DRAM_SIZE DT_REG_SIZE(DT_NODELABEL(sram2))
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | memory.h | 16 #define SRAM2_DRAM_START DT_REG_ADDR(DT_NODELABEL(sram2)) 17 #define SRAM2_SIZE DT_REG_SIZE(DT_NODELABEL(sram2))
|
/Zephyr-latest/dts/arm/st/u0/ |
D | stm32u073X8.dtsi | 15 sram2: memory@20008000 { label
|
D | stm32u073Xb.dtsi | 15 sram2: memory@20008000 { label
|
D | stm32u073Xc.dtsi | 15 sram2: memory@20008000 { label
|
D | stm32u031X4.dtsi | 17 sram2: memory@20080000 { label
|
D | stm32u031X6.dtsi | 17 sram2: memory@20080000 { label
|
D | stm32u031X8.dtsi | 17 sram2: memory@20080000 { label
|
D | stm32u083Xc.dtsi | 17 sram2: memory@20008000 { label
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/ |
D | max32662evkit.overlay | 8 &sram2 {
|
D | nucleo_h743zi.overlay | 13 &sram2 {
|
D | nucleo_h745zi_q_stm32h745xx_m4.overlay | 13 &sram2 {
|
/Zephyr-latest/boards/cypress/cy8ckit_062_wifi_bt/ |
D | cy8ckit_062_wifi_bt_cy8c6247_m4.dts | 21 zephyr,sram = &sram2;
|
/Zephyr-latest/boards/nxp/lpcxpresso54114/ |
D | lpcxpresso54114_lpc54114_m0.dts | 17 zephyr,sram = &sram2;
|
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/ |
D | cy8ckit_062_ble_cy8c6347_m4.dts | 23 zephyr,sram = &sram2;
|
/Zephyr-latest/dts/arm/st/h5/ |
D | stm32h533Xe.dtsi | 16 sram2: memory@20040000 { label
|