Home
last modified time | relevance | path

Searched refs:write_len (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/spiflash/
A Dspiflash.c142 int32_t write_len = 0; in csi_spiflash_program() local
148 write_len += length; in csi_spiflash_program()
194 return write_len; in csi_spiflash_program()
/AliOS-Things-master/components/ota/2ndboot/
A Dymodem.c149 unsigned int write_len = len; in ymodem_write_data_to_flash() local
151 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()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c692 u16_t write_len = MIN(available, len); in lwip_tcp_send() local
701 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