/AliOS-Things-master/solutions/javascript_demo/board/haas-edu-k1/ |
A D | dac.js | 4 var vol = dac.open({ variable
|
A D | adc.js | 3 var vol = adc.open({ variable
|
/AliOS-Things-master/solutions/javascript_demo/board/haas600/ |
A D | dac.js | 4 var vol = dac.open({ variable
|
A D | adc.js | 3 var vol = adc.open({ variable
|
/AliOS-Things-master/solutions/javascript_demo/board/haas100/ |
A D | dac.js | 4 var vol = dac.open({ variable
|
A D | adc.js | 3 var vol = adc.open({ variable
|
/AliOS-Things-master/components/amp/example-js/ |
A D | dac.js | 4 var vol = dac.open({ variable
|
A D | adc.js | 3 var vol = adc.open({ variable
|
A D | gpio.js | 23 var vol = 0; variable
|
/AliOS-Things-master/hardware/chip/rtl872xd/prebuild/data/jsamp/ |
A D | app.js | 13 var vol = 0; variable
|
/AliOS-Things-master/components/fatfs/src/ |
A D | ffsystem.c | 50 BYTE vol, /* Corresponding volume (logical drive number) */ in ff_cre_syncobj()
|
A D | ff.c | 213 #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 D | hal_codec.h | 30 uint32_t vol:8; member 32 uint32_t vol:5; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/audio/core/ |
A D | audio_internel.c | 502 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 D | audioflinger.h | 52 uint8_t vol; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/si/ |
A D | rl6548.c | 500 void CODEC_GetVolume(u16 *vol) in CODEC_GetVolume()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/transq_msg/ |
A D | transq_msg.h | 57 unsigned char vol; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/ |
A D | ff.h | 41 #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 D | template.c | 16 int vol; member
|
/AliOS-Things-master/components/uvoice/media/ |
A D | uvoice_player.c | 3391 int vol; in player_get_volume() local
|
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/ |
A D | ff.c | 2306 int vol /* Filtered by 0:file/directory or 1:volume label */
|