Searched refs:GPIO_REG_GPLEV0 (Results 1 – 4 of 4) sorted by relevance
41 #define GPIO_REG_GPLEV0(BASE) HWREG32(BASE + 0x34) macro
190 if(GPIO_REG_GPLEV0(gpio_base_addr) & (1 << pin)) in raspi_pin_read()
190 if(GPIO_REG_GPLEV0(GPIO_BASE) & (1 << pin)) in raspi_pin_read()
Completed in 11 milliseconds