Home
last modified time | relevance | path

Searched refs:RCC_APB1LRSTR_UART4RST (Results 1 – 25 of 29) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h3063 #define __HAL_RCC_UART4_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_UART4RST)
3172 #define __HAL_RCC_UART4_RELEASE_RESET() CLEAR_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_UART4RST)
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h4957 #define __HAL_RCC_UART4_FORCE_RESET() (RCC->APB1LRSTR) |= (RCC_APB1LRSTR_UART4RST)
4998 #define __HAL_RCC_UART4_RELEASE_RESET() (RCC->APB1LRSTR) &= ~ (RCC_APB1LRSTR_UART4RST)
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h523xx.h13119 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h562xx.h13817 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h533xx.h13647 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h573xx.h16432 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h563xx.h15904 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h13980 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h7b0xx.h14448 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h7b0xxq.h14460 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h7a3xxq.h13992 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h7b3xx.h14455 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h7b3xxq.h14467 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h730xxq.h16327 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h733xx.h16315 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h725xx.h15852 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h730xx.h16315 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h735xx.h16327 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h742xx.h15164 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h723xx.h15840 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h750xx.h16081 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h753xx.h16087 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h745xx.h16411 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h745xg.h16411 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro
Dstm32h743xx.h15806 #define RCC_APB1LRSTR_UART4RST RCC_APB1LRSTR_UART4RST_Msk macro

12