Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.cpp196 in.final_threshold = in.threshold->resolve(*this); in finalize()
197 …if (in.final_threshold < 1 || in.final_threshold > 32) throw syntax_error(in.threshold->location, … in finalize()
202 out.final_threshold = out.threshold->resolve(*this); in finalize()
203 …if (out.final_threshold < 1 || out.final_threshold > 32) throw syntax_error(out.threshold->locatio… in finalize()
510 .threshold = io.final_threshold, in write_output()
Dpio_types.h265 int final_threshold; member