Searched refs:STM32_LPTIM_PRESC (Results 1 – 3 of 3) sorted by relevance
93 if ((FIELD_GET(STM32_LPTIM_PRESC, cfgr) != presc) || in stm32_pwm_lp_apply()95 val = FIELD_PREP(STM32_LPTIM_PRESC, presc); in stm32_pwm_lp_apply()97 mask = STM32_LPTIM_PRESC | STM32_LPTIM_WAVPOL; in stm32_pwm_lp_apply()175 presc = FIELD_GET(STM32_LPTIM_PRESC, val); in stm32_pwm_lp_get_state()
40 #define STM32_LPTIM_PRESC GENMASK(11, 9) macro
91 STM32_LPTIM_CKPOL | STM32_LPTIM_PRESC; in stm32_lptim_setup()