Initialize test driver interface
#include <input/mtouch_driver.h>
void* mtouch_test_init(void)
This function initializes the test driver with defaults and prepares the test driver interface for running individual test functions.
A handle to the device driver. This handle is passed as an argument into each of the other test functions.