Home
last modified time | relevance | path

Searched refs:autop (Results 1 – 5 of 5) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/
Dpio_types.h262 bool autop; member
329 void set_out(const yy::location &l, rvalue v, bool right, bool autop, rvalue threshold) { in set_out()
333 out.autop = autop; in set_out()
337 void set_in(const yy::location &l, rvalue v, bool right, bool autop, rvalue threshold) { in set_in()
341 in.autop = autop; in set_in()
Dc_sdk_output.cpp124 … sm_config_set_in_shift(&c, %d, %d, %d);\n", program.in.right, program.in.autop, program.in.thresh… in output()
128 …_config_set_out_shift(&c, %d, %d, %d);\n", program.out.right, program.out.autop, program.out.thres… in output()
Doutput_format.h63 bool autop; member
Dparser.yy202 …| DOT_IN value direction autop threshold { pioasm.get_current_program(@1, ".in", true).set_in(@$, …
203 …| DOT_OUT value direction autop threshold { pioasm.get_current_program(@1, ".out", true).set_out(@…
384 %type <bool> autop;
385 autop:
Dpio_assembler.cpp230 if (in.pin_count && in.autop) { in finalize()
509 .autop = io.autop, in write_output()