Home
last modified time | relevance | path

Searched refs:TIM_CR2_ADSYNC (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_tim.h4066 SET_BIT(TIMx->CR2, TIM_CR2_ADSYNC); in LL_TIM_EnableADCSynchronization()
4079 CLEAR_BIT(TIMx->CR2, TIM_CR2_ADSYNC); in LL_TIM_DisableADCSynchronization()
4092 return ((READ_BIT(TIMx->CR2, TIM_CR2_ADSYNC) == (TIM_CR2_ADSYNC)) ? 1UL : 0UL); in LL_TIM_IsEnabledADCSynchronization()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_tim_ex.c3049 SET_BIT(htim->Instance->CR2, TIM_CR2_ADSYNC); in HAL_TIMEx_EnableADCSynchronization()
3063 CLEAR_BIT(htim->Instance->CR2, TIM_CR2_ADSYNC); in HAL_TIMEx_DisableADCSynchronization()
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n645xx.h36115 #define TIM_CR2_ADSYNC TIM_CR2_ADSYNC_Msk /*!<ADC synchronizat… macro
Dstm32n657xx.h37754 #define TIM_CR2_ADSYNC TIM_CR2_ADSYNC_Msk /*!<ADC synchronizat… macro
Dstm32n655xx.h37365 #define TIM_CR2_ADSYNC TIM_CR2_ADSYNC_Msk /*!<ADC synchronizat… macro
Dstm32n647xx.h36504 #define TIM_CR2_ADSYNC TIM_CR2_ADSYNC_Msk /*!<ADC synchronizat… macro