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

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

Completed in 145 milliseconds