Searched defs:TOUCH_CHANNEL_CHECK (Results 1 – 4 of 4) sorted by relevance
32 #define TOUCH_CHANNEL_CHECK(channel) do { \ macro36 #define TOUCH_CHANNEL_CHECK(channel) do { \ macro
55 #define TOUCH_CHANNEL_CHECK(channel) ESP_RETURN_ON_FALSE(channel < SOC_TOUCH_SENSOR_NUM, ESP_ERR_IN… macro
41 #define TOUCH_CHANNEL_CHECK(channel) do { \ macro