Searched refs:autop (Results 1 – 5 of 5) sorted by relevance
/hal_rpi_pico-latest/tools/pioasm/ |
D | pio_types.h | 262 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()
|
D | c_sdk_output.cpp | 124 … 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()
|
D | output_format.h | 63 bool autop; member
|
D | parser.yy | 202 …| 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:
|
D | pio_assembler.cpp | 230 if (in.pin_count && in.autop) { in finalize() 509 .autop = io.autop, in write_output()
|