Searched full:uart_print_channel (Results 1 – 17 of 17) sorted by relevance
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 46 WR_DIS.UART_PRINT_CHANNEL, EFUSE_BLK0, 18, 1, [] wr_dis of UART_PRINT_CHAN… 150 UART_PRINT_CHANNEL, EFUSE_BLK0, 130, 1, [] Selects the default UART …
|
D | esp_efuse_table.c | 147 {EFUSE_BLK0, 18, 1}, // [] wr_dis of UART_PRINT_CHANNEL, 562 static const esp_efuse_desc_t UART_PRINT_CHANNEL[] = { variable 964 &WR_DIS_UART_PRINT_CHANNEL[0], // [] wr_dis of UART_PRINT_CHANNEL 1484 …&UART_PRINT_CHANNEL[0], // [] Selects the default UART for printing boot messages {0: "UART0"…
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 41 WR_DIS.DIS_USB_SERIAL_JTAG_ROM_PRINT, EFUSE_BLK0, 18, 1, [WR_DIS.UART_PRINT_CHANNEL] … 135 DIS_USB_SERIAL_JTAG_ROM_PRINT, EFUSE_BLK0, 130, 1, [UART_PRINT_CHANNEL] USB pri…
|
D | esp_efuse_table.c | 127 {EFUSE_BLK0, 18, 1}, // [WR_DIS.UART_PRINT_CHANNEL] wr_dis of DIS_USB_SERIAL_JTAG_ROM_PRINT, 503 {EFUSE_BLK0, 130, 1}, // [UART_PRINT_CHANNEL] USB printing {0: "Enable"; 1: "Disable"}, 859 …&WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT[0], // [WR_DIS.UART_PRINT_CHANNEL] wr_dis of DIS_USB_SE… 1329 …&DIS_USB_SERIAL_JTAG_ROM_PRINT[0], // [UART_PRINT_CHANNEL] USB printing {0: "Enable"; 1: "Dis…
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 49 WR_DIS.DIS_USB_SERIAL_JTAG_ROM_PRINT, EFUSE_BLK0, 18, 1, [WR_DIS.UART_PRINT_CHANNEL] … 169 DIS_USB_SERIAL_JTAG_ROM_PRINT, EFUSE_BLK0, 130, 1, [UART_PRINT_CHANNEL] USB pri…
|
D | esp_efuse_table.c | 159 {EFUSE_BLK0, 18, 1}, // [WR_DIS.UART_PRINT_CHANNEL] wr_dis of DIS_USB_SERIAL_JTAG_ROM_PRINT, 639 {EFUSE_BLK0, 130, 1}, // [UART_PRINT_CHANNEL] USB printing {0: "Enable"; 1: "Disable"}, 1107 …&WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT[0], // [WR_DIS.UART_PRINT_CHANNEL] wr_dis of DIS_USB_SE… 1707 …&DIS_USB_SERIAL_JTAG_ROM_PRINT[0], // [UART_PRINT_CHANNEL] USB printing {0: "Enable"; 1: "Dis…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 41 …UART_PRINT_CHANNEL (BLOCK0) Selects the default UART for printing boot mess…
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 412 /** uart_print_channel : RO; bitpos: [2]; default: 0; 415 uint32_t uart_print_channel:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 43 …30, type : bool, wr_dis : 18, rd_dis: null, alt : UART_PRINT_CHANNEL, dict: '{0: …
|
D | esp32s2.yaml | 54 …UART_PRINT_CHANNEL : {show: y, blk : 0, word: 4, pos : 2, len : 1, start: 130, type …
|
D | esp32s3.yaml | 56 …30, type : bool, wr_dis : 18, rd_dis: null, alt : UART_PRINT_CHANNEL, dict: '{0: …
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 1820 * Indicates a programming error of UART_PRINT_CHANNEL.
|
D | efuse_reg.h | 2096 * Indicates a programming error of UART_PRINT_CHANNEL.
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 1817 * Indicates a programming error of UART_PRINT_CHANNEL.
|
D | efuse_reg.h | 2084 * Indicates a programming error of UART_PRINT_CHANNEL.
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 1806 * If UART_PRINT_CHANNEL is 1, then it indicates a programming error.
|
D | efuse_reg.h | 2075 * If UART_PRINT_CHANNEL is 1, then it indicates a programming error.
|