Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/i2c/i2c_target_api/src/
Dmain.c22 #define NODE_EP0 DT_NODELABEL(eeprom0) macro
171 const struct device *const eeprom_0 = DEVICE_DT_GET(NODE_EP0); in ZTEST()
172 const struct device *const i2c_0 = DEVICE_DT_GET(DT_BUS(NODE_EP0)); in ZTEST()
173 int addr_0 = DT_REG_ADDR(NODE_EP0); in ZTEST()
174 uint8_t addr_0_width = DT_PROP_OR(NODE_EP0, address_width, 8); in ZTEST()