Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/touch_element/
Dtouch_matrix.c35 static bool matrix_channel_check(te_matrix_handle_t matrix_handle, touch_pad_t channel_num);
272 if (matrix_channel_check(item->matrix_handle, channel_num)) { in matrix_object_check_channel()
343 static bool matrix_channel_check(te_matrix_handle_t matrix_handle, touch_pad_t channel_num) in matrix_channel_check() function