Searched refs:vol (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.6.0/components/fatfs/src/ |
D | ff.c | 225 #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 …]
|
D | ffsystem.c | 53 BYTE vol, /* Corresponding volume (logical drive number) */ in ff_cre_syncobj() argument
|
D | ff.h | 355 int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */
|
/hal_espressif-3.6.0/components/fatfs/port/linux/ |
D | ffsystem.c | 25 int ff_cre_syncobj(BYTE vol, FF_SYNC_t* sobj) in ff_cre_syncobj() argument
|
/hal_espressif-3.6.0/components/fatfs/port/freertos/ |
D | ffsystem.c | 54 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/ |
D | app_hf_msg_set.c | 336 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/ |
D | app_hf_msg_set.c | 314 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/ |
D | README.md | 203 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/ |
D | README.md | 242 You can type `vu <tgt> <vol>` to update volume gain of speaker or microphone. The parameter should … 245 - `<vol>` : Integer among 0 - 15.
|