Searched refs:GPIO_REG_GPFSEL3 (Results 1 – 4 of 4) sorted by relevance
39 gpfsel = GPIO_REG_GPFSEL3(gpio_base_addr); in raspi_get_pin_state()67 GPIO_REG_GPFSEL3(gpio_base_addr) = gpfsel; in raspi_set_pin_state()
31 #define GPIO_REG_GPFSEL3(BASE) HWREG32(BASE + 0x0C) macro
39 gpfsel = GPIO_REG_GPFSEL3(GPIO_BASE); in raspi_get_pin_state()67 GPIO_REG_GPFSEL3(GPIO_BASE) = gpfsel; in raspi_set_pin_state()
Completed in 6 milliseconds