Loading...
Searching...
No Matches
pio_conf_t Struct Reference

PIO configuration type. More...

Detailed Description

PIO configuration type.

Definition at line 466 of file periph_cpu.h.

#include <periph_cpu.h>

Data Fields

PIO0_Type * dev
 PIO device.
 
IRQn_Type irqn0
 PIO IRQ0 interrupt number.
 
IRQn_Type irqn1
 PIO IRQ1 interrupt number.
 

Field Documentation

◆ dev

PIO0_Type* pio_conf_t::dev

PIO device.

Definition at line 467 of file periph_cpu.h.

◆ irqn0

IRQn_Type pio_conf_t::irqn0

PIO IRQ0 interrupt number.

Definition at line 468 of file periph_cpu.h.

◆ irqn1

IRQn_Type pio_conf_t::irqn1

PIO IRQ1 interrupt number.

Definition at line 469 of file periph_cpu.h.


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