Searched defs:buffer (Results 1 – 7 of 7) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | printf.c | 128 static inline void _out_buffer(char character, void *buffer, size_t idx, size_t maxlen) { in _out_buffer() 135 static inline void _out_null(char character, void *buffer, size_t idx, size_t maxlen) { in _out_null() 143 static inline void _out_fct(char character, void *buffer, size_t idx, size_t maxlen) { in _out_fct() 180 static size_t _out_rev(out_fct_type out, char *buffer, size_t idx, size_t maxlen, const char *buf, … in _out_rev() 208 static size_t _ntoa_format(out_fct_type out, char *buffer, size_t idx, size_t maxlen, char *buf, si… in _ntoa_format() 259 static size_t _ntoa_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned long v… in _ntoa_long() 285 static size_t _ntoa_long_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned l… in _ntoa_long_long() 322 static size_t _ftoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _ftoa() 447 static size_t _etoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _etoa() 561 static int _vsnprintf(out_fct_type out, char *buffer, const size_t maxlen, const char *format, va_l… in _vsnprintf() [all …]
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/ |
D | stdio.c | 180 static void stdio_stack_buffer_flush(stdio_stack_buffer_t *buffer) { in stdio_stack_buffer_flush() 192 stdio_stack_buffer_t *buffer = (stdio_stack_buffer_t *)arg; in stdio_buffered_printer() local 326 struct stdio_stack_buffer buffer; in PRIMARY_STDIO_FUNC() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/ |
D | newlib_interface.c | 116 int __attribute__((weak)) _read(int handle, char *buffer, int length) { in _read() 125 int __attribute__((weak)) _write(int handle, char *buffer, int length) { in _write()
|
/hal_rpi_pico-latest/test/pico_sha256_test/ |
D | pico_sha256_test.c | 89 uint8_t *buffer = malloc(10000); in run_test() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/ |
D | btstack_hci_transport_cyw43.c | 100 uint8_t *buffer = &packet[-4]; in hci_transport_cyw43_send_packet() local
|
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/ |
D | btstack_flash_bank.c | 79 static void pico_flash_bank_read(void *context, int bank, uint32_t offset, uint8_t *buffer, uint32_… in pico_flash_bank_read()
|
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/ |
D | bootrom.h | 840 uint8_t *buffer; member 877 static inline int rom_explicit_buy(uint8_t *buffer, uint32_t buffer_size) { in rom_explicit_buy()
|