Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_i2s.c135 CY_ASSERT_L3(CY_I2S_IS_LEN_VALID(config->rxWordLength)); in Cy_I2S_Init()
143 CY_ASSERT_L3(CY_I2S_IS_CHAN_WORD_VALID(channelLength, config->rxWordLength)); in Cy_I2S_Init()
159 _VAL2FLD(I2S_RX_CTL_WORD_LEN, config->rxWordLength) | in Cy_I2S_Init()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_i2s.h406 cy_en_i2s_len_t rxWordLength; /**< RX word length, see #cy_en_i2s_len_t, member
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_audio_common.c961 obj->word_length_rx = _cyhal_audioss_length_from_pdl(cfg->config->rxWordLength); in _cyhal_audioss_init_cfg()
1596 pdl_config->rxWordLength = (cy_en_i2s_len_t)_FLD2VAL(I2S_RX_CTL_WORD_LEN, rx_ctl_val); in _cyhal_audioss_reconstruct_pdl_config()
1726 pdl_config->rxWordLength = pdl_word_length_rx; in _cyhal_audioss_populate_pdl_config()