Home
last modified time | relevance | path

Searched refs:rom_func_t (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_uart.c41 typedef void (*rom_func_t)(uint8_t); in esp_rom_uart_set_as_console() typedef
42 rom_func_t uart_tx_switch = NULL; in esp_rom_uart_set_as_console()
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()