Searched refs:hal_cfg (Results 1 – 1 of 1) sorted by relevance
410 const _cyhal_audioss_config_t* hal_cfg,1686 const _cyhal_audioss_config_t* hal_cfg, in _cyhal_audioss_populate_pdl_config() argument1715 pdl_config->rxMasterMode = !hal_cfg->is_rx_slave; in _cyhal_audioss_populate_pdl_config()1716 pdl_config->rxAlignment = hal_cfg->is_i2s ? CY_I2S_I2S_MODE : CY_I2S_TDM_MODE_A; in _cyhal_audioss_populate_pdl_config()1717 pdl_config->rxWsPulseWidth = hal_cfg->rx_ws_full in _cyhal_audioss_populate_pdl_config()1724 pdl_config->rxChannels = hal_cfg->num_channels; in _cyhal_audioss_populate_pdl_config()1747 pdl_config->txMasterMode = !hal_cfg->is_tx_slave; in _cyhal_audioss_populate_pdl_config()1762 pdl_config->txAlignment = hal_cfg->is_i2s ? CY_I2S_I2S_MODE : CY_I2S_TDM_MODE_A; in _cyhal_audioss_populate_pdl_config()1763 pdl_config->txWsPulseWidth = hal_cfg->tx_ws_full in _cyhal_audioss_populate_pdl_config()1768 pdl_config->txChannels = hal_cfg->num_channels; in _cyhal_audioss_populate_pdl_config()[all …]