| 1947 | } |
| 1948 | |
| 1949 | u32 vuart_av_thread::get_reply_buf_free_size() { |
| 1950 | return sizeof(temp_rx_buf.buf) - temp_rx_buf.crnt_size; |
| 1951 | } |
| 1952 | |
| 1953 | template <bool UseScBuffer> |
| 1954 | void vuart_av_thread::write_resp(u32 cid, u32 status, const void *data, |
no outgoing calls
no test coverage detected