Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/sensor/ina230/src/
Dina230_test.c22 struct ina230_fixture { struct
23 const struct device *dev;
24 const struct emul *mock;
25 const uint16_t current_lsb_uA;
26 const uint16_t rshunt_uOhms;
50 static void test_datasheet_example(struct ina230_fixture *fixture) in test_datasheet_example() argument