Searched refs:arg (Results 1 – 7 of 7) sorted by relevance
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_printf/include/pico/ |
D | printf.h | 80 int vfctprintf(void (*out)(char character, void *arg), void *arg, const char *format, va_list va);
|
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/tools/elf2uf2/ |
D | main.cpp | 382 int arg = 1; in main() local 383 if (arg < argc && !strcmp(argv[arg], "-v")) { in main() 385 arg++; in main() 387 if (argc < arg + 2) { in main() 390 const char *in_filename = argv[arg++]; in main() 396 const char *out_filename = argv[arg++]; in main()
|
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_printf/ |
D | printf.c | 132 void (*fct)(char character, void *arg); 133 void *arg; member 168 ((out_fct_wrap_type *) buffer)->fct(character, ((out_fct_wrap_type *) buffer)->arg); in _out_fct() 916 int vfctprintf(void (*out)(char character, void *arg), void *arg, const char *format, va_list va) { in vfctprintf() argument 917 const out_fct_wrap_type out_fct_wrap = {out, arg}; in vfctprintf()
|
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/tools/pioasm/ |
D | pio_types.h | 181 rvalue arg; member 183 unary_operation(const yy::location &l, op_type op, const rvalue &arg) : in unary_operation() 184 resolvable(l), op(op), arg(arg) {} in unary_operation()
|
D | pio_assembler.cpp | 79 int value = arg->resolve(pioasm, program, scope); in resolve()
|
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_stdio/ |
D | stdio.c | 239 static void stdio_buffered_printer(char c, void *arg) { in stdio_buffered_printer() argument 240 stdio_stack_buffer_t *buffer = (stdio_stack_buffer_t *)arg; in stdio_buffered_printer()
|
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/ |
D | CMakeLists.txt | 77 # optional arg NOFLAG will skip the LIB_TARGET definition 92 # optional arg NOFLAG will skip the LIB_TARGET definition
|