Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_quaddec.c328 cy_rslt_t cyhal_quaddec_init(cyhal_quaddec_t *obj, cyhal_gpio_t phi_a, cyhal_gpio_t phi_b, in cyhal_quaddec_init() argument
339 obj->phi_b = NC; in cyhal_quaddec_init()
420 …rslt = _cyhal_quaddec_pin_init(obj, phi_b, &(obj->phi_b), CYHAL_SIGNAL_TYPE_LEVEL, CYHAL_QUADDEC_I… in cyhal_quaddec_init()
459 obj->phi_b = NC; in cyhal_quaddec_init_cfg()
490 if ((obj->phi_b != NC) && (obj->tcpwm.inputs[idx_phi_b] != CYHAL_TRIGGER_CPUSS_ZERO)) in cyhal_quaddec_free()
501 _cyhal_utils_release_if_used(&obj->phi_b); in cyhal_quaddec_free()
/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_quaddec.h192 cy_rslt_t cyhal_quaddec_init(cyhal_quaddec_t *obj, cyhal_gpio_t phi_a, cyhal_gpio_t phi_b,
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_hw_types.h1114 cyhal_gpio_t phi_b; member