Searched defs:_snd_ump_msg_hdr (Results 1 – 1 of 1) sorted by relevance
19 typedef struct _snd_ump_msg_hdr { struct21 uint8_t type:4; /**< UMP packet type */22 uint8_t group:4; /**< UMP Group */23 uint8_t status:4; /**< Status */24 uint8_t channel:4; /**< Channel */25 uint8_t byte1; /**< First data byte */26 uint8_t byte2; /**< Second data byte */