Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_audio_common.c599 …const cyhal_resource_pin_mapping_t *tx_sdo_map = (NULL != tx_pins) ? _CYHAL_UTILS_GET_RESOURCE(tx_… in _cyhal_audioss_init() local
655 if(NULL != tx_sck_map && NULL != tx_ws_map && NULL != tx_sdo_map in _cyhal_audioss_init()
656 && _cyhal_utils_map_resources_equal_all(3, tx_sck_map, tx_ws_map, tx_sdo_map)) in _cyhal_audioss_init()
765 … result = _cyhal_utils_reserve_and_connect(tx_sdo_map, (uint8_t)_CYHAL_AUDIOSS_DRIVE_MODE_TX_SDO); in _cyhal_audioss_init()