Home
last modified time | relevance | path

Searched refs:runMode (Results 1 – 6 of 6) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_tcpwm_counter.c67 _VAL2FLD(TCPWM_CNT_CTRL_ONE_SHOT, config->runMode) | in Cy_TCPWM_Counter_Init()
120 … (_VAL2FLD(TCPWM_GRP_CNT_V2_CTRL_ONE_SHOT, config->runMode) | in Cy_TCPWM_Counter_Init()
Dcy_tcpwm_pwm.c72 _VAL2FLD(TCPWM_CNT_CTRL_ONE_SHOT, config->runMode) | in Cy_TCPWM_PWM_Init()
143 _VAL2FLD(TCPWM_GRP_CNT_V2_CTRL_ONE_SHOT, config->runMode) | in Cy_TCPWM_PWM_Init()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_timer.c53 .runMode = CY_TCPWM_COUNTER_CONTINUOUS,
265 … config.runMode = cfg->is_continuous ? CY_TCPWM_COUNTER_CONTINUOUS : CY_TCPWM_COUNTER_ONESHOT; in cyhal_timer_configure()
Dcyhal_pwm.c419 .runMode = (continuous) ? CY_TCPWM_PWM_CONTINUOUS : CY_TCPWM_PWM_ONESHOT, in cyhal_pwm_init_adv()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_tcpwm_counter.h140 … uint32_t runMode; /**< Sets the run mode. See \ref group_tcpwm_counter_run_modes */ member
Dcy_tcpwm_pwm.h187 … uint32_t runMode; /**< Sets the PWM run mode. See \ref group_tcpwm_pwm_run_modes */ member