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 | |
const void * | dev |
The device to send reply packets. | |
ump_send_func | send |
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.
const 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.
ump_send_func ump_stream_responder_cfg::send |
The function to call to send a reply packet.