Searched refs:runMode (Results 1 – 6 of 6) sorted by relevance
67 _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()
72 _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()
53 .runMode = CY_TCPWM_COUNTER_CONTINUOUS,265 … config.runMode = cfg->is_continuous ? CY_TCPWM_COUNTER_CONTINUOUS : CY_TCPWM_COUNTER_ONESHOT; in cyhal_timer_configure()
419 .runMode = (continuous) ? CY_TCPWM_PWM_CONTINUOUS : CY_TCPWM_PWM_ONESHOT, in cyhal_pwm_init_adv()
140 … uint32_t runMode; /**< Sets the run mode. See \ref group_tcpwm_counter_run_modes */ member
187 … uint32_t runMode; /**< Sets the PWM run mode. See \ref group_tcpwm_pwm_run_modes */ member