Searched refs:section_read (Results 1 – 1 of 1) sorted by relevance
515 static rt_uint32_t section_read = 0, buf_offset = 0, frame_read = 0; in sam7xether_read_frame() local527 section_read = 0; in sam7xether_read_frame()528 while( section_read < section_length ) in sam7xether_read_frame()531 section_remain = section_length - section_read; in sam7xether_read_frame()536 rt_memcpy(&ptr[ section_read ], &src_ptr[buf_offset], buf_remain); in sam7xether_read_frame()537 section_read += buf_remain; in sam7xether_read_frame()554 rt_memcpy(&ptr[section_read], &src_ptr[buf_offset], section_remain); in sam7xether_read_frame()556 section_read += section_remain; in sam7xether_read_frame()
Completed in 4 milliseconds