Searched refs:rd (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-latest/components/riscv/ |
D | instruction_decode.c | 21 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/ |
D | uart.c | 97 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/ |
D | firmware-image-format.rst | 113 ``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/ |
D | summary_ESP32-C6.rst | 85 …SECURE_BOOT_KEY_REVOKE2 (BLOCK0) Revoke 3rd secure boot key …
|
D | summary_ESP32-H2.rst | 84 …SECURE_BOOT_KEY_REVOKE2 (BLOCK0) Revoke 3rd secure boot key …
|
D | summary_ESP32-C3.rst | 88 …SECURE_BOOT_KEY_REVOKE2 (BLOCK0) Revoke 3rd secure boot key …
|
D | summary_ESP32-S2.rst | 98 …SECURE_BOOT_KEY_REVOKE2 (BLOCK0) Revoke 3rd secure boot key …
|
D | summary_ESP32-S3.rst | 83 …SECURE_BOOT_KEY_REVOKE2 (BLOCK0) Revoke 3rd secure boot key …
|
D | summary_ESP32-P4.rst | 104 …SECURE_BOOT_KEY_REVOKE2 (BLOCK0) Revoke 3rd secure boot key …
|
/hal_espressif-latest/components/mbedtls/ |
D | CMakeLists.txt | 130 # 3rd party libraries from the mbedTLS project
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 123 SECURE_BOOT_KEY_REVOKE2, EFUSE_BLK0, 87, 1, [] Revoke 3rd secure boot key
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 138 SECURE_BOOT_KEY_REVOKE2, EFUSE_BLK0, 87, 1, [] Revoke 3rd secure boot key
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 129 SECURE_BOOT_KEY_REVOKE2, EFUSE_BLK0, 87, 1, [] Revoke 3rd secure boot key
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 131 SECURE_BOOT_KEY_REVOKE2, EFUSE_BLK0, 87, 1, [] Revoke 3rd secure boot key
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 153 SECURE_BOOT_KEY_REVOKE2, EFUSE_BLK0, 87, 1, [] Revoke 3rd secure boot key
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-commands.rst | 219 … mainly applicable for use within the Espressif's SIMPLE_BOOT option from 3rd party OSes such as Z…
|