AIROC™ BTSDK v4.7 - Documentation | ||||
Wiced PCM Utilities. More...
Data Structures | |
struct | wiced_hal_pcm_param_t |
struct | wiced_hal_pcm_config_t |
Functions | |
void | wiced_hal_set_pcm_config (wiced_hal_pcm_config_t *pcm_config) |
Function wiced_hal_set_pcm_config. More... | |
wiced_hal_pcm_config_t * | wiced_hal_get_pcm_config (void) |
Function wiced_hal_get_pcm_config. More... | |
Wiced PCM Utilities.
wiced_hal_pcm_config_t* wiced_hal_get_pcm_config | ( | void | ) |
Function wiced_hal_get_pcm_config.
To get the current pcm configuration
[in] | void |
Default values : mode = WICED_HAL_I2S_MODE role = WICED_HAL_I2SPCM_MASTER pcm_param = NULL
void wiced_hal_set_pcm_config | ( | wiced_hal_pcm_config_t * | pcm_config | ) |
Function wiced_hal_set_pcm_config.
To set the pcm configuration parameter
[in] | pcm_config | : strucure pointer |