Home
last modified time | relevance | path

Searched refs:TEST_AREA_DEVICE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/drivers/flash/negative_tests/src/
Dmain.c27 #define TEST_AREA_DEVICE FIXED_PARTITION_DEVICE(TEST_AREA) macro
49 static const struct device *const flash_dev = TEST_AREA_DEVICE;
/Zephyr-latest/tests/drivers/flash/stm32/src/
Dmain.c18 #define TEST_AREA_DEVICE FIXED_PARTITION_DEVICE(TEST_AREA) macro
23 static const struct device *const flash_dev = TEST_AREA_DEVICE;
/Zephyr-latest/tests/drivers/flash/common/src/
Dmain.c28 #define TEST_AREA_DEVICE FIXED_PARTITION_DEVICE(TEST_AREA) macro
32 #define TEST_AREA_DEVICE DEVICE_DT_GET(TEST_AREA_DEV_NODE) macro
52 static const struct device *const flash_dev = TEST_AREA_DEVICE;