Home
last modified time | relevance | path

Searched refs:tx_ctl_val (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-3.5.0/mtb-hal-cat1/source/
Dcyhal_audio_common.c1613 uint32_t tx_ctl_val = REG_I2S_TX_CTL(base); in _cyhal_audioss_reconstruct_pdl_config() local
1615 pdl_config->txMasterMode = _FLD2BOOL(I2S_TX_CTL_MS, tx_ctl_val); in _cyhal_audioss_reconstruct_pdl_config()
1616 pdl_config->txSckiInversion = _FLD2BOOL(I2S_TX_CTL_SCKI_POL, tx_ctl_val); in _cyhal_audioss_reconstruct_pdl_config()
1617 pdl_config->txSdoLatchingTime = _FLD2BOOL(I2S_TX_CTL_B_CLOCK_INV, tx_ctl_val);; in _cyhal_audioss_reconstruct_pdl_config()
1624 pdl_config->txAlignment = (cy_en_i2s_alignment_t)_FLD2VAL(I2S_TX_CTL_I2S_MODE, tx_ctl_val); in _cyhal_audioss_reconstruct_pdl_config()
1625 pdl_config->txWsPulseWidth = (cy_en_i2s_ws_pw_t)_FLD2VAL(I2S_TX_CTL_WS_PULSE, tx_ctl_val); in _cyhal_audioss_reconstruct_pdl_config()
1627 pdl_config->txSckoInversion = _FLD2BOOL(I2S_TX_CTL_SCKO_POL, tx_ctl_val); in _cyhal_audioss_reconstruct_pdl_config()
1630 pdl_config->txChannels = ((uint8_t)_FLD2VAL(I2S_TX_CTL_CH_NR, tx_ctl_val)) + 1; in _cyhal_audioss_reconstruct_pdl_config()
1631 pdl_config->txChannelLength = (cy_en_i2s_len_t)_FLD2VAL(I2S_TX_CTL_CH_LEN, tx_ctl_val); in _cyhal_audioss_reconstruct_pdl_config()
1632 pdl_config->txWordLength = (cy_en_i2s_len_t)_FLD2VAL(I2S_TX_CTL_WORD_LEN, tx_ctl_val); in _cyhal_audioss_reconstruct_pdl_config()
[all …]