/hal_espressif-latest/components/esp_rom/patches/ |
D | esp_rom_uart.c | 42 rom_func_t uart_tx_switch = NULL; in esp_rom_uart_set_as_console() local 45 uart_tx_switch = (rom_func_t)0x4004b8ca; in esp_rom_uart_set_as_console() 47 uart_tx_switch = (rom_func_t)0x40001c44; in esp_rom_uart_set_as_console() 49 uart_tx_switch = (rom_func_t)0x4004c166; in esp_rom_uart_set_as_console() 51 uart_tx_switch(uart_no); in esp_rom_uart_set_as_console()
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.api.ld | 27 PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
|
/hal_espressif-latest/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.api.ld | 31 PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
|
D | esp32c6.rom.ld | 48 uart_tx_switch = 0x40000084; symbol
|
/hal_espressif-latest/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.api.ld | 31 PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
|
D | esp32h2.rom.ld | 48 uart_tx_switch = 0x40000084; symbol
|
/hal_espressif-latest/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.api.ld | 27 PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
|
D | esp32s2.rom.ld | 698 PROVIDE ( uart_tx_switch = 0x400128e4 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.api.ld | 28 PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
|
D | esp32s3.rom.ld | 43 uart_tx_switch = 0x400006c0; symbol
|
/hal_espressif-latest/components/esp_rom/esp32c2/ld/ |
D | esp32c2.rom.api.ld | 30 PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
|
D | esp32c2.rom.ld | 48 uart_tx_switch = 0x40000080; symbol
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | uart.h | 199 void uart_tx_switch(uint8_t uart_no);
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | uart.h | 199 void uart_tx_switch(uint8_t uart_no);
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | uart.h | 197 void uart_tx_switch(uint8_t uart_no);
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | uart.h | 199 void uart_tx_switch(uint8_t uart_no);
|
/hal_espressif-latest/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.eco7.ld | 93 uart_tx_switch = 0x40001c44; symbol
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | uart.h | 212 void uart_tx_switch(uint8_t uart_no);
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | uart.h | 227 void uart_tx_switch(uint8_t uart_no);
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32c5_beta_3.ld | 59 uart_tx_switch = 0x40000084; symbol
|
D | rom_32h2.ld | 59 uart_tx_switch = 0x40000084; symbol
|
D | rom_32c6.ld | 59 uart_tx_switch = 0x40000084; symbol
|
D | rom_32p4.ld | 59 uart_tx_switch = 0x4fc00084; symbol
|
D | rom_32s2.ld | 938 PROVIDE ( uart_tx_switch = 0x400128e4 ); symbol
|
D | rom_32h2_beta_2.ld | 57 uart_tx_switch = 0x40000080; symbol
|