Loading...
Searching...
No Matches
pio_i2c_conf_t Struct Reference

PIO I2C configuration type. More...

Detailed Description

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.
 

Field Documentation

◆ irq

unsigned pio_i2c_conf_t::irq

PIO IRQ line to use.

Definition at line 479 of file periph_cpu.h.

◆ pio

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.

◆ scl

gpio_t pio_i2c_conf_t::scl

Pin to use as SCL pin.

Definition at line 478 of file periph_cpu.h.

◆ sda

gpio_t pio_i2c_conf_t::sda

Pin to use as SDA pin.

Definition at line 477 of file periph_cpu.h.


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