Home
last modified time | relevance | path

Searched refs:sideset_max (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.cpp214 sideset_max = (1u << bits) - 1; in finalize()
225 sideset_max = 0; in finalize()
283 if (_sideset > program.sideset_max) { in encode()
285 …msg << "the maximum side set value is " << program.sideset_max << " based on the configuration spe… in encode()
Dpio_types.h307 int sideset_max; member