Home
last modified time | relevance | path

Searched refs:uart_tx_switch (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_uart.c42 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/
Desp32.rom.api.ld27 PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.api.ld31 PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
Desp32c6.rom.ld48 uart_tx_switch = 0x40000084; symbol
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.api.ld31 PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
Desp32h2.rom.ld48 uart_tx_switch = 0x40000084; symbol
/hal_espressif-latest/components/esp_rom/esp32s2/ld/
Desp32s2.rom.api.ld27 PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
Desp32s2.rom.ld698 PROVIDE ( uart_tx_switch = 0x400128e4 ); symbol
/hal_espressif-latest/components/esp_rom/esp32s3/ld/
Desp32s3.rom.api.ld28 PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
Desp32s3.rom.ld43 uart_tx_switch = 0x400006c0; symbol
/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.api.ld30 PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
Desp32c2.rom.ld48 uart_tx_switch = 0x40000080; symbol
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Duart.h199 void uart_tx_switch(uint8_t uart_no);
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Duart.h199 void uart_tx_switch(uint8_t uart_no);
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Duart.h197 void uart_tx_switch(uint8_t uart_no);
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Duart.h199 void uart_tx_switch(uint8_t uart_no);
/hal_espressif-latest/components/esp_rom/esp32c3/ld/
Desp32c3.rom.eco7.ld93 uart_tx_switch = 0x40001c44; symbol
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Duart.h212 void uart_tx_switch(uint8_t uart_no);
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Duart.h227 void uart_tx_switch(uint8_t uart_no);
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32c5_beta_3.ld59 uart_tx_switch = 0x40000084; symbol
Drom_32h2.ld59 uart_tx_switch = 0x40000084; symbol
Drom_32c6.ld59 uart_tx_switch = 0x40000084; symbol
Drom_32p4.ld59 uart_tx_switch = 0x4fc00084; symbol
Drom_32s2.ld938 PROVIDE ( uart_tx_switch = 0x400128e4 ); symbol
Drom_32h2_beta_2.ld57 uart_tx_switch = 0x40000080; symbol

12