Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pwm/
A Dpwm-stm32-lp.c95 (FIELD_GET(STM32_LPTIM_WAVPOL, cfgr) != state->polarity)) { in stm32_pwm_lp_apply()
97 val |= FIELD_PREP(STM32_LPTIM_WAVPOL, state->polarity); in stm32_pwm_lp_apply()
98 mask = STM32_LPTIM_PRESC | STM32_LPTIM_WAVPOL; in stm32_pwm_lp_apply()
176 state->polarity = FIELD_GET(STM32_LPTIM_WAVPOL, val); in stm32_pwm_lp_get_state()
/linux-6.3-rc2/include/linux/mfd/
A Dstm32-lptimer.h44 #define STM32_LPTIM_WAVPOL BIT(21) macro

Completed in 4 milliseconds