Home
last modified time | relevance | path

Searched refs:value1 (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
27 zassert_equal(value.val1, value1, "incorrect measurement for value.val1"); \
/Zephyr-latest/drivers/ethernet/
Deth_lan865x.c233 uint8_t value1, value2; in lan865x_init_chip() local
238 value1 = lan865x_read_indirect_reg(dev, 0x04, 0x1F); in lan865x_init_chip()
239 if ((value1 & 0x10) != 0) { /* Convert uint8_t to int8_t */ in lan865x_init_chip()
240 offset1 = (int8_t)((uint8_t)value1 - 0x20); in lan865x_init_chip()
242 offset1 = (int8_t)value1; in lan865x_init_chip()