Searched refs:STM32_LPTIM_ENABLE (Results 1 – 3 of 3) sorted by relevance
34 #define STM32_LPTIM_ENABLE BIT(0) macro
108 STM32_LPTIM_ENABLE); in stm32_pwm_lp_apply()163 state->enabled = !!FIELD_GET(STM32_LPTIM_ENABLE, val); in stm32_pwm_lp_get_state()
37 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()