Update api_fmrx.h

This commit is contained in:
ZHU Hao 2021-05-13 11:58:09 +08:00 committed by GitHub
parent 3e65ce5d03
commit 21beba7913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -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);