Searched refs:word_length (Results 1 – 12 of 12) sorted by relevance
/hal_infineon-3.4.0/XMCLib/drivers/inc/ |
D | xmc_i2s.h | 598 …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()
|
D | xmc_uart.h | 416 …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()
|
D | xmc_spi.h | 913 …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()
|
D | xmc_usic.h | 1094 …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/ |
D | cyhal_i2s.c | 171 .word_length = config->word_length, in cyhal_i2s_init()
|
D | cyhal_tdm.c | 175 .word_length = config->word_length, in cyhal_tdm_init()
|
D | cyhal_pdmpcm.c | 716 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()
|
D | cyhal_audio_common.c | 493 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/ |
D | cyhal_pdmpcm.h | 138 …uint8_t word_length; /**< PCM word length in bits, see the implementation specific document… member
|
D | cyhal_i2s.h | 204 uint8_t word_length; member
|
D | cyhal_tdm.h | 232 uint8_t word_length; member
|
/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/include/ |
D | cyhal_audio_common.h | 71 uint8_t word_length; member
|