Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_audio_common.c412 … bool rx_en, bool tx_en, bool mclk_rx, bool mclk_tx);
923 bool rx_en = (CYHAL_NC_PIN_VALUE != obj->pin_rx_sdi); in _cyhal_audioss_init() local
926 bool rx_en = false; in _cyhal_audioss_init() local
929 …s_populate_pdl_config(obj, &pdl_config, config, sclk_div_rx, sclk_div_tx, rx_en, tx_en, rx_mclk, t… in _cyhal_audioss_init()
1688 … bool rx_en, bool tx_en, bool mclk_rx, bool mclk_tx) in _cyhal_audioss_populate_pdl_config() argument
1713 pdl_config->rxEnabled = rx_en; in _cyhal_audioss_populate_pdl_config()
1730 CY_UNUSED_PARAMETER(rx_en); in _cyhal_audioss_populate_pdl_config()
1803 pdl_config->rx_config->enable = rx_en; in _cyhal_audioss_populate_pdl_config()