Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_tcpwm_counter.c103 … _VAL2FLD(TCPWM_CNT_TR_CTRL1_RELOAD_EDGE, config->reloadInputMode) | in Cy_TCPWM_Counter_Init()
173 …SetupWithGF(base, cntNum, CY_TCPWM_INPUT_TR_RELOAD_OR_INDEX, config->reloadInputMode, config->relo… in Cy_TCPWM_Counter_Init()
182 … _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_RELOAD_EDGE, config->reloadInputMode) | in Cy_TCPWM_Counter_Init()
Dcy_tcpwm_pwm.c127 _VAL2FLD(TCPWM_CNT_TR_CTRL1_RELOAD_EDGE, config->reloadInputMode) | in Cy_TCPWM_PWM_Init()
260 … _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_RELOAD_EDGE, config->reloadInputMode) | in Cy_TCPWM_PWM_Init()
266 …SetupWithGF(base, cntNum, CY_TCPWM_INPUT_TR_RELOAD_OR_INDEX, config->reloadInputMode, config->relo… in Cy_TCPWM_PWM_Init()
Dcy_tcpwm_shiftreg.c92 _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_RELOAD_EDGE, config->reloadInputMode) | in Cy_TCPWM_ShiftReg_Init()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_tcpwm_shiftreg.h130 uint32_t reloadInputMode; /**< Configures how the reload input behaves. */ member
Dcy_tcpwm_counter.h152 …uint32_t reloadInputMode; /**< Configures how the reload input behaves. See \ref group_tcpwm… member
Dcy_tcpwm_pwm.h204 …uint32_t reloadInputMode; /**< Configures how the reload input behaves. See \ref group_tcpwm… member
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_timer.c62 .reloadInputMode = 0x3U,
Dcyhal_pwm.c432 .reloadInputMode = CY_TCPWM_INPUT_RISINGEDGE, in cyhal_pwm_init_adv()