Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SharpCoder/teensycore
/ as_ptr
Method
as_ptr
src/phys/usb/models.rs:28–30 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
26
}
27
28
pub fn as_ptr(&self) -> *const BufferPage {
29
return self as *const BufferPage;
30
}
31
}
32
33
pub struct EndpointConfig {
Callers
4
rx_queue_transfer
Function · 0.80
usb_serial_flush
Function · 0.80
endpoint0_setup
Function · 0.80
endpoint0_transmit
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected