Home
last modified time | relevance | path

Searched defs:__NOCACHE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/drivers/spi/spi_loopback/src/
Dspi.c65 #define __NOCACHE __attribute__((__section__(".nocache"))) macro
67 #define __NOCACHE __attribute__((__section__(CONFIG_DT_DEFINED_NOCACHE_NAME))) macro
69 #define __NOCACHE macro
/Zephyr-latest/tests/drivers/adc/adc_api/src/
Dtest_adc.c24 #define __NOCACHE __attribute__((__section__(".nocache"))) macro
26 #define __NOCACHE macro
/Zephyr-latest/tests/drivers/uart/uart_async_api/src/
Dtest_uart_async.c11 #define __NOCACHE __attribute__ ((__section__(CONFIG_DT_DEFINED_NOCACHE_NAME))) macro
14 #define __NOCACHE __nocache macro
115 static struct test_data tdata __used __NOCACHE; variable