Home
last modified time | relevance | path

Searched refs:value2 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/drivers/sensor/hc-sr04/src/
Dmain.c22 #define TEST_MEASURED_VALUE(fixture, value, duration_us, value1, value2) \ argument
28 zassert_within(value.val2, value2, 10000, "incorrect measurement for value.val2"); \
/Zephyr-latest/drivers/ethernet/
Deth_lan865x.c233 uint8_t value1, value2; in lan865x_init_chip() local
245 value2 = lan865x_read_indirect_reg(dev, 0x08, 0x1F); in lan865x_init_chip()
246 if ((value2 & 0x10) != 0) { /* Convert uint8_t to int8_t */ in lan865x_init_chip()
247 offset2 = (int8_t)((uint8_t)value2 - 0x20); in lan865x_init_chip()
249 offset2 = (int8_t)value2; in lan865x_init_chip()