Searched refs:eeprom_0 (Results 1 – 4 of 4) sorted by relevance
171 const struct device *const eeprom_0 = DEVICE_DT_GET(NODE_EP0); in ZTEST() local182 zassert_not_null(eeprom_0, "EEPROM 0 device not found"); in ZTEST()206 ret = eeprom_target_program(eeprom_0, eeprom_0_data, TEST_DATA_SIZE); in ZTEST()215 ret = i2c_target_driver_register(eeprom_0); in ZTEST()267 ret = i2c_target_driver_unregister(eeprom_0); in ZTEST()
25 const struct device *const dev = DEVICE_DT_GET(DT_ALIAS(eeprom_0)); in get_eeprom_device()
186 run_tests_on_eeprom(DEVICE_DT_GET(DT_ALIAS(eeprom_0))); in test_main()
44 eeprom0: eeprom_0 {