MCPcopy Create free account
hub / github.com/kiibohd/controller / teensy_close

Function teensy_close

LoadFile/teensy_loader_cli.c:300–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void teensy_close()
301{
302 if ( !libusb_teensy_handle)
303 return;
304
305 libusb_release_interface( libusb_teensy_handle, 0 );
306 libusb_close( libusb_teensy_handle );
307
308 libusb_teensy_handle = NULL;
309}
310
311int hard_reboot()
312{

Callers 2

mainFunction · 0.85
teensy_openFunction · 0.85

Calls 1

close_usb_deviceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…