Searched defs:ina230_fixture (Results 1 – 1 of 1) sorted by relevance
22 struct ina230_fixture { struct23 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