Searched refs:bytes_to_fill (Results 1 – 2 of 2) sorted by relevance
300 uint32_t bytes_to_fill = remaining_data; in fs_read_custom() local301 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()
103 uint32_t bytes_to_fill = size - bytes_to_copy; in hal_flash_bank_fsp_read() local104 if (bytes_to_fill > 0){ in hal_flash_bank_fsp_read()105 memset(buffer, 0xff, bytes_to_fill); in hal_flash_bank_fsp_read()