Loading...
Searching...
No Matches
pio_program_t Struct Reference

Struct that models a PIO program. More...

Detailed Description

Struct that models a PIO program.

Definition at line 86 of file pio.h.

#include <pio.h>

Data Fields

unsigned instr_numof
 Number of instructions.
 
int location
 Program location in memory.
 
bool written
 Program was already written.
 

Field Documentation

◆ instr_numof

unsigned pio_program_t::instr_numof

Number of instructions.

Definition at line 87 of file pio.h.

◆ location

int pio_program_t::location

Program location in memory.

Definition at line 88 of file pio.h.

◆ written

bool pio_program_t::written

Program was already written.

Definition at line 89 of file pio.h.


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