Home
last modified time | relevance | path

Searched defs:LD2PD (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-2.7.6/components/fatfs/src/
Dff.c225 #define LD2PD(vol) VolToPart[vol].pd /* Get physical drive number */ macro
228 #define LD2PD(vol) (BYTE)(vol) /* Each logical drive is bound to the same physical drive number */ macro