/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | cpu_region_protect.c | 32 #define CONDITIONAL_RX RX 58 const unsigned RX = PMP_L | PMP_R | PMP_X; in esp_cpu_configure_region_protection() local 122 PMP_ENTRY_CFG_SET(9, PMP_TOR | RX); in esp_cpu_configure_region_protection() 125 PMP_ENTRY_CFG_SET(10, PMP_NAPOT | RX); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | cpu_region_protect.c | 24 #define CONDITIONAL_RX RX 107 const unsigned RX = PMP_L | PMP_R | PMP_X; in esp_cpu_configure_region_protection() local 126 PMP_ENTRY_SET(2, SOC_IROM_MASK_HIGH, PMP_TOR | RX); in esp_cpu_configure_region_protection() 148 PMP_ENTRY_SET(6, (int)&_iram_end, PMP_TOR | RX); in esp_cpu_configure_region_protection() 170 PMP_ENTRY_SET(9, irom_resv_end, PMP_TOR | RX); in esp_cpu_configure_region_protection() 189 PMP_ENTRY_SET(12, (int)&_rtc_text_end, PMP_TOR | RX); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | cpu_region_protect.c | 24 #define CONDITIONAL_RX RX 107 const unsigned RX = PMP_L | PMP_R | PMP_X; in esp_cpu_configure_region_protection() local 126 PMP_ENTRY_SET(2, SOC_IROM_MASK_HIGH, PMP_TOR | RX); in esp_cpu_configure_region_protection() 148 PMP_ENTRY_SET(6, (int)&_iram_end, PMP_TOR | RX); in esp_cpu_configure_region_protection() 170 PMP_ENTRY_SET(9, irom_resv_end, PMP_TOR | RX); in esp_cpu_configure_region_protection() 197 PMP_ENTRY_SET(13, (int)&_rtc_text_end, PMP_TOR | RX); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | cpu_region_protect.c | 35 const unsigned RX = PMP_L | PMP_TOR | PMP_R | PMP_X; in esp_cpu_configure_region_protection() local 70 PMP_ENTRY_SET(6, SOC_IROM_MASK_HIGH, RX); in esp_cpu_configure_region_protection() 85 PMP_ENTRY_SET(9, SOC_IROM_HIGH, RX); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | serial-connection.rst | 13 | TX | RX (receive) | 15 | RX | TX (transmit) | 20 Note that TX (transmit) on the ESP chip is connected to RX (receive) on the serial port connection,…
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 9 int "Max number of WiFi static RX buffers" 15 Set the number of WiFi static RX buffers. Each buffer takes approximately 1.6KB of RAM. 25 int "Max number of WiFi dynamic RX buffers" 30 … Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers will be allocated 31 … (provided sufficient free RAM). The size of each dynamic RX buffer depends on the size of 34 … For each received data frame, the WiFi driver makes a copy to an RX buffer and then delivers 35 … it to the high layer TCP/IP stack. The dynamic RX buffer is freed after the higher layer has 39 … process them. In these cases we may run out of memory if RX buffer number is unlimited (0). 41 … If a dynamic RX buffer limit is set, it should be at least the number of static RX buffers. 79 … The static RX buffers are allocated when esp_wifi_init() is called, they are not released [all …]
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | memory.ld.in | 34 iram0_0_seg (RX) : org = SRAM_IRAM_ORG, len = I_D_SRAM_SIZE 38 iram0_2_seg (RX) : org = 0x42000020, len = 0x400000-0x20
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | memory.ld.in | 51 iram0_0_seg (RX) : org = SRAM_IRAM_ORG, len = I_D_SRAM_SIZE 55 irom_seg (RX) : org = 0x42000020, len = IDRAM0_2_SEG_SIZE - 0x20
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | memory.ld.in | 51 iram0_0_seg (RX) : org = SRAM_IRAM_ORG, len = I_D_SRAM_SIZE 55 irom_seg (RX) : org = 0x42000020, len = IDRAM0_2_SEG_SIZE - 0x20
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | memory.ld.in | 44 iram0_0_seg (RX) : org = SRAM_IRAM_ORG, len = I_D_SRAM_SIZE 48 iram0_2_seg (RX) : org = 0x42000020, len = 0x800000-0x20
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | memory.ld.in | 58 iram0_0_seg (RX) : org = IRAM_ORG, len = I_D_RAM_SIZE 63 iram0_2_seg (RX) : org = 0x40080020, len = 0x780000-0x20
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | memory.ld.in | 62 iram0_0_seg (RX) : org = SRAM_IRAM_ORG, len = SRAM_IRAM_SIZE 66 iram0_2_seg (RX) : org = 0x42000020, len = 0x800000-0x20
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | memory.ld.in | 55 iram0_0_seg (RX) : org = 0x40080000, len = 0x20000 + SRAM1_IRAM_LEN 60 iram0_2_seg (RX) : org = 0x400D0020, len = 0x330000-0x20
|
/hal_espressif-latest/components/esp_system/ |
D | Kconfig | 329 int "UART RX on GPIO#" 339 This GPIO is used for UART RX input in the ESP-IDF Bootloader and the app (including 370 int "Size of USB CDC RX buffer" 375 Set the size of USB CDC RX buffer. Increase the buffer size if your application
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 101 bool "Using dynamic TX/RX buffer" 107 Using dynamic TX/RX buffer. After enabling this option, mbedTLS will 109 is sent, allocate RX buffer when need to receive data and then free it 113 RX buffer with the default value of "MBEDTLS_SSL_OUT_CONTENT_LEN" or
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | Kconfig.in | 282 … needs a larger RX window to synchronize with master in each anchor point, thus resulting in an
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | troubleshooting.rst | 153 …ssue. This may be because the hardware is not working properly at all, the RX/TX serial lines are …
|