PIO program configuration. More...
#include <pio.h>
Data Fields | |
| unsigned | pc_start | 
| Initial program counter.  | |
| unsigned | wrap_bottom | 
| Instruction index after which the PC wraps around.  | |
| unsigned | wrap_top | 
| Instruction index the PC wraps to.  | |
| unsigned | sideset_count | 
| Number of bits used for sideset.  | |
| bool | sideset_optional | 
| Whether the sideset is optional.  | |
| bool | sideset_pindirs | 
| Whether the sideset effects pin directions.  | |