You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system/Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_tim.h
+24-28
Original file line number
Diff line number
Diff line change
@@ -664,10 +664,10 @@ typedef struct
664
664
/** @defgroup TIM_LL_EC_COUNTERMODE Counter Mode
665
665
* @{
666
666
*/
667
-
#defineLL_TIM_COUNTERMODE_UP 0x00000000U /*!<Counter used as upcounter */
667
+
#defineLL_TIM_COUNTERMODE_UP 0x00000000U /*!<Counter used as upcounter */
668
668
#defineLL_TIM_COUNTERMODE_DOWN TIM_CR1_DIR /*!< Counter used as downcounter */
669
669
#defineLL_TIM_COUNTERMODE_CENTER_DOWN TIM_CR1_CMS_0 /*!< The counter counts up and down alternatively. Output compare interrupt flags of output channels are set only when the counter is counting down. */
670
-
#defineLL_TIM_COUNTERMODE_CENTER_UP TIM_CR1_CMS_1 /*!<The counter counts up and down alternatively. Output compare interrupt flags of output channels are set only when the counter is counting up */
670
+
#defineLL_TIM_COUNTERMODE_CENTER_UP TIM_CR1_CMS_1 /*!<The counter counts up and down alternatively. Output compare interrupt flags of output channels are set only when the counter is counting up */
671
671
#defineLL_TIM_COUNTERMODE_CENTER_UP_DOWN TIM_CR1_CMS /*!< The counter counts up and down alternatively. Output compare interrupt flags of output channels are set only when the counter is counting up or down. */
672
672
/**
673
673
* @}
@@ -1132,6 +1132,15 @@ typedef struct
1132
1132
* @}
1133
1133
*/
1134
1134
1135
+
/** Legacy definitions for compatibility purpose
1136
+
@cond 0
1137
+
*/
1138
+
#defineLL_TIM_ReArmBRK(_PARAM_)
1139
+
#defineLL_TIM_ReArmBRK2(_PARAM_)
1140
+
/**
1141
+
@endcond
1142
+
*/
1143
+
1135
1144
/** @defgroup TIM_LL_EC_DMABURST_BASEADDR DMA Burst Base Address
0 commit comments