Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.cpp223 delay_max = (1u << (5 - bits)) - 1; in finalize()
226 delay_max = 31; in finalize()
267 if (_delay > program.delay_max) { in encode()
268 if (program.delay_max == 31) { in encode()
272 …msg << "the instruction delay limit is " << program.delay_max << " because of the side set specifi… in encode()
Dpio_types.h305 int delay_max; member