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

  /hardware/bsp/intel/peripheral/examples/mraa/gpio_output/
ledflasher_mraa.cpp 29 const int gpio_count = sizeof(gpio)/sizeof(*gpio); local
33 for (int i = 0; i < gpio_count; i++) {
44 for (int i = 0; i < gpio_count; i++) {
48 for (int i = gpio_count-1; i >= 0; i--) {
54 for (int i = 0; i < gpio_count; i++)
  /hardware/bsp/intel/peripheral/libmraa/include/
mraa_internal_types.h 269 unsigned int gpio_count; /**< GPIO Count */ member in struct:_board_t
  /hardware/bsp/intel/peripheral/libmraa/src/arm/
96boards.c 125 b->gpio_count = MRAA_96BOARDS_LS_GPIO_COUNT;
banana.c 528 b->gpio_count = 0;
532 b->gpio_count++;
raspberry_pi.c 556 b->gpio_count = 0;
560 b->gpio_count++;
beaglebone.c     [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/x86/
intel_minnow_byt_compatible.c 101 b->gpio_count = b->phy_pin_count = MRAA_INTEL_MINNOW_TURBOT_PINCOUNT;
104 b->gpio_count = b->phy_pin_count = MRAA_INTEL_MINNOW_MAX_PINCOUNT;
intel_galileo_rev_d.c 153 b->gpio_count = 14;
intel_edison_fab_c.c 786 b->gpio_count = 56; // A bit of a hack I suppose
    [all...]
intel_galileo_rev_g.c 330 b->gpio_count = 14;
  /hardware/bsp/intel/peripheral/libmraa/src/aio/
aio.c 88 int pin = aio + plat->gpio_count;
  /hardware/bsp/intel/peripheral/libmraa/src/usb/
ftdi_ft4222.c 677 sub_plat->gpio_count = numUsbGpio;

Completed in 555 milliseconds