Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clocksource/
A Dtimer-stm32-lp.c59 regmap_write(priv->reg, STM32_LPTIM_CR, STM32_LPTIM_ENABLE); in stm32_clkevent_lp_set_timer()
66 STM32_LPTIM_CNTSTRT | STM32_LPTIM_ENABLE); in stm32_clkevent_lp_set_timer()
69 STM32_LPTIM_SNGSTRT | STM32_LPTIM_ENABLE); in stm32_clkevent_lp_set_timer()
/linux-6.3-rc2/include/linux/mfd/
A Dstm32-lptimer.h39 #define STM32_LPTIM_ENABLE BIT(0) macro
/linux-6.3-rc2/drivers/pwm/
A Dpwm-stm32-lp.c115 STM32_LPTIM_ENABLE); in stm32_pwm_lp_apply()
169 state->enabled = !!FIELD_GET(STM32_LPTIM_ENABLE, val); in stm32_pwm_lp_get_state()
/linux-6.3-rc2/drivers/counter/
A Dstm32-lptimer-cnt.c41 return FIELD_GET(STM32_LPTIM_ENABLE, val); in stm32_lptim_is_enabled()
50 val = FIELD_PREP(STM32_LPTIM_ENABLE, enable); in stm32_lptim_set_enable_state()

Completed in 5 milliseconds