Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/javascript_demo/board/haas-edu-k1/
A Ddac.js4 var vol = dac.open({ variable
A Dadc.js3 var vol = adc.open({ variable
/AliOS-Things-master/solutions/javascript_demo/board/haas600/
A Ddac.js4 var vol = dac.open({ variable
A Dadc.js3 var vol = adc.open({ variable
/AliOS-Things-master/solutions/javascript_demo/board/haas100/
A Ddac.js4 var vol = dac.open({ variable
A Dadc.js3 var vol = adc.open({ variable
/AliOS-Things-master/components/amp/example-js/
A Ddac.js4 var vol = dac.open({ variable
A Dadc.js3 var vol = adc.open({ variable
A Dgpio.js23 var vol = 0; variable
/AliOS-Things-master/hardware/chip/rtl872xd/prebuild/data/jsamp/
A Dapp.js13 var vol = 0; variable
/AliOS-Things-master/components/fatfs/src/
A Dffsystem.c50 BYTE vol, /* Corresponding volume (logical drive number) */ in ff_cre_syncobj()
A Dff.c213 #define LD2PD(vol) VolToPart[vol].pd /* Get physical drive number */ argument
214 #define LD2PT(vol) VolToPart[vol].pt /* Get partition index */ argument
216 #define LD2PD(vol) (BYTE)(vol) /* Each logical drive is bound to the same physical drive number */ argument
217 #define LD2PT(vol) 0 /* Find first valid partition or in SFD */ argument
2162 int vol /* Filtered by 0:file/directory or 1:volume label */
2955 int vol = -1; local
3045 int vol; local
3315 int vol; local
3899 int vol; local
5351 int vol; local
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_codec.h30 uint32_t vol:8; member
32 uint32_t vol:5; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/audio/core/
A Daudio_internel.c502 int vol = (int)(VOLUME_MAX / 100.0 * index) ; in rl6548_volume_set() local
510 int vol = 0; in rl6548_volume_get() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/audioflinger/
A Daudioflinger.h52 uint8_t vol; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/si/
A Drl6548.c500 void CODEC_GetVolume(u16 *vol) in CODEC_GetVolume()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/transq_msg/
A Dtransq_msg.h57 unsigned char vol; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h41 #define LD2PD(vol) (VolToPart[vol].pd) /* Get physical drive number */ argument
42 #define LD2PT(vol) (VolToPart[vol].pt) /* Get partition index */ argument
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/
A Dtemplate.c16 int vol; member
/AliOS-Things-master/components/uvoice/media/
A Duvoice_player.c3391 int vol; in player_get_volume() local
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c2306 int vol /* Filtered by 0:file/directory or 1:volume label */

Completed in 121 milliseconds