Zephyr Project API 4.0.99
A Scalable Open Source RTOS
|
Go to the source code of this file.
Data Structures | |
struct | usbd_midi_ops |
MIDI2 application event handlers. More... | |
Functions | |
int | usbd_midi_send (const struct device *dev, const struct midi_ump ump) |
Send a Universal MIDI Packet to the host. | |
void | usbd_midi_set_ops (const struct device *dev, const struct usbd_midi_ops *ops) |
Set the application event handlers on a USB MIDI device. | |