hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/linux/mfd/stm32-lptimer.h
....@@ -27,10 +27,15 @@
2727 #define STM32_LPTIM_CMPOK BIT(3)
2828
2929 /* STM32_LPTIM_ICR - bit fields */
30
+#define STM32_LPTIM_ARRMCF BIT(1)
3031 #define STM32_LPTIM_CMPOKCF_ARROKCF GENMASK(4, 3)
32
+
33
+/* STM32_LPTIM_IER - bit flieds */
34
+#define STM32_LPTIM_ARRMIE BIT(1)
3135
3236 /* STM32_LPTIM_CR - bit fields */
3337 #define STM32_LPTIM_CNTSTRT BIT(2)
38
+#define STM32_LPTIM_SNGSTRT BIT(1)
3439 #define STM32_LPTIM_ENABLE BIT(0)
3540
3641 /* STM32_LPTIM_CFGR - bit fields */