Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SharpCoder/teensycore
/ get_rx_buffer
Method
get_rx_buffer
src/serio.rs:310–312 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
308
}
309
310
pub fn get_rx_buffer(&mut self) -> &mut Str {
311
return &mut self.rx_buffer;
312
}
313
314
fn handle_receive_irq(&mut self) {
315
let irq_statuses = uart_get_irq_statuses(self.device);
Callers
1
serial_read
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected