Home
last modified time | relevance | path

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

/bsp/k230/drivers/utest/
A Dtest_ts.c60 rt_device_t ts_dev = RT_NULL; variable
68 ts_dev = (rt_device_t)rt_device_find(TS_DEV_NAME); in test_ts_read()
69 uassert_not_null(ts_dev); in test_ts_read()
70 ret = rt_device_open(ts_dev, RT_DEVICE_OFLAG_RDWR); in test_ts_read()
75 reval = rt_device_read(ts_dev, 0, &temp, sizeof(double)); in test_ts_read()
80 rt_device_close(ts_dev); in test_ts_read()
88 ts_dev = (rt_device_t)rt_device_find(TS_DEV_NAME); in test_ts_control()
89 uassert_not_null(ts_dev); in test_ts_control()
90 ret = rt_device_open(ts_dev, RT_DEVICE_OFLAG_RDWR); in test_ts_control()
95 ret = rt_device_control(ts_dev, RT_DEVICE_TS_CTRL_SET_MODE, &val); in test_ts_control()
[all …]

Completed in 5 milliseconds