Home
last modified time | relevance | path

Searched refs:DMM_MEMORY_SECTION (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/boards/nrf/dmm/src/
Dmain.c163 static uint8_t user_data[16] DMM_MEMORY_SECTION(DUT_CACHE); in ZTEST_USER_F()
179 static uint8_t user_data[16] DMM_MEMORY_SECTION(DUT_CACHE); in ZTEST_USER_F()
195 static uint8_t user_data[16] DMM_MEMORY_SECTION(DUT_NOCACHE); in ZTEST_USER_F()
211 static uint8_t user_data[16] DMM_MEMORY_SECTION(DUT_NOCACHE); in ZTEST_USER_F()
/Zephyr-latest/soc/nordic/common/
Ddmm.h68 #define DMM_MEMORY_SECTION(node_id) \ macro
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c86 static uint32_t frame_buf0[CORESIGHT_TRACE_FRAME_SIZE32] DMM_MEMORY_SECTION(UART_NODE);
87 static uint32_t frame_buf1[CORESIGHT_TRACE_FRAME_SIZE32] DMM_MEMORY_SECTION(UART_NODE);
143 static uint8_t rx_buf[RX_BUF_SIZE] DMM_MEMORY_SECTION(UART_NODE);
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c2436 DMM_MEMORY_SECTION(UARTE(idx)); \
2438 DMM_MEMORY_SECTION(UARTE(idx)); \
2440 static uint8_t uarte##idx##_poll_out_byte DMM_MEMORY_SECTION(UARTE(idx));\
2441 static uint8_t uarte##idx##_poll_in_byte DMM_MEMORY_SECTION(UARTE(idx)); \
2512 DMM_MEMORY_SECTION(UARTE(idx)); \