Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_analog_common.c179 …const cyhal_resource_pin_mapping_t *comp_map = (NC != comp_out) ? _CYHAL_UTILS_GET_RESOURCE(comp_… in _cyhal_opamp_init_common() local
182 …== vin_m_map)) || ((NC != vout) && (NULL == vout_map)) || ((NC != comp_out) && (NULL == comp_map))) in _cyhal_opamp_init_common()
190 || (NULL != comp_map && (false == _cyhal_utils_map_resources_equal(vin_p_map, comp_map))))) in _cyhal_opamp_init_common()
234 … result = _cyhal_utils_reserve_and_connect(comp_map, CYHAL_PIN_MAP_DRIVE_MODE_OPAMP_DSI_CTB_CMP); in _cyhal_opamp_init_common()