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

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

Completed in 69 milliseconds