Zephyr API Documentation 4.4.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ump_endpoint_dt_spec Struct Reference

UMP endpoint specification. More...

#include </home/arun/zephyr_dev/mchp_zephyrproject/zephyr/lib/midi2/ump_stream_responder.h>

Data Fields

const char * name
 Name of this endpoint, or NULL if unnamed.
 
size_t n_blocks
 Number of function blocks in this endpoint.
 
struct ump_block_dt_spec blocks []
 Function blocks in this endpoint.
 

Detailed Description

UMP endpoint specification.

Field Documentation

◆ blocks

struct ump_block_dt_spec ump_endpoint_dt_spec::blocks[]

Function blocks in this endpoint.

◆ n_blocks

size_t ump_endpoint_dt_spec::n_blocks

Number of function blocks in this endpoint.

◆ name

const char* ump_endpoint_dt_spec::name

Name of this endpoint, or NULL if unnamed.


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