未验证 提交 21beba79 编写于 作者: Z ZHU Hao 提交者: GitHub

Update api_fmrx.h

上级 3e65ce5d
......@@ -3,39 +3,39 @@
/**
* @brief Synchronize between FMRX and DAC
*
*
* @param buf_size Size of audio buffer.
*/
void fmrx_dac_sync(uint32_t buf_size);
/**
* @brief FMRX power on.
*
*
* @param val Make it zero now.
*/
void fmrx_power_on(uint32_t val);
/**
* @brief FMRX power off.
*
*
*/
void fmrx_power_off(void);
/**
* @brief FMRX digital start.
*
*
*/
void fmrx_digital_start(void);
/**
* @brief FMRX digital stop.
*
*
*/
void fmrx_digital_stop(void);
/**
* @brief FMRX dma to aubuf enable.
*
*
* @param enable RT_TRUE or RT_FALSE.
*/
void fmrx_dma_to_aubuf(uint8_t enable);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册