Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/i2c/i2c_target_api/src/
Dmain.c23 #define NODE_EP1 DT_NODELABEL(eeprom1) macro
175 const struct device *const eeprom_1 = DEVICE_DT_GET(NODE_EP1); in ZTEST()
176 const struct device *const i2c_1 = DEVICE_DT_GET(DT_BUS(NODE_EP1)); in ZTEST()
177 int addr_1 = DT_REG_ADDR(NODE_EP1); in ZTEST()
178 uint8_t addr_1_width = DT_PROP_OR(NODE_EP1, address_width, 8); in ZTEST()