Searched refs:uart_no (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/esp_rom/patches/ |
D | esp_rom_uart.c | 20 IRAM_ATTR void esp_rom_uart_tx_wait_idle(uint8_t uart_no) in esp_rom_uart_tx_wait_idle() argument 22 while (!uart_ll_is_tx_idle(UART_LL_GET_HW(uart_no))) {}; in esp_rom_uart_tx_wait_idle() 26 IRAM_ATTR void esp_rom_uart_set_clock_baudrate(uint8_t uart_no, uint32_t clock_hz, uint32_t baud_ra… in esp_rom_uart_set_clock_baudrate() argument 28 uart_ll_set_baudrate(UART_LL_GET_HW(uart_no), baud_rate, clock_hz); in esp_rom_uart_set_clock_baudrate() 39 IRAM_ATTR void esp_rom_uart_set_as_console(uint8_t uart_no) in esp_rom_uart_set_as_console() argument 51 uart_tx_switch(uart_no); in esp_rom_uart_set_as_console() 56 IRAM_ATTR void esp_rom_uart_switch_buffer(uint8_t uart_no) in esp_rom_uart_switch_buffer() argument 59 uart->buff_uart_no = uart_no; in esp_rom_uart_switch_buffer()
|
/hal_espressif-latest/components/esp_rom/include/ |
D | esp_rom_uart.h | 28 void esp_rom_uart_tx_wait_idle(uint8_t uart_no); 37 void esp_rom_uart_set_clock_baudrate(uint8_t uart_no, uint32_t clock_hz, uint32_t baud_rate); 44 void esp_rom_uart_flush_tx(uint8_t uart_no); 91 void esp_rom_uart_set_as_console(uint8_t uart_no); 101 void esp_rom_uart_switch_buffer(uint8_t uart_no);
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | uart.h | 177 void Uart_Init(uint8_t uart_no, uint32_t clock); 189 void uart_div_modify(uint8_t uart_no, uint32_t DivLatchValue); 203 void uart_div_reinit(uint8_t uart_no, uint32_t clock); 217 int uart_baudrate_detect(uint8_t uart_no, uint8_t is_sync); 227 void uart_tx_switch(uint8_t uart_no); 237 void uart_buff_switch(uint8_t uart_no); 265 void uart_tx_flush(uint8_t uart_no); 275 void uart_tx_wait_idle(uint8_t uart_no); 419 uint8_t UartConnCheck(uint8_t uart_no);
|
D | ets_sys.h | 130 void ets_set_printf_channel(uint8_t uart_no);
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | uart.h | 177 void Uart_Init(uint8_t uart_no, uint32_t clock); 189 void uart_div_modify(uint8_t uart_no, uint32_t DivLatchValue); 202 int uart_baudrate_detect(uint8_t uart_no, uint8_t is_sync); 212 void uart_tx_switch(uint8_t uart_no); 222 void uart_buff_switch(uint8_t uart_no); 250 void uart_tx_flush(uint8_t uart_no); 260 static inline void IRAM_ATTR uart_tx_wait_idle(uint8_t uart_no) { in uart_tx_wait_idle() argument 263 status = READ_PERI_REG(UART_STATUS_REG(uart_no)); in uart_tx_wait_idle()
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | uart.h | 177 void Uart_Init(uint8_t uart_no, uint32_t clock); 189 void uart_div_modify(uint8_t uart_no, uint32_t DivLatchValue); 199 void uart_tx_switch(uint8_t uart_no); 227 void uart_tx_flush(uint8_t uart_no); 237 void uart_tx_wait_idle(uint8_t uart_no);
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | uart.h | 177 void Uart_Init(uint8_t uart_no, uint32_t clock); 189 void uart_div_modify(uint8_t uart_no, uint32_t DivLatchValue); 199 void uart_tx_switch(uint8_t uart_no); 227 void uart_tx_flush(uint8_t uart_no); 237 void uart_tx_wait_idle(uint8_t uart_no);
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | uart.h | 175 void Uart_Init(uint8_t uart_no, uint32_t clock); 187 void uart_div_modify(uint8_t uart_no, uint32_t DivLatchValue); 197 void uart_tx_switch(uint8_t uart_no); 225 void uart_tx_flush(uint8_t uart_no); 235 void uart_tx_wait_idle(uint8_t uart_no);
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | uart.h | 177 void Uart_Init(uint8_t uart_no, uint32_t clock); 189 void uart_div_modify(uint8_t uart_no, uint32_t DivLatchValue); 199 void uart_tx_switch(uint8_t uart_no); 227 void uart_tx_flush(uint8_t uart_no); 237 void uart_tx_wait_idle(uint8_t uart_no);
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | uart.h | 177 void Uart_Init(uint8_t uart_no, uint32_t clock); 189 void uart_div_modify(uint8_t uart_no, uint32_t DivLatchValue); 217 void uart_tx_flush(uint8_t uart_no); 227 void uart_tx_wait_idle(uint8_t uart_no);
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_wake_stub.c | 87 void RTC_IRAM_ATTR esp_wake_stub_uart_tx_wait_idle(uint8_t uart_no) in esp_wake_stub_uart_tx_wait_idle() argument 89 while (!uart_ll_is_tx_idle(UART_LL_GET_HW(uart_no))) {}; in esp_wake_stub_uart_tx_wait_idle()
|
/hal_espressif-latest/components/esp_hw_support/include/ |
D | esp_wake_stub.h | 46 void esp_wake_stub_uart_tx_wait_idle(uint8_t uart_no);
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | rom_functions.h | 27 void uart_div_modify(uint32_t uart_no, uint32_t baud_div);
|