Searched refs:arg (Results 1 – 8 of 8) sorted by relevance
/hal_rpi_pico-latest/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-latest/tools/ |
D | bazel_common.py | 80 " ".join(shlex.quote(str(arg)) for arg in args),
|
D | check_source_files_in_bazel_build.py | 76 " ".join(shlex.quote(str(arg)) for arg in args),
|
/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | printf.c | 123 void (*fct)(char character, void *arg); 124 void *arg; member 148 ((out_fct_wrap_type *) buffer)->fct(character, ((out_fct_wrap_type *) buffer)->arg); in _out_fct() 896 int vfctprintf(void (*out)(char character, void *arg), void *arg, const char *format, va_list va) { in vfctprintf() argument 897 const out_fct_wrap_type out_fct_wrap = {out, arg}; in vfctprintf()
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | pio_types.h | 206 rvalue arg; member 208 unary_operation(const yy::location &l, op_type op, const rvalue &arg) : in unary_operation() 209 resolvable(l), op(op), arg(arg) {} in unary_operation()
|
D | pio_assembler.cpp | 104 int value = arg->resolve(pioasm, program, scope); in resolve()
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/ |
D | stdio.c | 191 static void stdio_buffered_printer(char c, void *arg) { in stdio_buffered_printer() argument 192 stdio_stack_buffer_t *buffer = (stdio_stack_buffer_t *)arg; in stdio_buffered_printer()
|
/hal_rpi_pico-latest/src/ |
D | CMakeLists.txt | 95 # optional arg NOFLAG will skip the LIB_TARGET definition 110 # optional arg NOFLAG will skip the LIB_TARGET definition
|