Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-lptimer.h43 #define STM32_LPTIM_COUNTMODE BIT(23) macro
/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c96 u32 mask = STM32_LPTIM_ENC | STM32_LPTIM_COUNTMODE | in stm32_lptim_setup()
104 val = enable ? STM32_LPTIM_COUNTMODE : 0; in stm32_lptim_setup()