Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_tcpwm.h537 CY_TCPWM_INPUT_TR_STOP_OR_KILL = 0x02U, /**< Stop/Kill */ enumerator
1415 case CY_TCPWM_INPUT_TR_STOP_OR_KILL: in Cy_TCPWM_GetTrigPinLevel()
1492 case CY_TCPWM_INPUT_TR_STOP_OR_KILL: in Cy_TCPWM_InputTriggerSetup()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_tcpwm_counter.c174 …Cy_TCPWM_InputTriggerSetupWithGF(base, cntNum, CY_TCPWM_INPUT_TR_STOP_OR_KILL, config->stopInputMo… in Cy_TCPWM_Counter_Init()
Dcy_tcpwm_pwm.c267 …Cy_TCPWM_InputTriggerSetupWithGF(base, cntNum, CY_TCPWM_INPUT_TR_STOP_OR_KILL, config->killInputMo… in Cy_TCPWM_PWM_Init()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_tcpwm_common.c834 … Cy_TCPWM_InputTriggerSetup(obj->base, counter, CY_TCPWM_INPUT_TR_STOP_OR_KILL, type, trigger_sig); in _cyhal_tcpwm_irq_handler()