53 uint32_t port =
GPIO(gpio / 32);
67 uint32_t port =
GPIO(gpio / 32);
83 uint32_t port =
GPIO(gpio / 32);
97 uint32_t port =
GPIO(gpio / 32);
uint32_t gpio_port_read(uint32_t gpioport)
Read a whole GPIO Port.
bool gpio_get(uint32_t gpio)
Get GPIOs logic state.
void gpio_set(uint32_t gpio)
Set GPIO.
void gpio_port_write(uint32_t gpioport, uint32_t data)
Write a whole GPIO Port.
void gpio_toggle(uint32_t gpio)
Toggles GPIO.
void gpio_clear(uint32_t gpio)
Set GPIO.
#define GPIO_PTOR(gpio_base)
#define GPIO_PSOR(gpio_base)
#define GPIO_PDOR(gpio_base)
#define GPIO_OFFSET(gpio)
#define GPIO_PDIR(gpio_base)
#define GPIO_PCOR(gpio_base)