Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/
Dcyhal_utils.c63 cyhal_resource_inst_t inst = { rsc, pin_map[i].block_num, pin_map[i].channel_num }; in _cyhal_utils_try_alloc() local
64 if (CY_RSLT_SUCCESS == cyhal_hwmgr_reserve(&inst)) in _cyhal_utils_try_alloc()
Dcyhal_comp_ctb.c101 … cyhal_comp_t* inst = _cyhal_comp_ctb_config_structs[(ctb_num * _CYHAL_OPAMP_PER_CTB) + oa_num]; in _cyhal_ctb_get_interrupt_source() local
102 if (NULL != inst) in _cyhal_ctb_get_interrupt_source()
104 return inst; in _cyhal_ctb_get_interrupt_source()
Dcyhal_adc_mic.c267 …cyhal_resource_inst_t inst = { CYHAL_RSC_ADCMIC, cyhal_pin_map_adcmic_gpio_adc_in[i].block_num, 0 … in _cyhal_adc_config_hw() local
268 if (CY_RSLT_SUCCESS == cyhal_hwmgr_reserve(&inst)) in _cyhal_adc_config_hw()
270 obj->resource = inst; in _cyhal_adc_config_hw()