/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 3014 WRITE_REG(RCC->APB1LRSTR, 0xDFFEC1FFU); \ 3018 #define __HAL_RCC_TIM2_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_TIM2RST) 3020 #define __HAL_RCC_TIM3_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_TIM3RST) 3023 #define __HAL_RCC_TIM4_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_TIM4RST) 3027 #define __HAL_RCC_TIM5_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_TIM5RST) 3030 #define __HAL_RCC_TIM6_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_TIM6RST) 3032 #define __HAL_RCC_TIM7_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_TIM7RST) 3035 #define __HAL_RCC_TIM12_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_TIM12RST) 3039 #define __HAL_RCC_TIM13_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_TIM13RST) 3043 #define __HAL_RCC_TIM14_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_TIM14RST) [all …]
|
D | stm32h5xx_ll_bus.h | 1783 SET_BIT(RCC->APB1LRSTR, Periphs); in LL_APB1_GRP1_ForceReset() 1870 CLEAR_BIT(RCC->APB1LRSTR, Periphs); in LL_APB1_GRP1_ReleaseReset()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc.h | 4933 #define __HAL_RCC_APB1L_FORCE_RESET() (RCC->APB1LRSTR = 0xE8FFC3FFU) /* Resets TIM2..TIM7,… 4935 #define __HAL_RCC_APB1L_FORCE_RESET() (RCC->APB1LRSTR = 0xEAFFC3FFU) /* Resets TIM2..TIM7,… 4942 #define __HAL_RCC_TIM2_FORCE_RESET() (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM2RST) 4943 #define __HAL_RCC_TIM3_FORCE_RESET() (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM3RST) 4944 #define __HAL_RCC_TIM4_FORCE_RESET() (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM4RST) 4945 #define __HAL_RCC_TIM5_FORCE_RESET() (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM5RST) 4946 #define __HAL_RCC_TIM6_FORCE_RESET() (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM6RST) 4947 #define __HAL_RCC_TIM7_FORCE_RESET() (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM7RST) 4948 #define __HAL_RCC_TIM12_FORCE_RESET() (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM12RST) 4949 #define __HAL_RCC_TIM13_FORCE_RESET() (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_TIM13RST) [all …]
|
D | stm32h7xx_ll_bus.h | 2058 SET_BIT(RCC->APB1LRSTR, Periphs); in LL_APB1_GRP1_ForceReset() 2120 CLEAR_BIT(RCC->APB1LRSTR, Periphs); in LL_APB1_GRP1_ReleaseReset()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 732 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 Peripherals reset Low Word register … member
|
D | stm32h523xx.h | 896 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 Peripherals reset Low Word register … member
|
D | stm32h562xx.h | 943 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 Peripherals reset Low Word register … member
|
D | stm32h533xx.h | 960 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 Peripherals reset Low Word register … member
|
D | stm32h573xx.h | 1185 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 Peripherals reset Low Word register … member
|
D | stm32h563xx.h | 1121 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 Peripherals reset Low Word register … member
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 1113 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h7b0xx.h | 1116 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h7b0xxq.h | 1117 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h7a3xxq.h | 1114 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h7b3xx.h | 1116 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h7b3xxq.h | 1117 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h730xxq.h | 1274 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h733xx.h | 1273 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h725xx.h | 1271 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h730xx.h | 1273 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h735xx.h | 1274 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h742xx.h | 1180 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h723xx.h | 1270 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h750xx.h | 1268 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|
D | stm32h753xx.h | 1268 …__IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, … member
|