Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_adc-test.c330 uint32_t calibrated_voltage; in test_calibrate() local
349 calibrated_voltage = adc_calibrate(output, expected_rv); in test_calibrate()
350 g_assert_cmpuint(calibrated_voltage, >, input - MAX_ERROR); in test_calibrate()
351 g_assert_cmpuint(calibrated_voltage, <, input + MAX_ERROR); in test_calibrate()