/third_party/libwebsockets/lib/drivers/i2c/bitbang/ |
D | lws-bb-i2c.c | 34 ctx->gpio->mode(ctx->scl, LWSGGPIO_FL_WRITE | LWSGGPIO_FL_READ | LWSGGPIO_FL_PULLUP); in lws_bb_i2c_init() 46 ctx->gpio->set(ctx->scl, 1); in lws_bb_i2c_start() 54 ctx->gpio->set(ctx->scl, 0); in lws_bb_i2c_start() 65 ctx->gpio->set(ctx->scl, 1); in lws_bb_i2c_stop() 68 while (!ctx->gpio->read(ctx->scl)) in lws_bb_i2c_stop() 84 ctx->gpio->set(ctx->scl, 1); in lws_bb_i2c_write() 87 ctx->gpio->set(ctx->scl, 0); in lws_bb_i2c_write() 92 ctx->gpio->set(ctx->scl, 1); in lws_bb_i2c_write() 95 ctx->gpio->set(ctx->scl, 0); in lws_bb_i2c_write() 110 ctx->gpio->set(ctx->scl, 0); in lws_bb_i2c_read() [all …]
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
D | bb-i2c.c | 18 ctx->gpio->set(ctx->scl, 1); in lws_bb_i2c_start() 26 ctx->gpio->set(ctx->scl, 0); in lws_bb_i2c_start() 37 ctx->gpio->set(ctx->scl, 1); in lws_bb_i2c_stop() 40 while (!ctx->gpio->read(ctx->scl)) in lws_bb_i2c_stop() 56 ctx->gpio->set(ctx->scl, 1); in lws_bb_i2c_write() 59 ctx->gpio->set(ctx->scl, 0); in lws_bb_i2c_write() 64 ctx->gpio->set(ctx->scl, 1); in lws_bb_i2c_write() 67 ctx->gpio->set(ctx->scl, 0); in lws_bb_i2c_write() 82 ctx->gpio->set(ctx->scl, 0); in lws_bb_i2c_read() 84 ctx->gpio->set(ctx->scl, 1); in lws_bb_i2c_read() [all …]
|
D | bb-i2c.h | 20 _lws_plat_gpio_t scl; member
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_gradients.c | 122 float scl; in lerp_colors() local 132 scl = step * (nb_colors - 1); in lerp_colors() 133 i = floorf(scl); in lerp_colors() 135 return lerp_color(arr[i], arr[i + 1], scl - i); in lerp_colors() 140 float scl; in lerp_colors16() local 150 scl = step * (nb_colors - 1); in lerp_colors16() 151 i = floorf(scl); in lerp_colors16() 153 return lerp_color16(arr[i], arr[i + 1], scl - i); in lerp_colors16()
|
/third_party/gstreamer/gstplugins_good/gst/monoscope/ |
D | monoscope.c | 55 double scl = (256.0 / (double) hq); in colors_init() local 59 colors[i] = ((int) (i * scl) << 16) + (255 << 8); in colors_init() 61 colors[i + hq1] = (255 << 16) + ((int) ((hq1 - i) * scl) << 8); in colors_init()
|
/third_party/protobuf/protoc-artifacts/ |
D | scl-enable-devtoolset.sh | 13 exec scl enable devtoolset-2 "$(quote "$@")"
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
D | I2C-js.cpp | 301 int scl = jerry_get_number_value(args[1]); in DECLARE_CLASS_CONSTRUCTOR() local 303 I2C *native_ptr = new I2C((PinName)sda, (PinName)scl); in DECLARE_CLASS_CONSTRUCTOR()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-bb-i2c.h | 33 _lws_plat_gpio_t scl; member
|
/third_party/FatFs/source/ |
D | ff.c | 1163 DWORD scl = clst, ecl = clst; in remove_chain() local 1203 rt[0] = clst2sect(fs, scl); /* Start of data area to be freed */ in remove_chain() 1206 scl = ecl = nxt; in remove_chain() 1227 DWORD cs, ncl, scl; in create_chain() local 1238 scl = fs->last_clst; /* Suggested cluster to start to find */ in create_chain() 1241 if (scl == 0 || scl >= fs->n_fatent) in create_chain() 1242 scl = fs->st_clst - 1 ; in create_chain() 1243 if (scl == 0 || scl < fs->st_clst || scl >= fs->st_clst + fs->ct_clst) in create_chain() 1244 scl = fs->st_clst - 1; in create_chain() 1248 if (scl == 0 || scl >= fs->n_fatent) scl = 1; in create_chain() [all …]
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/ |
D | devices.c | 39 .scl = GPIO_NUM_15,
|
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/ |
D | gstaudiotestsrc.c | 871 gdouble step, scl; \ 883 scl = 1024.0 / M_PI_M2; \ 892 *ptr = (g##type) scale * src->wave_table[(gint) (src->accumulator * scl)]; \ 928 gdouble step, scl; \ 944 scl = 1024.0 / M_PI_M2; \ 971 (g##type) volscale * ramp * src->wave_table[(gint) (src->accumulator * scl)]; \
|
/third_party/icu/icu4c/source/data/lang/ |
D | fur.txt | 38 cu{"sclâf de glesie"} 44 den{"sclâf"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | fur.txt | 38 cu{"sclâf de glesie"} 44 den{"sclâf"}
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | ia.txt | 226 one{"{0} scl"} 1097 dnam{"scl"} 1098 one{"{0} scl"} 1099 other{"{0} scl"}
|
/third_party/icu/icu4c/source/data/unit/ |
D | ia.txt | 1211 dnam{"scl"} 1212 one{"{0} scl"} 1213 other{"{0} scl"}
|
/third_party/libffi/src/x86/ |
D | sysv_intel.S | 980 .scl 3;
|
D | sysv.S | 1040 .scl 3;
|
/third_party/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 1078 scl{"scl_Arab_ZZ"}
|
D | langInfo.txt | 1328 "scl","Arab","ZZ",
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | likelySubtags.txt | 1062 scl{"scl_Arab_ZZ"}
|
D | langInfo.txt | 1307 "scl","Arab","ZZ",
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 68546 z%ZKJ3m~BM^z#=+uBwY<PKg*O`L!2*CK79`jycwYJnfP|scl=%Svq&C!)K*oR1<JH~
|