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

  /device/google/contexthub/firmware/os/inc/
gpio.h 29 GPIO_MODE_IN = 0,
  /device/google/contexthub/firmware/os/platform/stm32/
gpio.c 128 block->MODER = (block->MODER & ~mask_2b) | (((uint32_t)GPIO_MODE_IN) << shift_2b);

Completed in 198 milliseconds