AIROC™ BTSDK v4.4 - Documentation | ||||
Defines the utilities for configuring the I2S. More...
Data Structures | |
struct | wiced_hal_pcm_param_t |
WICED PCM parameter config. More... | |
struct | wiced_hal_pcm_config_t |
WICED PCM/I2s config. More... | |
Enumerations | |
enum | wiced_hal_pcm_role_t { WICED_HAL_PCM_SLAVE = 0, WICED_HAL_PCM_MASTER } |
WICED PCM/I2S role. More... | |
enum | wiced_hal_pcm_clk_t { WICED_HAL_PCM_RATE_128K = 0, WICED_HAL_PCM_RATE_256K, WICED_HAL_PCM_RATE_512K, WICED_HAL_PCM_RATE_1024K, WICED_HAL_PCM_RATE_2048K } |
WICED PCM/I2S clock rate. More... | |
enum | wiced_hal_pcm_data_order_t { WICED_HAL_PCM_MSB_FIRST = 0, WICED_HAL_PCM_LSB_FIRST } |
WICED PCM/I2S data order. More... | |
enum | wiced_hal_pcm_sync_type_t { WICED_HAL_PCM_FRAME_TYPE_SHORT = 0, WICED_HAL_PCM_FRAME_TYPE_LONG } |
WICED PCM/I2S frame type. More... | |
enum | wiced_hal_pcm_right_justify_t { WICED_HAL_PCM_DISABLE_RIGHT_JUSTIFY = 0, WICED_HAL_PCM_ENABLE_RIGHT_JUSTIFY } |
WICED PCM/I2S Right justify. More... | |
enum | wiced_hal_pcm_fill_data_t { WICED_HAL_PCM_FILL_0S = 0, WICED_HAL_PCM_FILL_1S, WICED_HAL_PCM_FILL_SIGNED, WICED_HAL_PCM_FILL_PROG } |
WICED PCM/I2S fillData. More... | |
enum | wiced_hal_pcm_path_t { WICED_HAL_I2S_MODE = 0, WICED_HAL_PCM_MODE } |
WICED HAL PCM/I2S path. | |
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... | |
void | wiced_hal_pcm_select_pads (uint8_t pcm_clk, uint8_t pcm_sync, uint8_t pcm_out, uint8_t pcm_in) |
Function wiced_hal_pcm_select_pads. More... | |
Defines the utilities for configuring the I2S.
enum wiced_hal_pcm_clk_t |
WICED PCM/I2S fillData.
The total number of bits per slot is always sixteen. Unused bits will be filled as defined by fillData.
enum wiced_hal_pcm_role_t |
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_BT_I2S_MODE role = WICED_BT_I2SPCM_MASTER pcm_param = NULL
void wiced_hal_pcm_select_pads | ( | uint8_t | pcm_clk, |
uint8_t | pcm_sync, | ||
uint8_t | pcm_out, | ||
uint8_t | pcm_in | ||
) |
Function wiced_hal_pcm_select_pads.
Selects the PCM clock, sync, data out and data in, LHL pins for the PCM peripheral to use.
[in] | pcm_clk | : PCM Clock Pin |
[in] | pcm_sync | : PCM Sync Pin |
[in] | pcm_out | : PCM Data Out Pin |
[in] | pcm_in | : PCM Data In Pin |
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 |