RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <dev_audio.h>
成员变量 | |
struct rt_mempool * | mp |
struct rt_data_queue | queue |
struct rt_mutex | lock |
struct rt_completion | cmp |
struct rt_audio_buf_info | buf_info |
rt_uint8_t * | write_data |
rt_uint16_t | write_index |
rt_uint16_t | read_index |
rt_uint32_t | pos |
rt_uint8_t | event |
rt_bool_t | activated |
在文件 dev_audio.h 第 133 行定义.
struct rt_mempool* rt_audio_replay::mp |
在文件 dev_audio.h 第 135 行定义.
struct rt_data_queue rt_audio_replay::queue |
在文件 dev_audio.h 第 136 行定义.
struct rt_mutex rt_audio_replay::lock |
在文件 dev_audio.h 第 137 行定义.
struct rt_completion rt_audio_replay::cmp |
在文件 dev_audio.h 第 138 行定义.
struct rt_audio_buf_info rt_audio_replay::buf_info |
在文件 dev_audio.h 第 139 行定义.
rt_uint8_t* rt_audio_replay::write_data |
在文件 dev_audio.h 第 140 行定义.
rt_uint16_t rt_audio_replay::write_index |
在文件 dev_audio.h 第 141 行定义.
rt_uint16_t rt_audio_replay::read_index |
在文件 dev_audio.h 第 142 行定义.
rt_uint32_t rt_audio_replay::pos |
在文件 dev_audio.h 第 143 行定义.
rt_uint8_t rt_audio_replay::event |
在文件 dev_audio.h 第 144 行定义.
rt_bool_t rt_audio_replay::activated |
在文件 dev_audio.h 第 145 行定义.