Searched refs:CY_TCPWM_COUNTER_CONTINUOUS (Results 1 – 2 of 2) sorted by relevance
53 .runMode = CY_TCPWM_COUNTER_CONTINUOUS,265 … config.runMode = cfg->is_continuous ? CY_TCPWM_COUNTER_CONTINUOUS : CY_TCPWM_COUNTER_ONESHOT; in cyhal_timer_configure()
190 #define CY_TCPWM_COUNTER_CONTINUOUS (0U) /**< Counter runs forever */ macro