Searched refs:uart_hal_write_txfifo (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | uart_hal_iram.c | 33 void uart_hal_write_txfifo(uart_hal_context_t *hal, const uint8_t *buf, uint32_t data_size, uint32_… in uart_hal_write_txfifo() function
|
/hal_espressif-latest/components/hal/include/hal/ |
D | uart_hal.h | 170 void uart_hal_write_txfifo(uart_hal_context_t *hal, const uint8_t *buf, uint32_t data_size, uint32_…
|
/hal_espressif-latest/components/esp_system/ |
D | panic.c | 87 uart_hal_write_txfifo(&s_panic_uart, (uint8_t *) &c, 1, &sz); in panic_print_char_uart()
|
/hal_espressif-latest/components/driver/uart/ |
D | uart.c | 760 uart_hal_write_txfifo(&(uart_context[uart_num].hal), pbuf, len, &sent_len); in uart_enable_tx_write_fifo()
|