Searched refs:rx_ring_buf_struct (Results 1 – 1 of 1) sorted by relevance
141 void *rx_ring_buf_struct; member1421 free(uart_obj->rx_ring_buf_struct); in uart_free_driver_obj()1453 … uart_obj->rx_ring_buf_struct = heap_caps_calloc(1, sizeof(StaticRingbuffer_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj()1459 … if (!uart_obj->rx_ring_buf_storage || !uart_obj->rx_ring_buf_struct || !uart_obj->rx_mux_struct || in uart_alloc_driver_obj()1479 uart_obj->rx_ring_buf_storage, uart_obj->rx_ring_buf_struct); in uart_alloc_driver_obj()