Home
last modified time | relevance | path

Searched refs:GPIO_REG_GPFSEL2 (Results 1 – 4 of 4) sorted by relevance

/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_gpio.c36 gpfsel = GPIO_REG_GPFSEL2(gpio_base_addr); in raspi_get_pin_state()
64 GPIO_REG_GPFSEL2(gpio_base_addr) = gpfsel; in raspi_set_pin_state()
A Ddrv_gpio.h30 #define GPIO_REG_GPFSEL2(BASE) HWREG32(BASE + 0x08) macro
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_gpio.c36 gpfsel = GPIO_REG_GPFSEL2(GPIO_BASE); in raspi_get_pin_state()
64 GPIO_REG_GPFSEL2(GPIO_BASE) = gpfsel; in raspi_set_pin_state()
A Ddrv_gpio.h30 #define GPIO_REG_GPFSEL2(BASE) HWREG32(BASE + 0x08) macro

Completed in 10 milliseconds