Searched refs:startInputMode (Results 1 – 8 of 8) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_tcpwm_counter.c | 104 … _VAL2FLD(TCPWM_CNT_TR_CTRL1_START_EDGE, config->startInputMode) | in Cy_TCPWM_Counter_Init() 172 …putTriggerSetupWithGF(base, cntNum, CY_TCPWM_INPUT_TR_START, config->startInputMode, config->start… in Cy_TCPWM_Counter_Init() 183 … _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_START_EDGE, config->startInputMode) | in Cy_TCPWM_Counter_Init()
|
| D | cy_tcpwm_pwm.c | 128 _VAL2FLD(TCPWM_CNT_TR_CTRL1_START_EDGE, config->startInputMode) | in Cy_TCPWM_PWM_Init() 261 _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_START_EDGE, config->startInputMode) | in Cy_TCPWM_PWM_Init() 265 …putTriggerSetupWithGF(base, cntNum, CY_TCPWM_INPUT_TR_START, config->startInputMode, config->start… in Cy_TCPWM_PWM_Init()
|
| D | cy_tcpwm_shiftreg.c | 93 _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_START_EDGE, config->startInputMode) | in Cy_TCPWM_ShiftReg_Init()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_tcpwm_shiftreg.h | 132 …uint32_t startInputMode; /**< Configures how the start input behaves. See \ref group_tcpwm_… member
|
| D | cy_tcpwm_counter.h | 155 …uint32_t startInputMode; /**< Configures how the start input behaves. See \ref group_tcpwm_… member
|
| D | cy_tcpwm_pwm.h | 207 …uint32_t startInputMode; /**< Configures how the start input behaves. See \ref group_tcpwm_… member
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_timer.c | 64 .startInputMode = 0x3U,
|
| D | cyhal_pwm.c | 434 .startInputMode = CY_TCPWM_INPUT_RISINGEDGE, in cyhal_pwm_init_adv()
|