Home
last modified time | relevance | path

Searched refs:sram2 (Results 1 – 25 of 63) sorted by relevance

123

/Zephyr-latest/soc/st/stm32/stm32h7x/
Dsections.ld20 . = 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(
Dmpu_regions.c34 DT_REG_ADDR(DT_NODELABEL(sram2)),
37 DT_REG_ADDR(DT_NODELABEL(sram2)),
/Zephyr-latest/tests/application_development/code_relocation/src/
Dtest_file4.c11 __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
Dtest_file5.c11 __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
Dtest_file1.c18 __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;
Dtest_file3.c12 __in_section(bss, sram2, var) uint32_t var_file3_sram2_bss; in __in_section() argument
/Zephyr-latest/tests/application_development/code_relocation/test_lib/
Dtest_lib1.c11 __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/
Dmain.c44 #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/
Dstm32l4r5.dtsi11 /delete-node/ &sram2; /* different memory address */
21 sram2: memory@20040000 { label
/Zephyr-latest/soc/espressif/esp32/
Dmemory.h22 #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/
Dmemory.h16 #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/
Dstm32u073X8.dtsi15 sram2: memory@20008000 { label
Dstm32u073Xb.dtsi15 sram2: memory@20008000 { label
Dstm32u073Xc.dtsi15 sram2: memory@20008000 { label
Dstm32u031X4.dtsi17 sram2: memory@20080000 { label
Dstm32u031X6.dtsi17 sram2: memory@20080000 { label
Dstm32u031X8.dtsi17 sram2: memory@20080000 { label
Dstm32u083Xc.dtsi17 sram2: memory@20008000 { label
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/
Dmax32662evkit.overlay8 &sram2 {
Dnucleo_h743zi.overlay13 &sram2 {
Dnucleo_h745zi_q_stm32h745xx_m4.overlay13 &sram2 {
/Zephyr-latest/boards/cypress/cy8ckit_062_wifi_bt/
Dcy8ckit_062_wifi_bt_cy8c6247_m4.dts21 zephyr,sram = &sram2;
/Zephyr-latest/boards/nxp/lpcxpresso54114/
Dlpcxpresso54114_lpc54114_m0.dts17 zephyr,sram = &sram2;
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/
Dcy8ckit_062_ble_cy8c6347_m4.dts23 zephyr,sram = &sram2;
/Zephyr-latest/dts/arm/st/h5/
Dstm32h533Xe.dtsi16 sram2: memory@20040000 { label

123