Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ump_stream_responder_cfg Struct Reference

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_specep_spec
 The UMP endpoint specification.

Detailed Description

Configuration for the UMP Stream responder.

Field Documentation

◆ dev

void* ump_stream_responder_cfg::dev

The device to send reply packets.

◆ ep_spec

const struct ump_endpoint_dt_spec* ump_stream_responder_cfg::ep_spec

The UMP endpoint specification.

◆ send

void(* ump_stream_responder_cfg::send) (void *dev, const struct midi_ump ump)

The function to call to send a reply packet.


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