Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-stm32-lp.c81 (polarity != FIELD_GET(STM32_LPTIM_CC2P, ccmr1)); in stm32_pwm_lp_compare_channel_apply()
83 mask = STM32_LPTIM_CC2SEL | STM32_LPTIM_CC2E | STM32_LPTIM_CC2P; in stm32_pwm_lp_compare_channel_apply()
84 val = FIELD_PREP(STM32_LPTIM_CC2P, polarity); in stm32_pwm_lp_compare_channel_apply()
328 state->polarity = FIELD_GET(STM32_LPTIM_CC2P, ccmr1); in stm32_pwm_lp_get_state()
/linux/include/linux/mfd/
H A Dstm32-lptimer.h67 #define STM32_LPTIM_CC2P GENMASK(19, 18) macro