Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/port/freertos/
Dffsystem.c54 BYTE vol, /* Corresponding volume (logical drive number) */ in ff_cre_syncobj()
/hal_espressif-3.6.0/components/fatfs/port/linux/
Dffsystem.c25 int ff_cre_syncobj(BYTE vol, FF_SYNC_t* sobj) in ff_cre_syncobj()
/hal_espressif-3.6.0/components/fatfs/src/
Dffsystem.c53 BYTE vol, /* Corresponding volume (logical drive number) */ in ff_cre_syncobj()
Dff.c225 #define LD2PD(vol) VolToPart[vol].pd /* Get physical drive number */ argument
226 #define LD2PT(vol) VolToPart[vol].pt /* Get partition index */ argument
228 #define LD2PD(vol) (BYTE)(vol) /* Each logical drive is bound to the same physical drive number */ argument
229 #define LD2PT(vol) 0 /* Find first valid partition or in SFD */ argument
2336 int vol /* Filtered by 0:file/directory or 1:volume label */
3119 int i, vol = -1; local
3221 int vol; local
3506 int vol; local
4079 int vol; local
5549 int vol; local
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/
Dapp_hf_msg_set.c314 struct arg_str *vol; member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/
Dapp_hf_msg_set.c336 struct arg_str *vol; member