Module pio

Source
Expand description

Programmable Input Output (PIO) hardware. Refer to the RP2040 Datasheet, Section 3 for more information. RP2040 Datasheet 1.

Structs§

LoadedProgram
Pio
RelocatedProgram
Represents a relocated PIO program.
StateMachine
StateMachineConfiguration
PIO State Machine configuration structure

Enums§

InterruptSources
PIO interrupt source numbers for PIO related interrupts
PIONumber
There can be 2 PIOs per RP2040.
PioFifoJoin
The FIFO queues can be joined together for twice the length in one direction.
PioMovStatusType
‘MOV STATUS’ types.
ProgramError
SMNumber
There are a total of 4 State Machines per PIO.

Traits§

PioRxClient
PioTxClient