Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 8 of 8) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_printf/include/pico/
Dprintf.h80 int vfctprintf(void (*out)(char character, void *arg), void *arg, const char *format, va_list va);
/hal_rpi_pico-latest/tools/
Dbazel_common.py80 " ".join(shlex.quote(str(arg)) for arg in args),
Dcheck_source_files_in_bazel_build.py76 " ".join(shlex.quote(str(arg)) for arg in args),
/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c123 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/
Dpio_types.h206 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()
Dpio_assembler.cpp104 int value = arg->resolve(pioasm, program, scope); in resolve()
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
Dstdio.c191 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/
DCMakeLists.txt95 # optional arg NOFLAG will skip the LIB_TARGET definition
110 # optional arg NOFLAG will skip the LIB_TARGET definition