Searched refs:TIM_CR1_UDIS (Results 1 – 11 of 11) sorted by relevance
954 SET_BIT(TIMx->CR1, TIM_CR1_UDIS); in LL_TIM_EnableUpdateEvent()965 CLEAR_BIT(TIMx->CR1, TIM_CR1_UDIS); in LL_TIM_DisableUpdateEvent()976 return (READ_BIT(TIMx->CR1, TIM_CR1_UDIS) == (TIM_CR1_UDIS)); in LL_TIM_IsEnabledUpdateEvent()
921 CLEAR_BIT(TIMx->CR1, TIM_CR1_UDIS); in LL_TIM_EnableUpdateEvent()932 SET_BIT(TIMx->CR1, TIM_CR1_UDIS); in LL_TIM_DisableUpdateEvent()943 return (READ_BIT(TIMx->CR1, TIM_CR1_UDIS) == (TIM_CR1_UDIS)); in LL_TIM_IsEnabledUpdateEvent()
1493 CLEAR_BIT(TIMx->CR1, TIM_CR1_UDIS); in LL_TIM_EnableUpdateEvent()1504 SET_BIT(TIMx->CR1, TIM_CR1_UDIS); in LL_TIM_DisableUpdateEvent()1515 return ((READ_BIT(TIMx->CR1, TIM_CR1_UDIS) == (uint32_t)RESET) ? 1UL : 0UL); in LL_TIM_IsEnabledUpdateEvent()
5391 #define TIM_CR1_UDIS TIM_CR1_UDIS_Msk /*!<Update disable */ macro
5753 #define TIM_CR1_UDIS TIM_CR1_UDIS_Msk /*!<Update disable */ macro
5912 #define TIM_CR1_UDIS TIM_CR1_UDIS_Msk /*!<Update disable */ macro
5648 #define TIM_CR1_UDIS TIM_CR1_UDIS_Msk /*!<Update disable */ macro
6472 #define TIM_CR1_UDIS TIM_CR1_UDIS_Msk /*!<Update disable */ macro
6774 #define TIM_CR1_UDIS TIM_CR1_UDIS_Msk /*!<Update disable */ macro
13969 #define TIM_CR1_UDIS TIM_CR1_UDIS_Msk /*!<Update disable */ macro