Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mfd/
Dstm32-lptimer.h34 #define STM32_LPTIM_ENABLE BIT(0) macro
/Linux-v4.19/drivers/pwm/
Dpwm-stm32-lp.c108 STM32_LPTIM_ENABLE); in stm32_pwm_lp_apply()
163 state->enabled = !!FIELD_GET(STM32_LPTIM_ENABLE, val); in stm32_pwm_lp_get_state()
/Linux-v4.19/drivers/iio/counter/
Dstm32-lptimer-cnt.c37 return FIELD_GET(STM32_LPTIM_ENABLE, val); in stm32_lptim_is_enabled()
46 val = FIELD_PREP(STM32_LPTIM_ENABLE, enable); in stm32_lptim_set_enable_state()