Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_tcpwm_counter.c96 … _VAL2FLD(TCPWM_CNT_TR_CTRL0_RELOAD_SEL, config->reloadInput) | in Cy_TCPWM_Counter_Init()
166 … _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_SEL0_RELOAD_SEL, config->reloadInput) | in Cy_TCPWM_Counter_Init()
173 …m, CY_TCPWM_INPUT_TR_RELOAD_OR_INDEX, config->reloadInputMode, config->reloadInput, config->gf_dep… in Cy_TCPWM_Counter_Init()
Dcy_tcpwm_pwm.c119 _VAL2FLD(TCPWM_CNT_TR_CTRL0_RELOAD_SEL, config->reloadInput) | in Cy_TCPWM_PWM_Init()
252 _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_SEL0_RELOAD_SEL, config->reloadInput) | in Cy_TCPWM_PWM_Init()
266 …m, CY_TCPWM_INPUT_TR_RELOAD_OR_INDEX, config->reloadInputMode, config->reloadInput, config->gf_dep… in Cy_TCPWM_PWM_Init()
Dcy_tcpwm_shiftreg.c84 _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_SEL0_RELOAD_SEL, config->reloadInput) | in Cy_TCPWM_ShiftReg_Init()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_tcpwm_shiftreg.h131 …uint32_t reloadInput; /**< Selects which input the reload uses. The inputs are device-sp… member
Dcy_tcpwm_counter.h154 uint32_t reloadInput; member
Dcy_tcpwm_pwm.h206 uint32_t reloadInput; member
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_timer.c63 .reloadInput = CY_TCPWM_INPUT_0,
Dcyhal_pwm.c433 .reloadInput = CY_TCPWM_INPUT_0, in cyhal_pwm_init_adv()