Home
last modified time | relevance | path

Searched refs:GPIO_MODE_IN (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dgpio.h29 GPIO_MODE_IN = 0, enumerator
/device/google/contexthub/firmware/os/platform/stm32/
Dgpio.c128 block->MODER = (block->MODER & ~mask_2b) | (((uint32_t)GPIO_MODE_IN) << shift_2b); in gpioConfigInputWithNum()