uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
Data Fields
gpio_pin Struct Reference

Configuration of a single GPIO pin. More...

#include <gpio.h>

Collaboration diagram for gpio_pin:
Collaboration graph

Data Fields

PORT_t * port
 
uint8_t bit
 The corresponding bit index in the configuration registers. More...
 

Detailed Description

Configuration of a single GPIO pin.

See also
iox128a4u.h

Field Documentation

◆ bit

uint8_t gpio_pin::bit

The corresponding bit index in the configuration registers.

◆ port

PORT_t* gpio_pin::port

The corresponding AVR I/O port registers as defined in the AVR gcc headers


The documentation for this struct was generated from the following file: