zephyr/subsys/emul
Aaron Massey 5e2678135d emul: Make emulator parameters consistently named
Some paramaters in prior emulators have historically referred to instances
of struct emul as "emulator" or "emul". The proper parameter name for this
type is "target" as it designates the struct emul instance is the emul
bus (e.g. emul_i2c) controller's target peripheral for dispatch.

Do a small refactor renaming some of these parameters to "target".

TEST=twister on accel, espi, and eeprom drivers tests

Signed-off-by: Aaron Massey <aaronmassey@google.com>
2022-07-19 11:43:30 -05:00
..
espi emul: Make emulator parameters consistently named 2022-07-19 11:43:30 -05:00
i2c emul: Make emulator parameters consistently named 2022-07-19 11:43:30 -05:00
spi emul: spi: bmi160: Move to top-level directory 2020-10-27 16:41:30 +01:00
CMakeLists.txt emul: Add an emulator for the eSPI Host 2021-01-20 17:49:19 -05:00
emul.c emul: Simplify emulator bus initialization and API 2022-07-19 11:43:30 -05:00
emul_bmi160.c emul: Make emulator parameters consistently named 2022-07-19 11:43:30 -05:00
Kconfig emul: Add an emulator for the eSPI Host 2021-01-20 17:49:19 -05:00