Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
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 */ argument
2355 if (FF_USE_LABEL && vol) {
2372 …if (b == DDEM || b == '.' || (int)((attr & ~AM_ARC) == AM_VOL) != vol) { /* An entry without valid…
2391 …if (b != DDEM && b != '.' && attr != AM_LFN && (int)((attr & ~AM_ARC) == AM_VOL) == vol) { /* Is i…
3119 int i, vol = -1; local
3126 if (!tp) return vol; /* Invalid path name? */
[all …]
Dffsystem.c53 BYTE vol, /* Corresponding volume (logical drive number) */ in ff_cre_syncobj() argument
Dff.h355 int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */
/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() argument
/hal_espressif-3.6.0/components/fatfs/port/freertos/
Dffsystem.c54 BYTE vol, /* Corresponding volume (logical drive number) */ in ff_cre_syncobj() argument
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/
Dapp_hf_msg_set.c336 struct arg_str *vol; member
456 vu_args.vol = arg_str1(NULL, NULL, "<vol>", "volume gain ranges from 0 to 15"); in register_hfp_hf()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/
Dapp_hf_msg_set.c314 struct arg_str *vol; member
416 vu_args.vol = arg_str1(NULL, NULL, "<vol>", "volume gain ranges from 0 to 15"); in register_hfp_ag()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/
DREADME.md203 You can type `vu <tgt> <vol>` to update the volume of a headset or microphone. The parameter should…
206 - `<vol>` : Integer among 0 - 15.
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/
DREADME.md242 You can type `vu <tgt> <vol>` to update volume gain of speaker or microphone. The parameter should …
245 - `<vol>` : Integer among 0 - 15.