Home
last modified time | relevance | path

Searched refs:bytes_to_fill (Results 1 – 2 of 2) sorted by relevance

/btstack/example/
H A Dpan_lwip_http_server.c300 uint32_t bytes_to_fill = remaining_data; in fs_read_custom() local
301 if (bytes_to_fill > (uint32_t) count){ in fs_read_custom()
302 bytes_to_fill = count; in fs_read_custom()
305 uint32_t bytes_written = cgi_buffer_fill(buffer, bytes_to_fill, file->index); in fs_read_custom()
/btstack/port/renesas-ek-ra6m4a-da14531/port/
H A Dhal_flash_bank_fsp.c103 uint32_t bytes_to_fill = size - bytes_to_copy; in hal_flash_bank_fsp_read() local
104 if (bytes_to_fill > 0){ in hal_flash_bank_fsp_read()
105 memset(buffer, 0xff, bytes_to_fill); in hal_flash_bank_fsp_read()