Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
Configuration for the UMP Stream responder. More...
#include </__w/zephyr/zephyr/lib/midi2/ump_stream_responder.h>
Data Fields | |
void * | dev |
The device to send reply packets. | |
void(* | send )(void *dev, const struct midi_ump ump) |
The function to call to send a reply packet. | |
const struct ump_endpoint_dt_spec * | ep_spec |
The UMP endpoint specification. |
Configuration for the UMP Stream responder.
void* ump_stream_responder_cfg::dev |
The device to send reply packets.
const struct ump_endpoint_dt_spec* ump_stream_responder_cfg::ep_spec |
The UMP endpoint specification.
The function to call to send a reply packet.