Searched refs:NODE_EP1 (Results 1 – 1 of 1) sorted by relevance
24 #define NODE_EP1 DT_NODELABEL(eeprom1) macro173 const struct device *const i2c_1 = DEVICE_DT_GET(DT_BUS(NODE_EP1)); in ZTEST()232 const struct device *const eeprom_1 = DEVICE_DT_GET(NODE_EP1); in ZTEST()233 const struct device *const i2c_1 = DEVICE_DT_GET(DT_BUS(NODE_EP1)); in ZTEST()234 int addr_1 = DT_REG_ADDR(NODE_EP1); in ZTEST()235 uint8_t addr_1_width = DT_PROP_OR(NODE_EP1, address_width, 8); in ZTEST()
Completed in 11 milliseconds