mtouch_test_bist()

Test the built-in-self-test (BIST)

Synopsis:

#include <input/mtouch_driver.h>
int mtouch_test_bist(void *dev,
                     uint8_t *passfail,
                     uint16_t *max,
                     uint16_t *min)

Library:

libinputevents

Description:

This function runs the BIST of the driver.

Returns:

A test result type. The test result will be one of type Driver test result types.