Home
last modified time | relevance | path

Searched defs:row (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.4.0/examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/include/
Dmatrix_keyboard.h24 #define MAKE_KEY_CODE(row, col) ((row << 8) | (col)) argument
/hal_espressif-3.4.0/examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/src/
Dmatrix_keyboard.c71 int row = -1; in matrix_kbd_debounce_timer_callback() local
/hal_espressif-3.4.0/tools/kconfig/lxdialog/
Dtextbox.c341 static void print_line(WINDOW * win, int row, int width) in print_line()
/hal_espressif-3.4.0/tools/kconfig/
Dgconf.c1039 static gchar *row[COL_NUMBER]; in fill_row() local
1162 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node()
1198 static void place_node(struct menu *menu, char **row) in place_node()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c87 for (int row = 0; row < row_count; row++) { in smp_debug_print_nbyte_little_endian() local
/hal_espressif-3.4.0/tools/catch/
Dcatch.hpp9854 std::string row = oss.str(); in addRow() local