Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-lptimer.h49 #define STM32_LPTIM_ENABLE BIT(0) macro
/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c40 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()