/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 824 SET_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN); \ 826 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN); \ 906 #define __HAL_RCC_WWDG_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN) 1066 #define __HAL_RCC_WWDG_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN) != 0U) 1089 #define __HAL_RCC_WWDG_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN) == 0U)
|
D | stm32c0xx_ll_bus.h | 93 #define LL_APB1_GRP1_PERIPH_WWDG RCC_APBENR1_WWDGEN
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 913 SET_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN); \ 915 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN); \ 1089 #define __HAL_RCC_WWDG_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN) 1298 #define __HAL_RCC_WWDG_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN) != 0… 1360 #define __HAL_RCC_WWDG_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN) == 0…
|
D | stm32u0xx_ll_bus.h | 110 #define LL_APB1_GRP1_PERIPH_WWDG RCC_APBENR1_WWDGEN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1073 SET_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN); \ 1075 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN); \ 1543 #define __HAL_RCC_WWDG_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN) != 0U) 1607 #define __HAL_RCC_WWDG_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_WWDGEN) == 0U)
|
D | stm32g0xx_ll_bus.h | 122 #define LL_APB1_GRP1_PERIPH_WWDG RCC_APBENR1_WWDGEN
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 4093 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32c031xx.h | 4253 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32c071xx.h | 4709 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4323 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32g050xx.h | 4357 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32g070xx.h | 4492 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32g031xx.h | 4528 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32g041xx.h | 4776 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32g051xx.h | 4882 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32g061xx.h | 5130 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32g071xx.h | 5232 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32g081xx.h | 5480 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32g0b0xx.h | 5532 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32g0c1xx.h | 6823 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32g0b1xx.h | 6575 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5387 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32u083xx.h | 6203 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|
D | stm32u073xx.h | 5939 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk macro
|