PIO I2C configuration type. More...
PIO I2C configuration type.
Definition at line 471 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 475 of file periph_cpu.h.
| pio_t pio_i2c_conf_t::pio | 
PIO number of the PIO to run this configuration.
Definition at line 472 of file periph_cpu.h.
| gpio_t pio_i2c_conf_t::scl | 
Pin to use as SCL pin.
Definition at line 474 of file periph_cpu.h.
| gpio_t pio_i2c_conf_t::sda | 
Pin to use as SDA pin.
Definition at line 473 of file periph_cpu.h.