/hal_espressif-2.7.6/tools/esp_app_trace/test/sysview/ |
D | heap_log_mcore.svdat | 29 ��B��R��B��R���Q��5���B�R�"�����Q���������… 30 B�R��!������颀����ŕ�������Q��!������颀����ŕ����������� ���alloc… 32 …������颀������������� ���free0����Ԥ��������B�R��������������… 33 �G����5���B�R�Q�EBI (330) example: Task[0x3ffb7f40]: allocated 2 bytes @ 0x3ffb828c 34 �$5��������B�"�R�����D�����q���������������q������ 39 �!B�R�D����EBI (331) example: Task[0x3ffb82a0]: allocated 4 bytes @ 0x3ffb85ec 40 ��D�������������5����G����"�B�����R��D�����q����������… 43 …�D������������G��������B� ���alloc2����������R�����Q����… 44 …������颀������������� ���free2��������������B�R�������������… 45 �G����B�5���R�Q�EBI (331) example: Task[0x3ffb8600]: allocated 6 bytes @ 0x3ffb87e4
|
/hal_espressif-2.7.6/docs/en/api-reference/system/inc/ |
D | espefuse_summary_ESP32-S2.rst | 11 … Temperature calibration = -9.200000000000001 R/W (0b101011100) 12 …0_D2 (BLOCK2) ADC1 calibration 1 = -28 R/W (0x87) 13 …1_D2 (BLOCK2) ADC1 calibration 2 = -28 R/W (0x87) 14 …2_D2 (BLOCK2) ADC1 calibration 3 = -28 R/W (0x87) 15 …3_D2 (BLOCK2) ADC1 calibration 4 = -24 R/W (0x86) 16 …E0_D2 (BLOCK2) ADC2 calibration 5 = 12 R/W (0x03) 17 …DE1_D2 (BLOCK2) ADC2 calibration 6 = 8 R/W (0x02) 18 …E2_D2 (BLOCK2) ADC2 calibration 7 = 12 R/W (0x03) 19 …E3_D2 (BLOCK2) ADC2 calibration 8 = 16 R/W (0x04) 20 … (BLOCK2) ADC1 calibration 9 = -20 R/W (0b100101) [all …]
|
D | espefuse_summary_ESP32-S3.rst | 11 … Temperature calibration = -9.200000000000001 R/W (0b101011100) 12 …0_D2 (BLOCK2) ADC1 calibration 1 = -28 R/W (0x87) 13 …1_D2 (BLOCK2) ADC1 calibration 2 = -28 R/W (0x87) 14 …2_D2 (BLOCK2) ADC1 calibration 3 = -28 R/W (0x87) 15 …3_D2 (BLOCK2) ADC1 calibration 4 = -24 R/W (0x86) 16 …E0_D2 (BLOCK2) ADC2 calibration 5 = 12 R/W (0x03) 17 …DE1_D2 (BLOCK2) ADC2 calibration 6 = 8 R/W (0x02) 18 …E2_D2 (BLOCK2) ADC2 calibration 7 = 12 R/W (0x03) 19 …E3_D2 (BLOCK2) ADC2 calibration 8 = 16 R/W (0x04) 20 … (BLOCK2) ADC1 calibration 9 = -20 R/W (0b100101) [all …]
|
D | espefuse_summary_ESP32-C3.rst | 11 …M_BOOT (BLOCK0) Disables boot from RTC RAM = False R/W (0b0) 12 … (BLOCK0) Disables ICache = False R/W (0b0) 13 …AD_ICACHE (BLOCK0) Disables Icache when SoC is in Download mode = False R/W (0b0) 14 …DOWNLOAD (BLOCK0) Disables forcing chip into Download mode = False R/W (0b0) 15 …LOCK0) Disables the TWAI Controller hardware = False R/W (0b0) 16 …_GPIO (BLOCK0) Set this bit to vdd spi pin function as gpio = False R/W (0b0) 17 …IO_ENABLE (BLOCK0) Enable btlc gpio = 0 R/W (0b00) 18 …H_EN (BLOCK0) Set this bit to enable power glitch function = False R/W (0b0) 19 …LITCH_DSENSE (BLOCK0) Sample delay configuration of power glitch = 0 R/W (0b00) 20 …_SPI_BOOT (BLOCK0) Disables Legacy SPI boot mode = False R/W (0b0) [all …]
|
D | espefuse_summary_ESP32.rst | 11 …_RESERVE (BLOCK0): BLOCK3 partially served for ADC calibration data = True R/W (0b1) 12 …CK0): Voltage reference calibration = 1114 R/W (0b00010) 13 …LOCK3): ADC1 150mV reading = 346 R/W (0b0010001) 14 …CK3): ADC1 850mV reading = 3285 R/W (0b000000101) 15 …LOCK3): ADC2 150mV reading = 449 R/W (0b0000111) 16 …CK3): ADC2 850mV reading = 3362 R/W (0b111110101) 19 …ORCE (BLOCK0): Ignore MTDI pin (GPIO12) for VDD_SDIO on reset = False R/W (0b0) 20 …EG (BLOCK0): If XPD_SDIO_FORCE, enable VDD_SDIO reg on reset = False R/W (0b0) 21 …TIEH (BLOCK0): If XPD_SDIO_FORCE & XPD_SDIO_REG = 1.8V R/W (0b0) 22 …EQ (BLOCK0): 8MHz clock freq override = 53 R/W (0x35) [all …]
|
/hal_espressif-2.7.6/components/mbedtls/port/sha/parallel_engine/ |
D | esp_sha1.c | 201 #define R(t) \ in mbedtls_sha1_software_process() macro 238 P( E, A, B, C, D, R(16) ); in mbedtls_sha1_software_process() 239 P( D, E, A, B, C, R(17) ); in mbedtls_sha1_software_process() 240 P( C, D, E, A, B, R(18) ); in mbedtls_sha1_software_process() 241 P( B, C, D, E, A, R(19) ); in mbedtls_sha1_software_process() 249 P( A, B, C, D, E, R(20) ); in mbedtls_sha1_software_process() 250 P( E, A, B, C, D, R(21) ); in mbedtls_sha1_software_process() 251 P( D, E, A, B, C, R(22) ); in mbedtls_sha1_software_process() 252 P( C, D, E, A, B, R(23) ); in mbedtls_sha1_software_process() 253 P( B, C, D, E, A, R(24) ); in mbedtls_sha1_software_process() [all …]
|
D | esp_sha256.c | 193 #define R(t) \ macro 254 R( i ); in mbedtls_sha256_software_process() 279 P( A[0], A[1], A[2], A[3], A[4], A[5], A[6], A[7], R(i + 0), K[i + 0] ); in mbedtls_sha256_software_process() 280 P( A[7], A[0], A[1], A[2], A[3], A[4], A[5], A[6], R(i + 1), K[i + 1] ); in mbedtls_sha256_software_process() 281 P( A[6], A[7], A[0], A[1], A[2], A[3], A[4], A[5], R(i + 2), K[i + 2] ); in mbedtls_sha256_software_process() 282 P( A[5], A[6], A[7], A[0], A[1], A[2], A[3], A[4], R(i + 3), K[i + 3] ); in mbedtls_sha256_software_process() 283 P( A[4], A[5], A[6], A[7], A[0], A[1], A[2], A[3], R(i + 4), K[i + 4] ); in mbedtls_sha256_software_process() 284 P( A[3], A[4], A[5], A[6], A[7], A[0], A[1], A[2], R(i + 5), K[i + 5] ); in mbedtls_sha256_software_process() 285 P( A[2], A[3], A[4], A[5], A[6], A[7], A[0], A[1], R(i + 6), K[i + 6] ); in mbedtls_sha256_software_process() 286 P( A[1], A[2], A[3], A[4], A[5], A[6], A[7], A[0], R(i + 7), K[i + 7] ); in mbedtls_sha256_software_process()
|
/hal_espressif-2.7.6/docs/zh_CN/hw-reference/esp32/ |
D | user-guide-devkits-r-v1.1.rst | 2 ESP32-DevKitS(-R) 7 本指南介绍了乐鑫专为 ESP32 设计的烧录底板 ESP32-DevKitS(-R)。 9 ESP32-DevKitS(-R) 包括两款开发板,分别是 ESP32-DevKitS 和 ESP32-DevKitS-R。S 代表弹簧 (spring),R 代表 WROVER 模组。 12 | |ESP32-DevKitS| | |ESP32-DevKitS-R| | 14 | ESP32-DevKitS | ESP32-DevKitS-R | 19 .. |ESP32-DevKitS-R| image:: ../../../_static/esp32-devkits-r-v1.1-layout-isometric-raw.png 23 - `入门指南`_: 简要介绍了 ESP32-DevKitS(-R) 和硬件、软件设置指南。 24 - `硬件参考`_: 详细介绍了 ESP32-DevKitS(-R) 的硬件。 31 本节介绍了如何快速上手 ESP32-DevKitS(-R)。 开头部分介绍了 ESP32-DevKitS(-R),`如何烧录开发板`_ 小节介绍了怎样在 ESP32-DevKitS(-R) 上安装模… 38 ESP32-DevKitS(-R) 是乐鑫专为 ESP32 设计的烧录底板,无需将 ESP32 模组与电源和信号线焊接便可进行烧录。ESP32-DevKitS(-R) 搭载模组后,可作为类似 ESP… [all …]
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_console_system.c | 90 R"(LD build/console.elf in make() 95 R"(Flashing binaries to serial port )" CONFIG_ESPTOOLPY_PORT R"( (app at offset 0x10000)... in make() 99 R"(Chip is ESP32D0WDQ6 (revision 0) in make() 110 R"(Wrote 15712 bytes (9345 compressed) at 0x00001000 in 0.1 seconds (effective 1126.9 kbit/s)... in make() 114 R"(Wrote 333776 bytes (197830 compressed) at 0x00010000 in 3.3 seconds (effective 810.3 kbit/s)... in make() 118 R"(Wrote 3072 bytes (82 compressed) at 0x00008000 in 0.0 seconds (effective 1588.4 kbit/s)... in make() 126 R"(MONITOR in make() 127 )" LOG_COLOR_W R"(--- idf_monitor on )" CONFIG_ESPTOOLPY_PORT R"( 115200 --- in make()
|
/hal_espressif-2.7.6/docs/en/hw-reference/esp32/ |
D | user-guide-devkits-r-v1.1.rst | 2 ESP32-DevKitS(-R) 7 This user guide provides information on ESP32-DevKitS(-R), an ESP32-based flashing board produced b… 8 ESP32-DevKitS(-R) is a combination of two board names: ESP32-DevKitS and ESP32-DevKitS-R. S stands … 11 | |ESP32-DevKitS| | |ESP32-DevKitS-R| | 13 | ESP32-DevKitS | ESP32-DevKitS-R | 18 .. |ESP32-DevKitS-R| image:: ../../../_static/esp32-devkits-r-v1.1-layout-isometric-raw.png 22 - `Getting Started`_: Provides an overview of ESP32-DevKitS(-R) and hardware/software setup instruc… 23 - `Hardware Reference`_: Provides more detailed information about ESP32-DevKitS(-R)'s hardware. 30 …R). It begins with a few introductory sections about ESP32-DevKitS(-R), then Section `How to Flash… 37 …R) is Espressif's flashing board designed specifically for ESP32. It can be used to flash an ESP32… [all …]
|
/hal_espressif-2.7.6/tools/test_mkdfu/1/ |
D | dfu.bin | 4 …�A�i�b���4���ͭ��oi���F��&��"o>,ӛ{)x��>�3�zӑ�2�u�zfف�d���A�+�WeHg�@��N�R�r�a=�|��ұ�~N|�$��… 5 …�w��}����&5��^�/��2pQ�'�.��h�L�����;ȏR� ���=� qp+�*R��_)�F�㛡��Jh��v]�̓�#�=u�h�ѰbfX�|8… 7 …�1|U�x8�ȣA�Ra0+H8�~�A��I@��)ӹZ��T`��b`�?�a�Y(��y���[p�1�MD���8�wcܑ�2���R��Va�-�KǺ�ئR� 8 …�Å��NdtF��,_U�?={;���f"��C6a �#L�9t,�rcK�%�����D�%�̏D��b���c�������R۷�Air�N#;S�c��d�ɜx�S�… 10 �&��G�`r<�E�g�e�=����TN {~�������l���V�oR<�E��*����&)�ʇ� 11 ܥg'欕���3�Ԁ�~R���<�`��,g����ȠϨ���M:U�WO�~H�F��?�V_�]��/;[|�荕]@l�M���'>P�uj��ֹF/>t'����k�… 12 ~3�R��e��Ƞ��,A�O,��{�x�x�;�͎�i� y����$�<�������9 _��v{��K��&4p;g�TY�袍��*n��_'�[z(M���… 15 �T�u�!�o���8z�_��Ⴠ�]l0�hUo���mE�AI�>�>���lY*U.���{V;�IZ?*�VW�0'#�']e�R�Q������ǣ�]f… 16 �3=�C��hӔ�o�¿�#%�P�7�\�{�x��9UV��ڀR�eڢgG<�M�ա���a��A9��r�Ϭ=Q��;.��(��M�fhuU�ux�n TZ��y�}… 18 �[�Ϲ�K>�i�,����������uA�L V�6[e������˴���xf/wje��|#�:�o��R�G�>L����L6m.�!%20��' [all …]
|
/hal_espressif-2.7.6/components/esp_hw_support/port/esp32c3/ |
D | cpu_util_esp32c3.c | 37 const unsigned R = PMP_L | PMP_TOR | PMP_R; in esp_cpu_configure_region_protection() local 56 PMP_ENTRY_SET(3, SOC_DRAM_LOW, R); in esp_cpu_configure_region_protection() 67 PMP_ENTRY_SET(5, SOC_DROM_MASK_HIGH, R); in esp_cpu_configure_region_protection()
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | ulps2_instruction_set.rst | 124 - *Rdst* - Register R[0..3] 125 - *Rsrc1* - Register R[0..3] 126 - *Rsrc2* - Register R[0..3] 160 - *Rdst* - Register R[0..3] 161 - *Rsrc1* - Register R[0..3] 162 - *Rsrc2* - Register R[0..3] 194 - *Rdst* - Register R[0..3] 195 - *Rsrc1* - Register R[0..3] 196 - *Rsrc2* - Register R[0..3] 229 - *Rdst* - Register R[0..3] [all …]
|
D | ulp_instruction_set.rst | 113 - *Rdst* - Register R[0..3] 114 - *Rsrc1* - Register R[0..3] 115 - *Rsrc2* - Register R[0..3] 149 - *Rdst* - Register R[0..3] 150 - *Rsrc1* - Register R[0..3] 151 - *Rsrc2* - Register R[0..3] 183 - *Rdst* - Register R[0..3] 184 - *Rsrc1* - Register R[0..3] 185 - *Rsrc2* - Register R[0..3] 218 - *Rdst* - Register R[0..3] [all …]
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/crypto/ |
D | sha256-internal.c | 137 #define R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) macro 140 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) 141 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
|
D | crypto_mbedtls-ec.c | 285 static int ecp_opp(const mbedtls_ecp_group *grp, mbedtls_ecp_point *R, const mbedtls_ecp_point *P) in ecp_opp() argument 290 if (R != P) { in ecp_opp() 291 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, P)); in ecp_opp() 295 if (mbedtls_mpi_cmp_int(&R->Y, 0) != 0) { in ecp_opp() 296 MBEDTLS_MPI_CHK(mbedtls_mpi_sub_mpi(&R->Y, &grp->P, &R->Y)); in ecp_opp()
|
/hal_espressif-2.7.6/examples/system/perfmon/ |
D | README.md | 154 R hold caused by Data Cache miss(unused) 156 R hold caused by Store release 158 R hold caused by register dependency 160 R hold caused by MEMW, EXTW or EXCW 162 R hold caused by Halt instruction (TX only) 356 R hold caused by Data Cache miss(unused) 357 R hold caused by Store release 358 R hold caused by MEMW, EXTW or EXCW 359 R hold caused by Halt instruction (TX only) 363 R hold caused by register dependency
|
/hal_espressif-2.7.6/tools/test_idf_size/ |
D | expected_output | 480 …R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>… 542 …R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>… 598 …R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>… 666 …R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>… 735 …R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>… 1076 …R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>… 1375 …R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>… 1861 …R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>|<C>-<R>| <C>| <R>…
|
/hal_espressif-2.7.6/docs/en/api-reference/protocols/ |
D | esp_sdio_slave_protocol.rst | 110 - 52 8-bit R/W registers shared by host and slave (For details, see *{IDF_TARGET_NAME} Technical Re… 138 - 0x06C-0x077: R/W registers 0-11 shared by slave and host. 139 - 0x07A-0x07B: R/W registers 14-15 shared by slave and host. 140 - 0x07E-0x07F: R/W registers 18-19 shared by slave and host. 141 - 0x088-0x08B: R/W registers 24-27 shared by slave and host. 142 - 0x09C-0x0BB: R/W registers 32-63 shared by slave and host.
|
/hal_espressif-2.7.6/examples/protocols/esp_local_ctrl/main/certs/ |
D | prvtkey.pem | 3 gHy7cECmEMxOWn8CvygC2g77Gog/DWxkqaEksBJt8qQcqGLumv+HfXE4erNPGU+R
|
/hal_espressif-2.7.6/docs/zh_CN/get-started-legacy/ |
D | macos-setup-scratch.rst | 66 chmod -R u+w builds/xtensa-esp32-elf
|
D | linux-setup-scratch.rst | 67 chmod -R u+w builds/xtensa-esp32-elf
|
/hal_espressif-2.7.6/docs/zh_CN/get-started/ |
D | macos-setup-scratch.rst | 78 chmod -R u+w builds/{IDF_TARGET_TOOLCHAIN_PREFIX}
|
/hal_espressif-2.7.6/examples/protocols/http_server/restful_server/front/web-demo/src/views/ |
D | Light.vue | 11 <v-slider v-model="red" :max="255" label="R"></v-slider>
|
/hal_espressif-2.7.6/examples/peripherals/twai/twai_network/ |
D | README.md | 27 | D R | | D R | | D R |
|