MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / get_reply_buf_free_size

Method get_reply_buf_free_size

kernel/cellos/src/sys_uart.cpp:1949–1951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected