AudioSettingsTypeDef is only used within STemWin.
 
Symbols
loading...
Files
loading...

AudioSettingsTypeDef union

Syntax

typedef union {   uint32_t d32;   struct   {     uint32_t repeat         : 2;     uint32_t pause          : 1;     uint32_t play           : 1;     uint32_t stop           : 1;         uint32_t mute           : 1;     uint32_t volume         : 8;        uint32_t reserved       : 18;   }b; } AudioSettingsTypeDef;

Fields

d32

No summary provided. Read more...

b

No summary provided. Read more...

Type Use

Variables of AudioSettingsTypeDef type
all items filtered out
AudioSettingsTypeDef
all items filtered out
AudioSettingsTypeDef
all items filtered out