MCPcopy 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
33pub struct EndpointConfig {

Callers 4

rx_queue_transferFunction · 0.80
usb_serial_flushFunction · 0.80
endpoint0_setupFunction · 0.80
endpoint0_transmitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected