| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/ |
| A D | apm32f4xx_dbgmcu.c | 50 return (DBGMCU->IDCODE_B.EQR); in DBGMCU_ReadDEVID() 62 return (DBGMCU->IDCODE_B.WVR); in DBGMCU_ReadREVID() 79 DBGMCU->CFG |= periph; in DBGMCU_Enable() 96 DBGMCU->CFG &= ~periph; in DBGMCU_Disable() 126 DBGMCU->APB1F |= periph; in DBGMCU_EnableAPB1Periph() 156 DBGMCU->APB1F &= ~periph; in DBGMCU_DisableAPB1Periph() 174 DBGMCU->APB2F |= periph; in DBGMCU_EnableAPB2Periph() 192 DBGMCU->APB2F &= ~periph; in DBGMCU_DisableAPB2Periph()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_debug.c | 29 return(DBGMCU->IDCODE >> 16); in DBGMCU_GetREVID() 39 return(DBGMCU->IDCODE & IDCODE_DEVID_MASK); in DBGMCU_GetDEVID() 63 DBGMCU->CR |= DBGMCU_Periph; in DBGMCU_Config() 67 DBGMCU->CR &= ~DBGMCU_Periph; in DBGMCU_Config() 100 DBGMCU->APB1FZ |= DBGMCU_Periph; in DBGMCU_APB1PeriphConfig() 104 DBGMCU->APB1FZ &= ~DBGMCU_Periph; in DBGMCU_APB1PeriphConfig() 128 DBGMCU->APB2FZ |= DBGMCU_Periph; in DBGMCU_APB2PeriphConfig() 132 DBGMCU->APB2FZ &= ~DBGMCU_Periph; in DBGMCU_APB2PeriphConfig()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_dbgmcu.c | 54 return (DBGMCU->IDCODE >> 16); in DBGMCU_GetREVID() 64 return (DBGMCU->IDCODE & IDCODE_DEVID_MASK); in DBGMCU_GetDEVID() 101 DBGMCU->CR |= DBGMCU_Periph; in DBGMCU_Config() 105 DBGMCU->CR &= ~DBGMCU_Periph; in DBGMCU_Config() 137 DBGMCU->APB1FZ |= DBGMCU_Periph; in DBGMCU_APB1PeriphConfig() 141 DBGMCU->APB1FZ &= ~DBGMCU_Periph; in DBGMCU_APB1PeriphConfig() 165 DBGMCU->APB2FZ |= DBGMCU_Periph; in DBGMCU_APB2PeriphConfig() 169 DBGMCU->APB2FZ &= ~DBGMCU_Periph; in DBGMCU_APB2PeriphConfig()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal.h | 379 #define __HAL_DBGMCU_FREEZE_TIM2() SET_BIT(DBGMCU->APB1FZ, DBGMCU_APB1_FZ_DBG_TIM2_STOP) 387 #define __HAL_DBGMCU_FREEZE_TIM3() SET_BIT(DBGMCU->APB1FZ, DBGMCU_APB1_FZ_DBG_TIM3_STOP) 395 #define __HAL_DBGMCU_FREEZE_TIM4() SET_BIT(DBGMCU->APB1FZ, DBGMCU_APB1_FZ_DBG_TIM4_STOP) 403 #define __HAL_DBGMCU_FREEZE_TIM5() SET_BIT(DBGMCU->APB1FZ, DBGMCU_APB1_FZ_DBG_TIM5_STOP) 411 #define __HAL_DBGMCU_FREEZE_TIM6() SET_BIT(DBGMCU->APB1FZ, DBGMCU_APB1_FZ_DBG_TIM6_STOP) 419 #define __HAL_DBGMCU_FREEZE_TIM7() SET_BIT(DBGMCU->APB1FZ, DBGMCU_APB1_FZ_DBG_TIM7_STOP) 427 #define __HAL_DBGMCU_FREEZE_RTC() SET_BIT(DBGMCU->APB1FZ, DBGMCU_APB1_FZ_DBG_RTC_STOP) 428 #define __HAL_DBGMCU_UNFREEZE_RTC() CLEAR_BIT(DBGMCU->APB1FZ, DBGMCU_APB1_FZ_DBG_RTC_STOP) 435 #define __HAL_DBGMCU_FREEZE_WWDG() SET_BIT(DBGMCU->APB1FZ, DBGMCU_APB1_FZ_DBG_WWDG_STOP) 443 #define __HAL_DBGMCU_FREEZE_IWDG() SET_BIT(DBGMCU->APB1FZ, DBGMCU_APB1_FZ_DBG_IWDG_STOP) [all …]
|
| A D | stm32l1xx_ll_system.h | 48 #if defined (FLASH) || defined (SYSCFG) || defined (DBGMCU) || defined(RI) 771 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_SLEEP); in LL_DBGMCU_EnableDBGSleepMode() 781 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_SLEEP); in LL_DBGMCU_DisableDBGSleepMode() 791 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_EnableDBGStopMode() 801 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_DisableDBGStopMode() 811 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STANDBY); in LL_DBGMCU_EnableDBGStandbyMode() 821 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STANDBY); in LL_DBGMCU_DisableDBGStandbyMode() 887 SET_BIT(DBGMCU->APB1FZ, Periphs); in LL_DBGMCU_APB1_GRP1_FreezePeriph() 920 CLEAR_BIT(DBGMCU->APB1FZ, Periphs); in LL_DBGMCU_APB1_GRP1_UnFreezePeriph() 936 SET_BIT(DBGMCU->APB2FZ, Periphs); in LL_DBGMCU_APB2_GRP1_FreezePeriph() [all …]
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal.c | 439 return((DBGMCU->IDCODE) >> 16U); in HAL_GetREVID() 448 return((DBGMCU->IDCODE) & IDCODE_DEVID_MASK); in HAL_GetDEVID() 504 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_SLEEP); in HAL_DBGMCU_EnableDBGSleepMode() 513 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_SLEEP); in HAL_DBGMCU_DisableDBGSleepMode() 522 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode() 531 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode() 540 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STANDBY); in HAL_DBGMCU_EnableDBGStandbyMode() 549 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STANDBY); in HAL_DBGMCU_DisableDBGStandbyMode()
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_dbgmcu.c | 49 return(DBGMCU->IDCODE_B.EQR); in DBGMCU_ReadDEVID() 61 return(DBGMCU->IDCODE_B.WVR); in DBGMCU_ReadREVID() 101 DBGMCU->CFG |= periph; in DBGMCU_Enable() 141 DBGMCU->CFG &= ~periph; in DBGMCU_Disable()
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_dbgmcu.c | 50 return (DBGMCU->IDCODE_B.EQR); in DBGMCU_ReadDEVID() 62 return (DBGMCU->IDCODE_B.WVR); in DBGMCU_ReadREVID() 102 DBGMCU->CFG |= periph; in DBGMCU_Enable() 142 DBGMCU->CFG &= ~periph; in DBGMCU_Disable()
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/ |
| A D | apm32s10x_dbgmcu.c | 50 return DBGMCU->IDCODE_B.EQR; in DBGMCU_ReadDEVID() 62 return DBGMCU->IDCODE_B.WVR; in DBGMCU_ReadREVID() 94 DBGMCU->CFG |= periph; in DBGMCU_Enable() 126 DBGMCU->CFG &= ~periph; in DBGMCU_Disable()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_dbgmcu.c | 20 return(DBGMCU->IDCODE >> 16); in DBGMCU_GetREVID() 31 return(DBGMCU->IDCODE & IDCODE_DEVID_MASK); in DBGMCU_GetDEVID() 72 DBGMCU->CFGR |= DBGMCU_Periph; in DBGMCU_Config() 76 DBGMCU->CFGR &= ~DBGMCU_Periph; in DBGMCU_Config()
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f20x_dbgmcu.c | 20 return(DBGMCU->IDCODE >> 16); in DBGMCU_GetREVID() 31 return(DBGMCU->IDCODE & IDCODE_DEVID_MASK); in DBGMCU_GetDEVID() 72 DBGMCU->CFGR |= DBGMCU_Periph; in DBGMCU_Config() 76 DBGMCU->CFGR &= ~DBGMCU_Periph; in DBGMCU_Config()
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_dbgmcu.c | 40 DBGMCU->CFGR1 |= DBGMCU_Periph; in DBGMCU_Config() 44 DBGMCU->CFGR1 &= ~DBGMCU_Periph; in DBGMCU_Config() 51 DBGMCU->CFGR0 |= DBGMCU_Periph; in DBGMCU_Config() 55 DBGMCU->CFGR0 &= ~DBGMCU_Periph; in DBGMCU_Config()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_dbgmcu.c | 62 return(DBGMCU->IDCODE >> 16); in DBGMCU_GetREVID() 72 return(DBGMCU->IDCODE & IDCODE_DEVID_MASK); in DBGMCU_GetDEVID() 118 DBGMCU->CR |= DBGMCU_Periph; in DBGMCU_Config() 122 DBGMCU->CR &= ~DBGMCU_Periph; in DBGMCU_Config()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_dbg.c | 46 (state) ? (DBGMCU->CR |= periph) : (DBGMCU->CR &= ~periph); in DBGMCU_Configure()
|
| A D | hal_ver.c | 83 return((DBGMCU->IDCODE) & 0xF ); in Get_ChipsetREVID() 92 return((DBGMCU->IDCODE) ); in Get_ChipsetDEVID()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_dbg.h | 62 #define DBGMCU ((DBGMCU_TypeDef*) DBG_BASE) macro
|
| /bsp/stm32/stm32h747-st-discovery/board/CubeMX_Config/Common/Src/ |
| A D | system_stm32h7xx_dualcore_boot_cm4_cm7.c | 204 if((DBGMCU->IDCODE & 0xFFFF0000U) < 0x20000000U) in SystemInit()
|
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/ |
| A D | system_stm32h7xx.c | 224 if((DBGMCU->IDCODE & 0xFFFF0000U) < 0x20000000U) in SystemInit()
|
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/ |
| A D | system_stm32h7xx.c | 259 if((DBGMCU->IDCODE & 0xFFFF0000U) < 0x20000000U) in SystemInit()
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 745 #define DBGMCU ((DBGMCU_TypeDef *) DBGMCU_BASE) macro
|
| A D | ft32f030x8.h | 784 #define DBGMCU ((DBGMCU_TypeDef *) DBGMCU_BASE) macro
|
| A D | ft32f072x8.h | 793 #define DBGMCU ((DBGMCU_TypeDef *) DBGMCU_BASE) macro
|
| A D | ft32f032x8.h | 796 #define DBGMCU ((DBGMCU_TypeDef *) DBGMCU_BASE) macro
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/CMSIS/WCH/CH32V10x/Include/ |
| A D | ch32v10x.h | 646 #define DBGMCU ((DBGMCU_TypeDef *)DBGMCU_BASE) macro
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x.h | 646 #define DBGMCU ((DBGMCU_TypeDef *)DBGMCU_BASE) macro
|