Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/driver/
Duart.c150 } uart_obj_t; typedef
158 static uart_obj_t *p_uart_obj[UART_NUM_MAX] = {0};
809 uart_obj_t *p_uart = (uart_obj_t *) param; in uart_rx_intr_handler_default()
1352 uart_obj_t *p_uart = p_uart_obj[uart_num]; in uart_flush_input()
1415 static void uart_free_driver_obj(uart_obj_t *uart_obj) in uart_free_driver_obj()
1457 static uart_obj_t *uart_alloc_driver_obj(int event_queue_size, int tx_buffer_size, int rx_buffer_si… in uart_alloc_driver_obj()
1459 uart_obj_t *uart_obj = heap_caps_calloc(1, sizeof(uart_obj_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj()