Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c226 #define LD2PT(vol) VolToPart[vol].pt /* Get partition index */ macro
229 #define LD2PT(vol) 0 /* Find first valid partition or in SFD */ macro
3273 if (fmt == 2 || (fmt < 2 && LD2PT(vol) != 0)) { /* Not an FAT-VBR or forced partition number */
3278 i = LD2PT(vol); /* Partition number: 0:auto, 1-4:forced */
3283 } while (LD2PT(vol) == 0 && fmt >= 2 && ++i < 4);
5561 part = LD2PT(vol); /* Partition (0:create as new, 1-4:get from partition table) */