/hal_espressif-3.5.0/examples/protocols/http_server/restful_server/front/web-demo/src/views/ |
D | Light.vue | 2 <v-container> 3 <v-layout text-xs-center wrap> 4 <v-flex xs12 sm6 offset-sm3> 5 <v-card> 6 …<v-responsive :style="{ background: `rgb(${red}, ${green}, ${blue})` }" height="300px"></v-respons… 7 <v-card-text> 8 <v-container fluid grid-list-lg> 9 <v-layout row wrap> 10 <v-flex xs9> 11 <v-slider v-model="red" :max="255" label="R"></v-slider> [all …]
|
D | Home.vue | 2 <v-container> 3 <v-layout text-xs-center wrap> 4 <v-flex xs12 sm6 offset-sm3> 5 <v-card> 6 <v-img :src="require('../assets/logo.png')" contain height="200"></v-img> 7 <v-card-title primary-title> 13 </v-card-title> 14 </v-card> 15 </v-flex> 16 </v-layout> [all …]
|
/hal_espressif-3.5.0/examples/protocols/http_server/restful_server/front/web-demo/src/ |
D | App.vue | 2 <v-app id="inspire"> 3 <v-navigation-drawer v-model="drawer" fixed app clipped> 4 <v-list dense> 5 <v-list-tile to="/"> 6 <v-list-tile-action> 7 <v-icon>home</v-icon> 8 </v-list-tile-action> 9 <v-list-tile-content> 10 <v-list-tile-title>Home</v-list-tile-title> 11 </v-list-tile-content> [all …]
|
/hal_espressif-3.5.0/components/soc/esp32/include/soc/ |
D | boot_mode.h | 21 #define IS_1XXXX(v) (((v)&0x10)==0x10) argument 24 #define IS_010XX(v) (((v)&0x1c)==0x08) argument 27 #define IS_00XXX(v) (((v)&0x18)==0x00) argument 30 #define IS_00X00(v) (((v)&0x1b)==0x00) argument 33 #define IS_00X01(v) (((v)&0x1b)==0x01) argument 36 #define IS_00X10(v) (((v)&0x1b)==0x02) argument 39 #define IS_00X11(v) (((v)&0x1b)==0x03) argument 42 #define IS_01110(v) (((v)&0x1f)==0x0e) argument 45 #define IS_01111(v) (((v)&0x1f)==0x0f) argument 48 #define IS_01100(v) (((v)&0x1f)==0x0c) argument [all …]
|
/hal_espressif-3.5.0/components/soc/esp32s2/include/soc/ |
D | boot_mode.h | 21 #define IS_1XXX(v) (((v)&0x08)==0x08) argument 24 #define IS_00XX(v) (((v)&0x0c)==0x00) argument 27 #define IS_0000(v) (((v)&0x0f)==0x00) argument 30 #define IS_0001(v) (((v)&0x0f)==0x01) argument 33 #define IS_0010(v) (((v)&0x0f)==0x02) argument 36 #define IS_0011(v) (((v)&0x0f)==0x03) argument 39 #define IS_0100(v) (((v)&0x0f)==0x04) argument 42 #define IS_0101(v) (((v)&0x0f)==0x05) argument 45 #define IS_0110(v) (((v)&0x0f)==0x06) argument 48 #define IS_0111(v) (((v)&0x0f)==0x07) argument
|
/hal_espressif-3.5.0/components/soc/esp32h2/include/soc/ |
D | boot_mode.h | 21 #define IS_1XXX(v) (((v)&0x08)==0x08) argument 24 #define IS_00XX(v) (((v)&0x0c)==0x00) argument 27 #define IS_0000(v) (((v)&0x0f)==0x00) argument 30 #define IS_0001(v) (((v)&0x0f)==0x01) argument 33 #define IS_0010(v) (((v)&0x0f)==0x02) argument 36 #define IS_0011(v) (((v)&0x0f)==0x03) argument 39 #define IS_0100(v) (((v)&0x0f)==0x04) argument 42 #define IS_0101(v) (((v)&0x0f)==0x05) argument 45 #define IS_0110(v) (((v)&0x0f)==0x06) argument 48 #define IS_0111(v) (((v)&0x0f)==0x07) argument
|
/hal_espressif-3.5.0/components/soc/esp32s3/include/soc/ |
D | boot_mode.h | 20 #define IS_1XXX(v) (((v)&0x08)==0x08) argument 23 #define IS_00XX(v) (((v)&0x0c)==0x00) argument 26 #define IS_0000(v) (((v)&0x0f)==0x00) argument 29 #define IS_0001(v) (((v)&0x0f)==0x01) argument 32 #define IS_0010(v) (((v)&0x0f)==0x02) argument 35 #define IS_0011(v) (((v)&0x0f)==0x03) argument 38 #define IS_0100(v) (((v)&0x0f)==0x04) argument 41 #define IS_0101(v) (((v)&0x0f)==0x05) argument 44 #define IS_0110(v) (((v)&0x0f)==0x06) argument 47 #define IS_0111(v) (((v)&0x0f)==0x07) argument
|
/hal_espressif-3.5.0/components/soc/esp32c3/include/soc/ |
D | boot_mode.h | 21 #define IS_1XXX(v) (((v)&0x08)==0x08) argument 24 #define IS_00XX(v) (((v)&0x0c)==0x00) argument 27 #define IS_0000(v) (((v)&0x0f)==0x00) argument 30 #define IS_0001(v) (((v)&0x0f)==0x01) argument 33 #define IS_0010(v) (((v)&0x0f)==0x02) argument 36 #define IS_0011(v) (((v)&0x0f)==0x03) argument 39 #define IS_0100(v) (((v)&0x0f)==0x04) argument 42 #define IS_0101(v) (((v)&0x0f)==0x05) argument 45 #define IS_0110(v) (((v)&0x0f)==0x06) argument 48 #define IS_0111(v) (((v)&0x0f)==0x07) argument
|
/hal_espressif-3.5.0/.gitlab/ci/dependencies/ |
D | generate_rules.py | 50 for k, v in _dict.items(): 52 if isinstance(v, dict): 53 v = _format_nested_dict(v, f_tuple) 54 elif isinstance(v, list): 55 v = _format_nested_list(v, f_tuple) 56 elif isinstance(v, str): 57 v = v.format(*f_tuple) 58 res[k.format(*f_tuple)] = v 107 self.cfg = {k: v for k, v in self.full_cfg.items() if not k.startswith('.')} 118 for k, v in self.cfg.items(): [all …]
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | hmac_prng.c | 88 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 105 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 106 (void)tc_hmac_final(prng->v, sizeof(prng->v), &prng->h); in update() 117 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 130 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 131 (void)tc_hmac_final(prng->v, sizeof(prng->v), &prng->h); in update() 148 _set(prng->v, 0x01, sizeof(prng->v)); in tc_hmac_prng_init() 218 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in tc_hmac_prng_generate() 219 (void)tc_hmac_final(prng->v, sizeof(prng->v), &prng->h); in tc_hmac_prng_generate() 223 (void)_copy(out, bufferlen, prng->v, bufferlen); in tc_hmac_prng_generate()
|
/hal_espressif-3.5.0/docs/_static/js/ |
D | version_table.js | 13 let v = versions[i]; 15 if (!(d in v)) { 16 v[d] = defaults[d]; 32 function getVersionUrl(v) { argument 33 let result = project_base_url + "/" + language + "/" + v.name; 34 if (v.has_targets) { 44 let v = versions[i]; 45 let url = getVersionUrl(v); 47 if (v.old) { 48 old_ver_list += "<li><a href=\"" + url + "\">" + v.name + "</li>";
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/ |
D | aes-gcm.c | 36 static void shift_right_block(u8 *v) in shift_right_block() argument 40 val = WPA_GET_BE32(v + 12); in shift_right_block() 42 if (v[11] & 0x01) in shift_right_block() 44 WPA_PUT_BE32(v + 12, val); in shift_right_block() 46 val = WPA_GET_BE32(v + 8); in shift_right_block() 48 if (v[7] & 0x01) in shift_right_block() 50 WPA_PUT_BE32(v + 8, val); in shift_right_block() 52 val = WPA_GET_BE32(v + 4); in shift_right_block() 54 if (v[3] & 0x01) in shift_right_block() 56 WPA_PUT_BE32(v + 4, val); in shift_right_block() [all …]
|
/hal_espressif-3.5.0/components/esp_gdbstub/src/ |
D | packet.c | 88 uint32_t v = 0; in esp_gdbstub_gethex() local 98 v <<= 4; in esp_gdbstub_gethex() 99 v |= (c - '0'); in esp_gdbstub_gethex() 101 v <<= 4; in esp_gdbstub_gethex() 102 v |= (c - 'A') + 10; in esp_gdbstub_gethex() 104 v <<= 4; in esp_gdbstub_gethex() 105 v |= (c - 'a') + 10; in esp_gdbstub_gethex() 109 return v; in esp_gdbstub_gethex() 115 return v; in esp_gdbstub_gethex() 120 return v; in esp_gdbstub_gethex()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_api.c | 349 … for (p_sattr = p_attr->attr_value.v.p_sub_attr; p_sattr; p_sattr = p_sattr->p_next_attr) { in SDP_FindServiceUUIDInRec() 353 p_uuid->uu.uuid16 = p_sattr->attr_value.v.u16; in SDP_FindServiceUUIDInRec() 357 … p_uuid->uu.uuid128[i] = p_sattr->attr_value.v.array[LEN_UUID_128 - i - 1]; in SDP_FindServiceUUIDInRec() 361 p_uuid->uu.uuid32 = p_sattr->attr_value.v.u32; in SDP_FindServiceUUIDInRec() 374 …for (p_extra_sattr = p_sattr->attr_value.v.p_sub_attr; p_extra_sattr; p_extra_sattr = p_extra_satt… in SDP_FindServiceUUIDInRec() 380 p_uuid->uu.uuid16 = p_extra_sattr->attr_value.v.u16; in SDP_FindServiceUUIDInRec() 393 p_uuid->uu.uuid16 = p_attr->attr_value.v.u16; in SDP_FindServiceUUIDInRec() 428 … for (p_sattr = p_attr->attr_value.v.p_sub_attr; p_sattr; p_sattr = p_sattr->p_next_attr) { in SDP_FindServiceUUIDInRec_128bit() 434 … p_uuid->uu.uuid128[i] = p_sattr->attr_value.v.array[LEN_UUID_128 - i - 1]; in SDP_FindServiceUUIDInRec_128bit() 447 p_uuid->uu.uuid128[i] = p_attr->attr_value.v.array[LEN_UUID_128 - i - 1]; in SDP_FindServiceUUIDInRec_128bit() [all …]
|
/hal_espressif-3.5.0/components/xtensa/include/xtensa/ |
D | core-macros.h | 334 # define XTHAL_SET_INTENABLE(v) do { int __intenable = (int)(v); \ argument 340 # define XTHAL_SET_INTSET(v) do { int __interrupt = (int)(v); \ argument 343 # define XTHAL_SET_INTCLEAR(v) do { int __interrupt = (int)(v); \ argument 349 # define XTHAL_SET_CCOUNT(v) do { int __ccount = (int)(v); \ argument 356 # define _XTHAL_SET_CCOMPARE(n,v) do { int __ccompare = (int)(v); \ argument 359 # define XTHAL_SET_CCOMPARE(n,v) _XTHAL_SET_CCOMPARE(n,v) argument 362 # define XTHAL_SET_INTENABLE(v) do {/*nothing*/} while(0) argument 364 # define XTHAL_SET_INTSET(v) do {/*nothing*/} while(0) argument 365 # define XTHAL_SET_INTCLEAR(v) do {/*nothing*/} while(0) argument 367 # define XTHAL_SET_CCOUNT(v) do {/*nothing*/} while(0) argument [all …]
|
/hal_espressif-3.5.0/components/heap/test/ |
D | test_diram.c | 45 uint32_t v = i + 0xAAAA; variable 46 dram[i] = v; 48 TEST_ASSERT_EQUAL(v, dram[i]); 49 TEST_ASSERT_EQUAL(v, *iram); 63 uint32_t v = i + 0xEEE; variable 64 iram[i] = v; 66 TEST_ASSERT_EQUAL_HEX32(v, iram[i]); 67 TEST_ASSERT_EQUAL_HEX32(v, *dram);
|
/hal_espressif-3.5.0/tools/kconfig_new/ |
D | confserver.py | 97 values_dict = dict((k, v if visible_dict[k] else False) for (k,v) in config_dict.items()) 153 for k in (k for (k,v) in visible_diff.items() if not v): 205 to_set = dict((config.syms[k],v) for (k,v) in to_set.items() if k not in missing) 213 set_pass = [(k,v) for (k,v) in to_set.items() if k.visibility] 245 diff = dict((k,v) for (k,v) in after.items() if before.get(k, None) != v) 312 result[m] = any(v for (n,v) in result.items() if n.parent == m) 315 result = dict((confgen.get_menu_node_id(n),v) for (n,v) in result.items())
|
/hal_espressif-3.5.0/components/mdns/host_test/components/freertos_linux/ |
D | queue_unique_ptr.cpp | 35 auto v = std::make_unique<std::vector<uint8_t>>(len); in send_q() local 36 v->assign(data, data+len); in send_q() 38 queue->send(std::move(v)); in send_q() 45 auto v = queue->receive(ms); in recv_q() local 46 if (v == nullptr) { in recv_q() 49 memcpy(data, (void *)v->data(), len); in recv_q()
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | esp32.inc | 15 openocd -f board/esp32-wrover-kit-3.3v.cfg 25 user-name@computer-name:~/esp/esp-idf$ openocd -f board/esp32-wrover-kit-3.3v.cfg 40 .. |run-openocd-cfg-file-err| replace:: ``Can't find board/esp32-wrover-kit-3.3v.cfg`` 48 openocd -f board/esp32-wrover-kit-3.3v.cfg -c "program_esp filename.bin 0x10000 verify exit" 56 src/openocd -f board/esp32-wrover-kit-3.3v.cfg 64 src\openocd -f board\esp32-wrover-kit-3.3v.cfg 70 .. |idf-py-def-cfg| replace:: ``-f board/esp32-wrover-kit-3.3v.cfg`` 78 openocd -f board/esp32-wrover-kit-3.3v.cfg -c "init; halt; esp appimage_offset 0x210000" 90 * - ``board/esp32-wrover-kit-3.3v.cfg`` 92 * - ``board/esp32-wrover-kit-1.8v.cfg`` [all …]
|
/hal_espressif-3.5.0/examples/peripherals/lcd/tjpgd/main/ |
D | decode_image.c | 65 uint16_t v = 0; in outfunc() local 66 v |= ((in[0] >> 3) << 11); in outfunc() 67 v |= ((in[1] >> 2) << 5); in outfunc() 68 v |= ((in[2] >> 3) << 0); in outfunc() 70 v = (v >> 8) | (v << 8); in outfunc() 71 jd->outData[y][x] = v; in outfunc()
|
/hal_espressif-3.5.0/examples/peripherals/spi_master/lcd/main/ |
D | decode_image.c | 65 uint16_t v = 0; in outfunc() local 66 v |= ((in[0] >> 3) << 11); in outfunc() 67 v |= ((in[1] >> 2) << 5); in outfunc() 68 v |= ((in[2] >> 3) << 0); in outfunc() 70 v = (v >> 8) | (v << 8); in outfunc() 71 jd->outData[y][x] = v; in outfunc()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/hid/ |
D | hidh_api.c | 89 memcpy( str, (char *) p_attr->attr_value.v.array, name_len ); in hidh_get_str_attr() 92 memcpy( str, (char *) p_attr->attr_value.v.array, max_len - 1 ); in hidh_get_str_attr() 130 || ((p_subattr1 = p_attr->attr_value.v.p_sub_attr) == NULL) in hidh_search_callback() 132 || ((p_subattr2 = p_subattr1->attr_value.v.p_sub_attr) == NULL) in hidh_search_callback() 144 (p_attr->attr_value.v.u8) ) { in hidh_search_callback() 149 (p_attr->attr_value.v.u8) ) { in hidh_search_callback() 154 (p_attr->attr_value.v.u8) ) { in hidh_search_callback() 159 (p_attr->attr_value.v.u8) ) { in hidh_search_callback() 164 (p_attr->attr_value.v.u8) ) { in hidh_search_callback() 169 (p_attr->attr_value.v.u8) ) { in hidh_search_callback() [all …]
|
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/ |
D | esp32.inc | 15 openocd -f board/esp32-wrover-kit-3.3v.cfg 25 user-name@computer-name:~/esp/esp-idf$ openocd -f board/esp32-wrover-kit-3.3v.cfg 40 .. |run-openocd-cfg-file-err| replace:: ``Can't find board/esp32-wrover-kit-3.3v.cfg`` 48 openocd -f board/esp32-wrover-kit-3.3v.cfg -c "program_esp filename.bin 0x10000 verify exit" 56 src/openocd -f board/esp32-wrover-kit-3.3v.cfg 64 src\openocd -f board\esp32-wrover-kit-3.3v.cfg 70 .. |idf-py-def-cfg| replace:: ``-f board/esp32-wrover-kit-3.3v.cfg`` 78 openocd -f board/esp32-wrover-kit-3.3v.cfg -c "init; halt; esp appimage_offset 0x210000" 90 * - ``board/esp32-wrover-kit-3.3v.cfg`` 92 * - ``board/esp32-wrover-kit-1.8v.cfg`` [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/sdp/ |
D | bta_sdp_act.c | 119 record->mns.supported_features = p_attr->attr_value.v.u32; in bta_create_mns_sdp_record() 124 record->mns.hdr.service_name = (char *)p_attr->attr_value.v.array; in bta_create_mns_sdp_record() 136 record->mns.hdr.l2cap_psm = p_attr->attr_value.v.u16; in bta_create_mns_sdp_record() 157 record->mas.mas_instance_id = p_attr->attr_value.v.u8; in bta_create_mas_sdp_record() 161 record->mas.supported_message_types = p_attr->attr_value.v.u8; in bta_create_mas_sdp_record() 165 record->mas.supported_features = p_attr->attr_value.v.u32; in bta_create_mas_sdp_record() 170 record->mas.hdr.service_name = (char *)p_attr->attr_value.v.array; in bta_create_mas_sdp_record() 182 record->mas.hdr.l2cap_psm = p_attr->attr_value.v.u16; in bta_create_mas_sdp_record() 202 record->pse.supported_repositories = p_attr->attr_value.v.u8; in bta_create_pse_sdp_record() 205 record->pse.supported_features = p_attr->attr_value.v.u32; in bta_create_pse_sdp_record() [all …]
|
/hal_espressif-3.5.0/components/xtensa/ |
D | xt_trax.c | 30 uint32_t v; in _xt_trax_start_trace() local 32 v=TRAXCTRL_TREN | TRAXCTRL_TMEN | TRAXCTRL_PTOWS | (1<<TRAXCTRL_SMPER_SHIFT); in _xt_trax_start_trace() 34 v|=TRAXCTRL_CNTU; in _xt_trax_start_trace() 37 eri_write(ERI_TRAX_TRAXCTRL, v); in _xt_trax_start_trace()
|