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. | |
unsigned pio_i2c_conf_t::irq |
PIO IRQ line to use.
Definition at line 479 of file periph_cpu.h.
pio_t pio_i2c_conf_t::pio |
PIO number of the PIO to run this configuration.
Definition at line 476 of file periph_cpu.h.
gpio_t pio_i2c_conf_t::scl |
Pin to use as SCL pin.
Definition at line 478 of file periph_cpu.h.
gpio_t pio_i2c_conf_t::sda |
Pin to use as SDA pin.
Definition at line 477 of file periph_cpu.h.