Searched refs:RCC_APBENR1_DBGEN (Results 1 – 19 of 19) sorted by relevance
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 888 SET_BIT(RCC->APBENR1, RCC_APBENR1_DBGEN); \ 890 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_DBGEN); \ 921 #define __HAL_RCC_DBGMCU_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_DBGEN) 1081 #define __HAL_RCC_DBGMCU_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_DBGEN) != 0U) 1104 #define __HAL_RCC_DBGMCU_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_DBGEN) == 0U)
|
D | stm32c0xx_ll_bus.h | 108 #define LL_APB1_GRP1_PERIPH_DBGMCU RCC_APBENR1_DBGEN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1238 SET_BIT(RCC->APBENR1, RCC_APBENR1_DBGEN); \ 1240 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_DBGEN); \ 1428 #define __HAL_RCC_DBGMCU_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_DBGEN) 1583 #define __HAL_RCC_DBGMCU_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_DBGEN) != 0U) 1647 #define __HAL_RCC_DBGMCU_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_DBGEN) == 0U)
|
D | stm32g0xx_ll_bus.h | 160 #define LL_APB1_GRP1_PERIPH_DBGMCU RCC_APBENR1_DBGEN
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 4102 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32c031xx.h | 4262 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32c071xx.h | 4730 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4338 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32g050xx.h | 4372 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32g070xx.h | 4513 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32g031xx.h | 4546 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32g041xx.h | 4794 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32g051xx.h | 4900 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32g061xx.h | 5148 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32g071xx.h | 5265 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32g081xx.h | 5513 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32g0b0xx.h | 5562 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32g0c1xx.h | 6871 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|
D | stm32g0b1xx.h | 6623 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk macro
|