/hal_rpi_pico-3.4.0/src/rp2_common/pico_stdio_semihosting/ |
D | stdio_semihosting.c | 11 static void stdio_semihosting_out_chars(const char *buf, int length) { in stdio_semihosting_out_chars() 20 const char *buf; in stdio_semihosting_out_chars() member
|
/hal_rpi_pico-3.4.0/src/rp2_common/pico_stdio/ |
D | stdio.c | 117 static int stdio_get_until(char *buf, int len, absolute_time_t until) { in stdio_get_until() 192 int __attribute__((weak)) _fstat(__unused int fd, __unused struct stat *buf) { in _fstat() 225 char buf[PICO_STDIO_STACK_BUFFER_SIZE]; member 305 char buf[1]; in WRAPPER_FUNC() local 313 char buf[1]; in getchar_timeout_us() local
|
/hal_rpi_pico-3.4.0/src/rp2_common/pico_stdio_uart/ |
D | stdio_uart.c | 84 static void stdio_uart_out_chars(const char *buf, int length) { in stdio_uart_out_chars() 90 int stdio_uart_in_chars(char *buf, int length) { in stdio_uart_in_chars()
|
/hal_rpi_pico-3.4.0/src/rp2_common/pico_cyw43_driver/ |
D | cyw43_bus_pio_spi.c | 386 uint32_t buf[2] = {0}; in read_reg_u32_swap() local 400 uint8_t *buf = (uint8_t *)buf32; in _cyw43_read_reg() local 434 uint32_t buf[2]; in write_reg_u32_swap() local 444 uint32_t buf[2]; in _cyw43_write_reg() local 485 int cyw43_read_bytes(cyw43_int_t *self, uint32_t fn, uint32_t addr, size_t len, uint8_t *buf) { in cyw43_read_bytes()
|
D | cyw43_driver.c | 192 …ibute__((weak)) cyw43_cb_process_ethernet(void *cb_data, int itf, size_t len, const uint8_t *buf) { in cyw43_cb_process_ethernet()
|
/hal_rpi_pico-3.4.0/src/common/pico_util/ |
D | datetime.c | 30 void datetime_to_str(char *buf, uint buf_size, const datetime_t *t) { in datetime_to_str()
|
/hal_rpi_pico-3.4.0/src/rp2_common/pico_stdio_usb/ |
D | stdio_usb.c | 94 static void stdio_usb_out_chars(const char *buf, int length) { in stdio_usb_out_chars() 126 int stdio_usb_in_chars(char *buf, int length) { in stdio_usb_in_chars()
|
/hal_rpi_pico-3.4.0/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/ |
D | cybt_shared_bus.c | 339 int cyw43_btbus_write(uint8_t *buf, uint32_t size) { in cyw43_btbus_write() 364 static bool cybt_hci_read_packet(uint8_t *buf, uint32_t max_buf_size, uint32_t *size) { in cybt_hci_read_packet() 426 int cyw43_btbus_read(uint8_t *buf, uint32_t max_buf_size, uint32_t *size) { in cyw43_btbus_read()
|
D | cybt_shared_bus_driver.c | 526 uint32_t buf[4]; in cybt_get_bt_buf_index() local
|
/hal_rpi_pico-3.4.0/src/rp2_common/pico_printf/ |
D | printf.c | 200 static size_t _out_rev(out_fct_type out, char *buffer, size_t idx, size_t maxlen, const char *buf, … in _out_rev() 228 static size_t _ntoa_format(out_fct_type out, char *buffer, size_t idx, size_t maxlen, char *buf, si… in _ntoa_format() 281 char buf[PICO_PRINTF_NTOA_BUFFER_SIZE]; in _ntoa_long() local 308 char buf[PICO_PRINTF_NTOA_BUFFER_SIZE]; in _ntoa_long_long() local 344 char buf[PICO_PRINTF_FTOA_BUFFER_SIZE]; in _ftoa() local
|
/hal_rpi_pico-3.4.0/tools/pioasm/ |
D | pio_disassembler.cpp | 12 extern "C" void disassemble(char *buf, int buf_len, uint16_t inst, uint sideset_bits, bool sideset_… in disassemble()
|
/hal_rpi_pico-3.4.0/test/pico_float_test/ |
D | pico_double_test.c | 395 char buf[4]; in main() local
|
D | pico_float_test.c | 446 char buf[4]; in main() local
|
/hal_rpi_pico-3.4.0/tools/pioasm/gen/ |
D | lexer.cpp | 931 #define YY_INPUT(buf,result,max_size) \ argument 2401 char *buf; in yy_scan_bytes() local
|
/hal_rpi_pico-3.4.0/tools/elf2uf2/ |
D | main.cpp | 209 int realize_page(FILE *in, const std::vector<page_fragment> &fragments, uint8_t *buf, uint buf_len)… in realize_page()
|