Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
Topics | |
UMP Stream Function Block discovery message filter bits | |
UMP Stream endpoint discovery message filter bits | |
UMP Stream format | |
UMP Stream status |
Macros | |
#define | UMP_STREAM_FORMAT(ump) |
Format of a UMP Stream message. | |
#define | UMP_STREAM_STATUS(ump) |
Status field of a UMP Stream message. | |
#define | UMP_STREAM_EP_DISCOVERY_FILTER(ump) |
Filter bitmap of an Endpoint Discovery message. | |
#define | UMP_STREAM_FB_DISCOVERY_FILTER(ump) |
Filter bitmap of a Function Block Discovery message. | |
#define | UMP_STREAM_FB_DISCOVERY_NUM(ump) |
Block number requested in a Function Block Discovery message. |
#define UMP_STREAM_EP_DISCOVERY_FILTER | ( | ump | ) |
#include <zephyr/audio/midi.h>
Filter bitmap of an Endpoint Discovery message.
[in] | ump | Universal MIDI Packet (containing an Endpoint Discovery message) |
#define UMP_STREAM_FB_DISCOVERY_FILTER | ( | ump | ) |
#include <zephyr/audio/midi.h>
Filter bitmap of a Function Block Discovery message.
[in] | ump | Universal MIDI Packet (containing a Function Block Discovery message) |
#define UMP_STREAM_FB_DISCOVERY_NUM | ( | ump | ) |
#include <zephyr/audio/midi.h>
Block number requested in a Function Block Discovery message.
[in] | ump | Universal MIDI Packet (containing a Function Block Discovery message) |
#define UMP_STREAM_FORMAT | ( | ump | ) |
#include <zephyr/audio/midi.h>
Format of a UMP Stream message.
[in] | ump | Universal MIDI Packet (containing a UMP Stream message) |
#define UMP_STREAM_STATUS | ( | ump | ) |
#include <zephyr/audio/midi.h>
Status field of a UMP Stream message.
[in] | ump | Universal MIDI Packet (containing a UMP Stream message) |