Home
last modified time | relevance | path

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

/tests/drivers/i2c/i2c_target_api/src/
A Dmain.c23 #define NODE_EP0 DT_NODELABEL(eeprom0) macro
172 const struct device *const i2c_0 = DEVICE_DT_GET(DT_BUS(NODE_EP0)); in ZTEST()
228 const struct device *const eeprom_0 = DEVICE_DT_GET(NODE_EP0); in ZTEST()
229 const struct device *const i2c_0 = DEVICE_DT_GET(DT_BUS(NODE_EP0)); in ZTEST()
230 int addr_0 = DT_REG_ADDR(NODE_EP0); in ZTEST()
231 uint8_t addr_0_width = DT_PROP_OR(NODE_EP0, address_width, 8); in ZTEST()

Completed in 7 milliseconds