hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 */