Home
last modified time | relevance | path

Searched defs:uart_obj (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.5.0/components/driver/
Duart.c1415 static void uart_free_driver_obj(uart_obj_t *uart_obj) in uart_free_driver_obj()
1459 uart_obj_t *uart_obj = heap_caps_calloc(1, sizeof(uart_obj_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj() local