Home
last modified time | relevance | path

Searched refs:RCC_APB2RSTR_TIM20RST (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h2942 #define __HAL_RCC_TIM20_FORCE_RESET() (RCC->APB2RSTR |= (RCC_APB2RSTR_TIM20RST))
2944 #define __HAL_RCC_TIM20_RELEASE_RESET() (RCC->APB2RSTR &= ~(RCC_APB2RSTR_TIM20RST))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc.h1908 #define __HAL_RCC_TIM20_FORCE_RESET() SET_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM20RST)
1941 #define __HAL_RCC_TIM20_RELEASE_RESET() CLEAR_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM20RST)
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xc.h7703 #define RCC_APB2RSTR_TIM20RST RCC_APB2RSTR_TIM20RST_Msk macro
Dstm32g4a1xx.h8277 #define RCC_APB2RSTR_TIM20RST RCC_APB2RSTR_TIM20RST_Msk macro
Dstm32g491xx.h8053 #define RCC_APB2RSTR_TIM20RST RCC_APB2RSTR_TIM20RST_Msk macro
Dstm32g473xx.h8734 #define RCC_APB2RSTR_TIM20RST RCC_APB2RSTR_TIM20RST_Msk macro
Dstm32g471xx.h8208 #define RCC_APB2RSTR_TIM20RST RCC_APB2RSTR_TIM20RST_Msk macro
Dstm32g483xx.h8958 #define RCC_APB2RSTR_TIM20RST RCC_APB2RSTR_TIM20RST_Msk macro
Dstm32g474xx.h12304 #define RCC_APB2RSTR_TIM20RST RCC_APB2RSTR_TIM20RST_Msk macro
Dstm32g484xx.h12528 #define RCC_APB2RSTR_TIM20RST RCC_APB2RSTR_TIM20RST_Msk macro
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f303xe.h11009 #define RCC_APB2RSTR_TIM20RST RCC_APB2RSTR_TIM20RST_Msk /*!< TIM20 reset */ macro
Dstm32f398xx.h10916 #define RCC_APB2RSTR_TIM20RST RCC_APB2RSTR_TIM20RST_Msk /*!< TIM20 reset */ macro