Home
last modified time | relevance | path

Searched refs:startInputMode (Results 1 – 8 of 8) sorted by relevance

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_tcpwm_counter.c104 … _VAL2FLD(TCPWM_CNT_TR_CTRL1_START_EDGE, config->startInputMode) | in Cy_TCPWM_Counter_Init()
173 … _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_START_EDGE, config->startInputMode) | in Cy_TCPWM_Counter_Init()
Dcy_tcpwm_pwm.c128 _VAL2FLD(TCPWM_CNT_TR_CTRL1_START_EDGE, config->startInputMode) | in Cy_TCPWM_PWM_Init()
252 _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_START_EDGE, config->startInputMode) | in Cy_TCPWM_PWM_Init()
Dcy_tcpwm_shiftreg.c93 _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_START_EDGE, config->startInputMode) | in Cy_TCPWM_ShiftReg_Init()
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/
Dcy_tcpwm_shiftreg.h132 …uint32_t startInputMode; /**< Configures how the start input behaves. See \ref group_tcpwm_… member
Dcy_tcpwm_counter.h155 …uint32_t startInputMode; /**< Configures how the start input behaves. See \ref group_tcpwm_… member
Dcy_tcpwm_pwm.h174 …uint32_t startInputMode; /**< Configures how the start input behaves. See \ref group_tcpwm_… member
/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_timer.c64 .startInputMode = 0x3U,
Dcyhal_pwm.c434 .startInputMode = CY_TCPWM_INPUT_RISINGEDGE, in cyhal_pwm_init_adv()