Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_tcpwm_pwm.c129 _VAL2FLD(TCPWM_CNT_TR_CTRL1_STOP_EDGE, config->killInputMode) | in Cy_TCPWM_PWM_Init()
262 _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_STOP_EDGE, config->killInputMode) | in Cy_TCPWM_PWM_Init()
267 …ggerSetupWithGF(base, cntNum, CY_TCPWM_INPUT_TR_STOP_OR_KILL, config->killInputMode, config->killI… in Cy_TCPWM_PWM_Init()
Dcy_tcpwm_shiftreg.c94 _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_STOP_EDGE, config->killInputMode) | in Cy_TCPWM_ShiftReg_Init()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_tcpwm_shiftreg.h134 uint32_t killInputMode; /**< Configures how the kill0 input behaves. */ member
Dcy_tcpwm_pwm.h210 …uint32_t killInputMode; /**< Configures how the kill input behaves. See \ref group_tcpwm_i… member
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_pwm.c436 .killInputMode = CY_TCPWM_INPUT_RISINGEDGE, in cyhal_pwm_init_adv()