Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/i2c/i2c_emul/include/
Demulated_target.hpp20 #define FORWARD_COUNT DT_PROP_LEN(CONTROLLER_LABEL, forwards) macro
22 extern struct i2c_target_callbacks emulated_callbacks[FORWARD_COUNT];
23 extern struct i2c_target_config emulated_target_config[FORWARD_COUNT];
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/
Dtest_fowarding_common.cpp19 constexpr const struct device *targets[FORWARD_COUNT] = {
25 for (int i = 0; i < FORWARD_COUNT; ++i) { in i2c_emul_forwarding_setup()
46 for (int i = 0; i < FORWARD_COUNT; ++i) { in i2c_emul_forwarding_teardown()
Demulated_target.cpp41 struct i2c_target_callbacks emulated_callbacks[FORWARD_COUNT] = {
51 struct i2c_target_config emulated_target_config[FORWARD_COUNT] = {
Dtest_forwarding_buf.cpp20 constexpr const struct device *targets[FORWARD_COUNT] = {
Dtest_forwarding_pio.cpp19 constexpr const struct device *targets[FORWARD_COUNT] = {