/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal.h | 429 #define __HAL_DBGMCU_FREEZE_TIM1() SET_BIT(DBGMCU->APBFZ2, DBGMCU_APBFZ2_DBG_TIM1_STOP) 430 #define __HAL_DBGMCU_UNFREEZE_TIM1() CLEAR_BIT(DBGMCU->APBFZ2, DBGMCU_APBFZ2_DBG_TIM1_STOP) 434 #define __HAL_DBGMCU_FREEZE_TIM14() SET_BIT(DBGMCU->APBFZ2, DBGMCU_APBFZ2_DBG_TIM14_STOP) 435 #define __HAL_DBGMCU_UNFREEZE_TIM14() CLEAR_BIT(DBGMCU->APBFZ2, DBGMCU_APBFZ2_DBG_TIM14_STOP) 439 #define __HAL_DBGMCU_FREEZE_TIM15() SET_BIT(DBGMCU->APBFZ2, DBGMCU_APBFZ2_DBG_TIM15_STOP) 440 #define __HAL_DBGMCU_UNFREEZE_TIM15() CLEAR_BIT(DBGMCU->APBFZ2, DBGMCU_APBFZ2_DBG_TIM15_STOP) 444 #define __HAL_DBGMCU_FREEZE_TIM16() SET_BIT(DBGMCU->APBFZ2, DBGMCU_APBFZ2_DBG_TIM16_STOP) 445 #define __HAL_DBGMCU_UNFREEZE_TIM16() CLEAR_BIT(DBGMCU->APBFZ2, DBGMCU_APBFZ2_DBG_TIM16_STOP) 449 #define __HAL_DBGMCU_FREEZE_LPTIM3() SET_BIT(DBGMCU->APBFZ2, DBGMCU_APBFZ2_DBG_LPTIM3_STOP) 450 #define __HAL_DBGMCU_UNFREEZE_LPTIM3() CLEAR_BIT(DBGMCU->APBFZ2, DBGMCU_APBFZ2_DBG_LPTIM3_STO…
|
D | stm32u0xx_ll_system.h | 1659 SET_BIT(DBGMCU->APBFZ2, Periphs); in LL_DBGMCU_APB1_GRP2_FreezePeriph() 1680 CLEAR_BIT(DBGMCU->APBFZ2, Periphs); in LL_DBGMCU_APB1_GRP2_UnFreezePeriph()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal.h | 475 #define __HAL_DBGMCU_FREEZE_TIM1() SET_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM1_STOP) 476 #define __HAL_DBGMCU_UNFREEZE_TIM1() CLEAR_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM1_STOP) 480 #define __HAL_DBGMCU_FREEZE_TIM14() SET_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM14_STOP) 481 #define __HAL_DBGMCU_UNFREEZE_TIM14() CLEAR_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM14_STOP) 485 #define __HAL_DBGMCU_FREEZE_TIM15() SET_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM15_STOP) 486 #define __HAL_DBGMCU_UNFREEZE_TIM15() CLEAR_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM15_STOP) 490 #define __HAL_DBGMCU_FREEZE_TIM16() SET_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM16_STOP) 491 #define __HAL_DBGMCU_UNFREEZE_TIM16() CLEAR_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM16_STOP) 495 #define __HAL_DBGMCU_FREEZE_TIM17() SET_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM17_STOP) 496 #define __HAL_DBGMCU_UNFREEZE_TIM17() CLEAR_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM17_STOP)
|
D | stm32g0xx_ll_system.h | 1820 SET_BIT(DBG->APBFZ2, Periphs); in LL_DBGMCU_APB2_GRP1_FreezePeriph() 1842 CLEAR_BIT(DBG->APBFZ2, Periphs); in LL_DBGMCU_APB2_GRP1_UnFreezePeriph()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal.h | 384 #define __HAL_DBGMCU_FREEZE_TIM1() SET_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM1_STOP) 385 #define __HAL_DBGMCU_UNFREEZE_TIM1() CLEAR_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM1_STOP) 389 #define __HAL_DBGMCU_FREEZE_TIM14() SET_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM14_STOP) 390 #define __HAL_DBGMCU_UNFREEZE_TIM14() CLEAR_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM14_STOP) 394 #define __HAL_DBGMCU_FREEZE_TIM16() SET_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM16_STOP) 395 #define __HAL_DBGMCU_UNFREEZE_TIM16() CLEAR_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM16_STOP) 399 #define __HAL_DBGMCU_FREEZE_TIM17() SET_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM17_STOP) 400 #define __HAL_DBGMCU_UNFREEZE_TIM17() CLEAR_BIT(DBG->APBFZ2, DBG_APB_FZ2_DBG_TIM17_STOP)
|
D | stm32c0xx_ll_system.h | 1213 SET_BIT(DBG->APBFZ2, Periphs); in LL_DBGMCU_APB1_GRP2_FreezePeriph() 1233 CLEAR_BIT(DBG->APBFZ2, Periphs); in LL_DBGMCU_APB1_GRP2_UnFreezePeriph()
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 171 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32c031xx.h | 171 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32c071xx.h | 186 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 176 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32g050xx.h | 179 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32g070xx.h | 180 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32g031xx.h | 181 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32g041xx.h | 182 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32g051xx.h | 221 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32g061xx.h | 222 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32g071xx.h | 235 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32g081xx.h | 236 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32g0b0xx.h | 181 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32g0c1xx.h | 304 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
D | stm32g0b1xx.h | 303 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ member
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 220 …__IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x… member
|
D | stm32u083xx.h | 266 …__IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x… member
|
D | stm32u073xx.h | 232 …__IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x… member
|