HomeSort by: relevance | last modified time | path
    Searched refs:BCM2835_GPIO_GPFSEL_BITS_PER_PIN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/broadcom/
bcm2835_gpioreg.h 34 #define BCM2835_GPIO_GPFSEL_BITS_PER_PIN 3
bcm2835_gpio.c 776 const u_int mask = (1 << BCM2835_GPIO_GPFSEL_BITS_PER_PIN) - 1;
779 BCM2835_GPIO_GPFSEL_BITS_PER_PIN;
803 const u_int mask = (1 << BCM2835_GPIO_GPFSEL_BITS_PER_PIN) - 1;
806 BCM2835_GPIO_GPFSEL_BITS_PER_PIN;

Completed in 12 milliseconds