Searched refs:GPIO_REG_GPLEV1 (Results 1 – 4 of 4) sorted by relevance
42 #define GPIO_REG_GPLEV1(BASE) HWREG32(BASE + 0x38) macro
202 if(GPIO_REG_GPLEV1(gpio_base_addr) & (1 << pin)) in raspi_pin_read()
202 if(GPIO_REG_GPLEV1(GPIO_BASE) & (1 << pin)) in raspi_pin_read()
Completed in 10 milliseconds