/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_tim.h | 1271 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1273 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 1290 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 1292 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 1309 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(const TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 1311 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_tim.h | 1281 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1283 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 1300 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 1302 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 1319 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(const TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 1321 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_tim.h | 1558 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1560 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 1583 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 1585 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 1608 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(const TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 1610 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_tim.h | 1609 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1611 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 1634 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 1636 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 1659 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 1661 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_tim.h | 1531 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1533 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 1556 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 1558 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 1581 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(const TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 1583 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_tim.h | 1579 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1581 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 1604 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 1606 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 1629 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(const TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 1631 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_tim.h | 1987 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1989 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 2016 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 2018 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 2045 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(const TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 2047 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_tim.h | 1942 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1944 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 1971 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 1973 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 2000 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 2002 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_tim.h | 1894 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1896 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 1923 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 1925 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 1952 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(const TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 1954 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_tim.h | 1840 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1842 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 1869 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 1871 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 1898 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 1900 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_tim.h | 1934 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1936 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 1964 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 1966 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 1994 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(const TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 1996 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_tim.h | 2002 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 2004 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 2031 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 2033 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 2060 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(const TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 2062 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_tim.h | 2030 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 2032 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 2059 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 2061 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 2088 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 2090 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_tim.h | 2100 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 2102 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 2129 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 2131 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 2158 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 2160 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_tim.h | 1932 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1934 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 1961 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 1963 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 1990 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 1992 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_tim.h | 1972 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 1974 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 2001 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 2003 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 2030 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 2032 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_tim.h | 2222 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 2224 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 2253 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 2255 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 2284 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(const TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 2286 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_tim.h | 2319 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 2321 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 2350 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 2352 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 2381 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(const TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 2383 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_tim.h | 2583 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 2585 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 2614 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 2616 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 2645 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 2647 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_tim.h | 2420 __STATIC_INLINE void LL_TIM_CC_EnableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_EnableChannel() argument 2422 SET_BIT(TIMx->CCER, Channels); in LL_TIM_CC_EnableChannel() 2451 __STATIC_INLINE void LL_TIM_CC_DisableChannel(TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_DisableChannel() argument 2453 CLEAR_BIT(TIMx->CCER, Channels); in LL_TIM_CC_DisableChannel() 2482 __STATIC_INLINE uint32_t LL_TIM_CC_IsEnabledChannel(const TIM_TypeDef *TIMx, uint32_t Channels) in LL_TIM_CC_IsEnabledChannel() argument 2484 return ((READ_BIT(TIMx->CCER, Channels) == (Channels)) ? 1UL : 0UL); in LL_TIM_CC_IsEnabledChannel()
|
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_tim_ex.c | 2027 HAL_StatusTypeDef HAL_TIMEx_GroupChannel5(TIM_HandleTypeDef *htim, uint32_t Channels) in HAL_TIMEx_GroupChannel5() argument 2031 assert_param(IS_TIM_GROUPCH5(Channels)); in HAL_TIMEx_GroupChannel5() 2042 htim->Instance->CCR5 |= Channels; in HAL_TIMEx_GroupChannel5()
|
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_tim_ex.c | 2272 HAL_StatusTypeDef HAL_TIMEx_GroupChannel5(TIM_HandleTypeDef *htim, uint32_t Channels) in HAL_TIMEx_GroupChannel5() argument 2276 assert_param(IS_TIM_GROUPCH5(Channels)); in HAL_TIMEx_GroupChannel5() 2287 htim->Instance->CCR5 |= Channels; in HAL_TIMEx_GroupChannel5()
|
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_tim_ex.c | 2504 HAL_StatusTypeDef HAL_TIMEx_GroupChannel5(TIM_HandleTypeDef *htim, uint32_t Channels) in HAL_TIMEx_GroupChannel5() argument 2508 assert_param(IS_TIM_GROUPCH5(Channels)); in HAL_TIMEx_GroupChannel5() 2519 htim->Instance->CCR5 |= Channels; in HAL_TIMEx_GroupChannel5()
|
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_tim_ex.c | 2216 HAL_StatusTypeDef HAL_TIMEx_GroupChannel5(TIM_HandleTypeDef *htim, uint32_t Channels) in HAL_TIMEx_GroupChannel5() argument 2220 assert_param(IS_TIM_GROUPCH5(Channels)); in HAL_TIMEx_GroupChannel5() 2231 htim->Instance->CCR5 |= Channels; in HAL_TIMEx_GroupChannel5()
|
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_tim_ex.c | 2351 HAL_StatusTypeDef HAL_TIMEx_GroupChannel5(TIM_HandleTypeDef *htim, uint32_t Channels) in HAL_TIMEx_GroupChannel5() argument 2355 assert_param(IS_TIM_GROUPCH5(Channels)); in HAL_TIMEx_GroupChannel5() 2366 htim->Instance->CCR5 |= Channels; in HAL_TIMEx_GroupChannel5()
|