Searched refs:comp_out (Results 1 – 2 of 2) sorted by relevance
158 …_t bad_arg_error, cyhal_gpio_t vin_p, cyhal_gpio_t vin_m, cyhal_gpio_t vout, cyhal_gpio_t comp_out) in _cyhal_opamp_init_common() argument179 …nst cyhal_resource_pin_mapping_t *comp_map = (NC != comp_out) ? _CYHAL_UTILS_GET_RESOURCE(comp_ou… in _cyhal_opamp_init_common()182 …(NULL == vin_m_map)) || ((NC != vout) && (NULL == vout_map)) || ((NC != comp_out) && (NULL == comp… in _cyhal_opamp_init_common()232 if(NC != comp_out) in _cyhal_opamp_init_common()240 reserved_comp_out = comp_out; in _cyhal_opamp_init_common()
123 …t bad_arg_error, cyhal_gpio_t vin_p, cyhal_gpio_t vin_m, cyhal_gpio_t vout, cyhal_gpio_t comp_out);