HomeSort by relevance Sort by last modified time
    Searched refs:uart_dev (Results 1 - 10 of 10) sorted by null

  /hardware/bsp/intel/peripheral/libmraa/src/arm/
96boards.c 74 b->uart_dev[0].device_path = db410c_serialdev[0];
75 b->uart_dev[1].device_path = db410c_serialdev[1];
80 b->uart_dev[0].device_path = hikey_serialdev[0];
81 b->uart_dev[1].device_path = hikey_serialdev[1];
banana.c 562 b->uart_dev[b->uart_dev_count].device_path = serialdev[uart3];
563 b->uart_dev[b->uart_dev_count].rx = 11;
564 b->uart_dev[b->uart_dev_count].tx = 13;
569 b->uart_dev[b->uart_dev_count].device_path = serialdev[uart4];
570 b->uart_dev[b->uart_dev_count].rx = 10;
571 b->uart_dev[b->uart_dev_count].tx = 8;
575 b->uart_dev[b->uart_dev_count].device_path = serialdev[uart7];
577 b->uart_dev[b->uart_dev_count].rx = 31;
578 b->uart_dev[b->uart_dev_count].tx = 32;
580 b->uart_dev[b->uart_dev_count].rx = 30
    [all...]
beaglebone.c     [all...]
raspberry_pi.c 488 b->uart_dev[0].rx = 10;
489 b->uart_dev[0].tx = 8;
  /hardware/bsp/intel/peripheral/libmraa/src/x86/
intel_minnow_byt_compatible.c 204 b->uart_dev[0].rx = -1;
205 b->uart_dev[0].tx = -1;
206 b->uart_dev[0].device_path = "/dev/ttyS0";
intel_galileo_rev_d.c 433 b->uart_dev[0].rx = 0;
434 b->uart_dev[0].tx = 1;
435 b->uart_dev[0].device_path = "/dev/ttyS0";
437 b->uart_dev[1].rx = -1;
438 b->uart_dev[1].tx = -1;
439 b->uart_dev[1].device_path = "/dev/ttyS1";
intel_galileo_rev_g.c 749 b->uart_dev[0].rx = 0;
750 b->uart_dev[0].tx = 1;
751 b->uart_dev[0].device_path = "/dev/ttyS0";
752 b->uart_dev[1].rx = -1;
753 b->uart_dev[1].tx = -1;
754 b->uart_dev[1].device_path = "/dev/ttyS1";
intel_edison_fab_c.c     [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/uart/
uart.c 156 int pos = plat->uart_dev[index].rx;
166 pos = plat->uart_dev[index].tx;
177 mraa_uart_context dev = mraa_uart_init_raw((char*)plat->uart_dev[index].device_path);
  /hardware/bsp/intel/peripheral/libmraa/include/
mraa_internal_types.h 281 mraa_uart_dev_t uart_dev[6]; /**< Array of UARTs */ member in struct:_board_t

Completed in 802 milliseconds