Home
last modified time | relevance | path

Searched refs:rd (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/riscv/
Dinstruction_decode.c21 unsigned int rd: 5; member
34 if (jal_inst->opcode != 0x6f && jal_inst->rd != 0) { in riscv_decode_offset_from_jal_instruction()
/hal_espressif-latest/components/driver/uart/
Duart.c97 int rd; member
403 p_uart_obj[uart_num]->rx_pattern_pos.rd = 0; in uart_pattern_link_free()
418 if (next == p_pos->rd) { in uart_pattern_enqueue()
438 if (p_pos->rd == p_pos->wr) { in uart_pattern_dequeue()
441 p_pos->rd++; in uart_pattern_dequeue()
443 if (p_pos->rd >= p_pos->len) { in uart_pattern_dequeue()
444 p_pos->rd = 0; in uart_pattern_dequeue()
453 int rd = p_pos->rd; in uart_pattern_queue_update() local
454 while (rd != p_pos->wr) { in uart_pattern_queue_update()
455 p_pos->data[rd] -= diff_len; in uart_pattern_queue_update()
[all …]
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dfirmware-image-format.rst113 ``esptool.py`` overrides the 2nd and 3rd (counted from 0) bytes according to the SPI flash info pro…
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C6.rst85 …SECURE_BOOT_KEY_REVOKE2 (BLOCK0) Revoke 3rd secure boot key …
Dsummary_ESP32-H2.rst84 …SECURE_BOOT_KEY_REVOKE2 (BLOCK0) Revoke 3rd secure boot key …
Dsummary_ESP32-C3.rst88 …SECURE_BOOT_KEY_REVOKE2 (BLOCK0) Revoke 3rd secure boot key …
Dsummary_ESP32-S2.rst98 …SECURE_BOOT_KEY_REVOKE2 (BLOCK0) Revoke 3rd secure boot key …
Dsummary_ESP32-S3.rst83 …SECURE_BOOT_KEY_REVOKE2 (BLOCK0) Revoke 3rd secure boot key …
Dsummary_ESP32-P4.rst104 …SECURE_BOOT_KEY_REVOKE2 (BLOCK0) Revoke 3rd secure boot key …
/hal_espressif-latest/components/mbedtls/
DCMakeLists.txt130 # 3rd party libraries from the mbedTLS project
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv123 SECURE_BOOT_KEY_REVOKE2, EFUSE_BLK0, 87, 1, [] Revoke 3rd secure boot key
/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_table.csv138 SECURE_BOOT_KEY_REVOKE2, EFUSE_BLK0, 87, 1, [] Revoke 3rd secure boot key
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv129 SECURE_BOOT_KEY_REVOKE2, EFUSE_BLK0, 87, 1, [] Revoke 3rd secure boot key
/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_table.csv131 SECURE_BOOT_KEY_REVOKE2, EFUSE_BLK0, 87, 1, [] Revoke 3rd secure boot key
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv153 SECURE_BOOT_KEY_REVOKE2, EFUSE_BLK0, 87, 1, [] Revoke 3rd secure boot key
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-commands.rst219 … mainly applicable for use within the Espressif's SIMPLE_BOOT option from 3rd party OSes such as Z…