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

  /device/google/contexthub/firmware/inc/
gpio.h 44 GPIO_PULL_UP,
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
usart.c 101 gpioConfigAlt(usart->rx, GPIO_SPEED_LOW, GPIO_PULL_UP, GPIO_OUT_PUSH_PULL, mUsartAlt[port]);
103 gpioConfigAlt(usart->tx, GPIO_SPEED_LOW, GPIO_PULL_UP, GPIO_OUT_PUSH_PULL, mUsartAlt[port]);
spi.c 239 stmSpiSckPullMode(pdev, pdev->board->gpioSpeed, mode->cpol ? GPIO_PULL_UP : GPIO_PULL_DOWN);

Completed in 544 milliseconds