RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <dev_audio.h>
成员变量 | ||
int | main_type | |
int | sub_type | |
union { | ||
rt_uint32_t mask | ||
int value | ||
struct rt_audio_configure config | ||
} | udata | |
在文件 dev_audio.h 第 120 行定义.
int rt_audio_caps::main_type |
在文件 dev_audio.h 第 122 行定义.
int rt_audio_caps::sub_type |
在文件 dev_audio.h 第 123 行定义.
rt_uint32_t rt_audio_caps::mask |
在文件 dev_audio.h 第 127 行定义.
int rt_audio_caps::value |
在文件 dev_audio.h 第 128 行定义.
struct rt_audio_configure rt_audio_caps::config |
在文件 dev_audio.h 第 129 行定义.
union { ... } rt_audio_caps::udata |