PIO I2C configuration type. More...
PIO I2C configuration type.
Definition at line 475 of file periph_cpu.h.
#include <periph_cpu.h>
Data Fields | |
pio_t | pio |
PIO number of the PIO to run this configuration. | |
gpio_t | sda |
Pin to use as SDA pin. | |
gpio_t | scl |
Pin to use as SCL pin. | |
unsigned | irq |
PIO IRQ line to use. | |