Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/XMCLib/drivers/inc/
Dxmc_i2s.h598 …TATIC_INLINE void XMC_I2S_CH_SetWordLength(XMC_USIC_CH_t *const channel, const uint8_t word_length) in XMC_I2S_CH_SetWordLength() argument
600 XMC_USIC_CH_SetWordLength(channel, word_length); in XMC_I2S_CH_SetWordLength()
Dxmc_uart.h416 …ATIC_INLINE void XMC_UART_CH_SetWordLength(XMC_USIC_CH_t *const channel, const uint8_t word_length) in XMC_UART_CH_SetWordLength() argument
418 XMC_USIC_CH_SetWordLength(channel, word_length); in XMC_UART_CH_SetWordLength()
Dxmc_spi.h913 …TATIC_INLINE void XMC_SPI_CH_SetWordLength(XMC_USIC_CH_t *const channel, const uint8_t word_length) in XMC_SPI_CH_SetWordLength() argument
915 XMC_USIC_CH_SetWordLength(channel, word_length); in XMC_SPI_CH_SetWordLength()
Dxmc_usic.h1094 …ATIC_INLINE void XMC_USIC_CH_SetWordLength(XMC_USIC_CH_t *const channel, const uint8_t word_length) in XMC_USIC_CH_SetWordLength() argument
1097 (uint32_t)(((uint32_t)word_length - 1UL) << USIC_CH_SCTR_WLE_Pos); in XMC_USIC_CH_SetWordLength()
/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/
Dcyhal_i2s.c171 .word_length = config->word_length, in cyhal_i2s_init()
Dcyhal_tdm.c175 .word_length = config->word_length, in cyhal_tdm_init()
Dcyhal_pdmpcm.c716 static inline cy_rslt_t _cyhal_pdm_pcm_word_length_to_pdl(uint8_t word_length, cy_en_pdm_pcm_word_s… in _cyhal_pdm_pcm_word_length_to_pdl() argument
718 switch(word_length) in _cyhal_pdm_pcm_word_length_to_pdl()
853 switch(cfg->word_length) in _cyhal_pdm_pcm_set_pdl_config_struct()
961 result = _cyhal_pdm_pcm_word_length_to_pdl(cfg->word_length, &pdl_chan_config->wordSize); in _cyhal_pdm_pcm_set_pdl_config_struct()
1112 uint8_t word_length = _cyhal_pdm_pcm_word_length_from_pdl(pdl_struct->wordLen); in _cyhal_pdm_pcm_init_hw() local
1118 uint8_t word_length = _cyhal_pdm_pcm_word_length_from_pdl(pdl_chan_struct->wordSize); in _cyhal_pdm_pcm_init_hw() local
1120 if(word_length <= 8) in _cyhal_pdm_pcm_init_hw()
1124 else if(word_length <= 16) in _cyhal_pdm_pcm_init_hw()
Dcyhal_audio_common.c493 obj->word_length_tx = config->word_length; in _cyhal_audioss_init()
496 obj->word_length_rx = config->word_length; in _cyhal_audioss_init()
1724 uint8_t word_length = is_tx ? obj->word_length_tx : obj->word_length_rx; in _cyhal_audioss_rounded_word_length() local
1727 uint8_t word_length = obj->word_length_tx; in _cyhal_audioss_rounded_word_length()
1729 CY_ASSERT(word_length <= 32); in _cyhal_audioss_rounded_word_length()
1730 if(word_length <= 8) in _cyhal_audioss_rounded_word_length()
1734 else if(word_length <= 16) in _cyhal_audioss_rounded_word_length()
/hal_infineon-3.4.0/mtb-hal-cat1/include/
Dcyhal_pdmpcm.h138 …uint8_t word_length; /**< PCM word length in bits, see the implementation specific document… member
Dcyhal_i2s.h204 uint8_t word_length; member
Dcyhal_tdm.h232 uint8_t word_length; member
/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/include/
Dcyhal_audio_common.h71 uint8_t word_length; member