Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mfd/
Dstm32-lptimer.h44 #define STM32_LPTIM_MAX_ARR 0xFFFF macro
/Linux-v4.19/drivers/iio/counter/
Dstm32-lptimer-cnt.c275 if (priv->preset > STM32_LPTIM_MAX_ARR) in stm32_lptim_cnt_set_preset()
347 priv->preset = STM32_LPTIM_MAX_ARR; in stm32_lptim_cnt_probe()
/Linux-v4.19/drivers/pwm/
Dpwm-stm32-lp.c62 while (div > STM32_LPTIM_MAX_ARR) { in stm32_pwm_lp_apply()