Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
UMP endpoint specification. More...
#include </__w/zephyr/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. |
UMP endpoint specification.
struct ump_block_dt_spec ump_endpoint_dt_spec::blocks[] |
Function blocks in this endpoint.
size_t ump_endpoint_dt_spec::n_blocks |
Number of function blocks in this endpoint.
const char* ump_endpoint_dt_spec::name |
Name of this endpoint, or NULL if unnamed.