HomeSort by: relevance | last modified time | path
    Searched defs:pull_mask (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sunxi_gpio.c 269 const uint32_t pull_mask = SUNXI_GPIO_PULL_PINMASK(pin_def->pin); local in function:sunxi_gpio_setpull
272 pull &= ~pull_mask;
274 pull |= __SHIFTIN(SUNXI_GPIO_PULL_UP, pull_mask);
276 pull |= __SHIFTIN(SUNXI_GPIO_PULL_DOWN, pull_mask);
278 pull |= __SHIFTIN(SUNXI_GPIO_PULL_DISABLE, pull_mask);

Completed in 129 milliseconds