Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_TIM19EN (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h2367 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM19EN);\
2369 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM19EN);\
2396 #define __HAL_RCC_TIM19_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM19EN))
2659 #define __HAL_RCC_TIM19_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM19EN)) != RESET)
2666 #define __HAL_RCC_TIM19_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM19EN)) == RESET)
Dstm32f3xx_ll_bus.h206 #define LL_APB2_GRP1_PERIPH_TIM19 RCC_APB2ENR_TIM19EN
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f378xx.h7936 #define RCC_APB2ENR_TIM19EN RCC_APB2ENR_TIM19EN_Msk /*!< TIM19 clock ena… macro
Dstm32f373xc.h8029 #define RCC_APB2ENR_TIM19EN RCC_APB2ENR_TIM19EN_Msk /*!< TIM19 clock ena… macro