Searched refs:pagepos (Results 1 – 1 of 1) sorted by relevance
933 unsigned int pagepos; in tls_fls_write_without_erase() local958 pagepos = offaddr / INSIDE_FLS_PAGE_SIZE; // Page addr in tls_fls_write_without_erase()965 flashRead(pagepos * INSIDE_FLS_PAGE_SIZE, cache, INSIDE_FLS_PAGE_SIZE); in tls_fls_write_without_erase()971 programPage(pagepos * INSIDE_FLS_PAGE_SIZE, INSIDE_FLS_PAGE_SIZE, &cache[0]); // Write in tls_fls_write_without_erase()975 pagepos++; // next page in tls_fls_write_without_erase()983 flashRead(pagepos * INSIDE_FLS_PAGE_SIZE, cache, INSIDE_FLS_PAGE_SIZE); in tls_fls_write_without_erase()