Zephyr Project API 4.1.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
usbd_midi_ops Struct Reference

MIDI2 application event handlers. More...

#include <usbd_midi2.h>

Data Fields

void(* rx_packet_cb )(const struct device *dev, const struct midi_ump ump)
 Callback type for incoming Universal MIDI Packets from host.
 
void(* ready_cb )(const struct device *dev, const bool ready)
 Callback type for MIDI2 interface runtime status change.
 

Detailed Description

MIDI2 application event handlers.

Field Documentation

◆ ready_cb

void(* usbd_midi_ops::ready_cb) (const struct device *dev, const bool ready)

Callback type for MIDI2 interface runtime status change.

Parameters
[in]devThe MIDI2 device
[in]readyTrue if the interface is enabled by the host

◆ rx_packet_cb

void(* usbd_midi_ops::rx_packet_cb) (const struct device *dev, const struct midi_ump ump)

Callback type for incoming Universal MIDI Packets from host.

Parameters
[in]devThe MIDI2 device receiving the packet
[in]umpThe received packet in Universal MIDI Packet format

The documentation for this struct was generated from the following file: