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

  /device/google/contexthub/firmware/src/platform/stm32f4xx/
gpio.c 26 volatile uint32_t PUPDR;
111 block->PUPDR = (block->PUPDR & ~mask_2b) | (((uint32_t)pull) << shift_2b);
bl.c 108 volatile uint32_t PUPDR;
904 gpioa->PUPDR &=~ (0x0000ff00 | (3 << (intInPin * 2)));
    [all...]

Completed in 120 milliseconds