Searched refs:STM32_LPTIM_ENABLE (Results 1 – 2 of 2) sorted by relevance
49 #define STM32_LPTIM_ENABLE BIT(0) macro
40 return FIELD_GET(STM32_LPTIM_ENABLE, val); in stm32_lptim_is_enabled()49 val = FIELD_PREP(STM32_LPTIM_ENABLE, enable); in stm32_lptim_set_enable_state()