Searched refs:write_len (Results 1 – 3 of 3) sorted by relevance
142 int32_t write_len = 0; in csi_spiflash_program() local148 write_len += length; in csi_spiflash_program()194 return write_len; in csi_spiflash_program()
149 unsigned int write_len = len; in ymodem_write_data_to_flash() local151 write_len = ymodem_flash_addr + ymodem_flash_size - addr; in ymodem_write_data_to_flash()153 return flash_write_data(addr, buffer, write_len); in ymodem_write_data_to_flash()
692 u16_t write_len = MIN(available, len); in lwip_tcp_send() local701 err = tcp_write(socket->pcb.tcp, buf, write_len, TCP_WRITE_FLAG_COPY); in lwip_tcp_send()726 return write_len; in lwip_tcp_send()
Completed in 11 milliseconds