Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_printf/
A Dprintf.c111 typedef void (*out_fct_type)(char character, void *buffer, size_t idx, size_t maxlen);
123 void (*fct)(char character, void *arg);
130 ((char *) buffer)[idx] = character; in _out_buffer()
135 static inline void _out_null(char character, void *buffer, size_t idx, size_t maxlen) { in _out_null() argument
136 (void) character; in _out_null()
143 static inline void _out_fct(char character, void *buffer, size_t idx, size_t maxlen) { in _out_fct() argument
146 if (character) { in _out_fct()
908 static void _putchar(char character) { in _putchar() argument
909 putchar(character); in _putchar()
917 if (character) { in _out_char()
[all …]
/external/platform/pico/rp2_common/pico_printf/include/pico/
A Dprintf.h80 int vfctprintf(void (*out)(char character, void *arg), void *arg, const char *format, va_list va);
/external/platform/pico/rp2_common/pico_cyw43_driver/cybt_shared_bus/
A Dcybt_shared_bus_driver.c133 const char *strnchr(const char *str, uint32_t len, int character) { in strnchr() argument
135 char c = (char)character; in strnchr()
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/
A DLICENSE.txt158 incidental, or consequential damages of any character arising as a
/external/platform/nrfx/doc/
A Dnrfx.doxyfile802 # This tag can be used to specify the character encoding of the source files

Completed in 10 milliseconds