Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c6367 UINT nw; local
6370 && f_write(pb->fp, pb->buf, (UINT)pb->idx, &nw) == FR_OK
6371 && (UINT)pb->idx == nw) return pb->nchr;