Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_stm32.c209 static inline bool is_center_aligned(const uint32_t ll_countermode) in is_center_aligned() argument
211 return ((ll_countermode == LL_TIM_COUNTERMODE_CENTER_DOWN) || in is_center_aligned()
212 (ll_countermode == LL_TIM_COUNTERMODE_CENTER_UP) || in is_center_aligned()
213 (ll_countermode == LL_TIM_COUNTERMODE_CENTER_UP_DOWN)); in is_center_aligned()