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

  /device/google/contexthub/firmware/src/platform/stm32f4xx/
apInt.c 45 gpioSet(apIntWkup, 0);
49 gpioSet(apIntNonWkup, 0);
57 gpioSet(apIntWkup, 1);
61 gpioSet(apIntNonWkup, 1);
spi.c 285 gpioSet(pdev->nss, 1);
336 gpioSet(pdev->nss, 0);
437 gpioSet(pdev->nss, 1);
gpio.c 213 void gpioSet(const struct Gpio* __restrict gpioHandle, bool value)
  /device/google/contexthub/firmware/inc/
gpio.h 77 void gpioSet(const struct Gpio* __restrict gpio, bool value);
  /device/google/contexthub/firmware/src/
osApi.c 373 gpioSet(gpio, value);

Completed in 547 milliseconds