Home
last modified time | relevance | path

Searched defs:i2c_emul (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Di2c_emul.h37 struct i2c_emul { struct
44 const struct i2c_emul_api *api; argument
50 struct i2c_emul_api *mock_api; argument
69 typedef int (*i2c_emul_transfer_t)(const struct emul *target, struct i2c_msg *msgs, int num_msgs, argument
/Zephyr-latest/tests/drivers/i2c/i2c_emul/
DCMakeLists.txt6 project(i2c_emul) project