Searched refs:CY_TCPWM_COUNTER_ONESHOT (Results 1 – 2 of 2) sorted by relevance
189 #define CY_TCPWM_COUNTER_ONESHOT (1U) /**< Counter runs once and then stops */ macro
265 … config.runMode = cfg->is_continuous ? CY_TCPWM_COUNTER_CONTINUOUS : CY_TCPWM_COUNTER_ONESHOT; in cyhal_timer_configure()