Searched refs:cy_en_i2s_len_t (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_i2s.h | 283 } cy_en_i2s_len_t; typedef 363 cy_en_i2s_len_t txChannelLength; /**< TX channel length, see #cy_en_i2s_len_t, 366 cy_en_i2s_len_t txWordLength; /**< TX word length, see #cy_en_i2s_len_t, 403 cy_en_i2s_len_t rxChannelLength; /**< RX channel length, see #cy_en_i2s_len_t, 406 cy_en_i2s_len_t rxWordLength; /**< RX word length, see #cy_en_i2s_len_t,
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_audio_common.c | 73 static cy_rslt_t _cyhal_audioss_length_to_pdl(uint8_t user_length, cy_en_i2s_len_t *pdl_length, con… 74 static uint8_t _cyhal_audioss_length_from_pdl(cy_en_i2s_len_t pdl_length); 1595 pdl_config->rxChannelLength = (cy_en_i2s_len_t)_FLD2VAL(I2S_RX_CTL_CH_LEN, rx_ctl_val); in _cyhal_audioss_reconstruct_pdl_config() 1596 pdl_config->rxWordLength = (cy_en_i2s_len_t)_FLD2VAL(I2S_RX_CTL_WORD_LEN, rx_ctl_val); 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() 1691 cy_en_i2s_len_t pdl_word_length_tx, pdl_channel_length_tx; in _cyhal_audioss_populate_pdl_config() 1698 cy_en_i2s_len_t pdl_word_length_rx, pdl_channel_length_rx; in _cyhal_audioss_populate_pdl_config() 2010 static uint8_t _cyhal_audioss_length_from_pdl(cy_en_i2s_len_t pdl_length) in _cyhal_audioss_length_from_pdl() 2032 static cy_rslt_t _cyhal_audioss_length_to_pdl(uint8_t user_length, cy_en_i2s_len_t *pdl_length, con… in _cyhal_audioss_length_to_pdl()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_i2s.c | 58 cy_en_i2s_len_t channelLength; in Cy_I2S_Init()
|