Home
last modified time | relevance | path

Searched refs:APBFZ1 (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal.h369 #define __HAL_DBGMCU_FREEZE_TIM2() SET_BIT(DBGMCU->APBFZ1, DBGMCU_APBFZ1_DBG_TIM2_STOP)
370 #define __HAL_DBGMCU_UNFREEZE_TIM2() CLEAR_BIT(DBGMCU->APBFZ1, DBGMCU_APBFZ1_DBG_TIM2_STOP)
374 #define __HAL_DBGMCU_FREEZE_TIM3() SET_BIT(DBGMCU->APBFZ1, DBGMCU_APBFZ1_DBG_TIM3_STOP)
375 #define __HAL_DBGMCU_UNFREEZE_TIM3() CLEAR_BIT(DBGMCU->APBFZ1, DBGMCU_APBFZ1_DBG_TIM3_STOP)
379 #define __HAL_DBGMCU_FREEZE_TIM4() SET_BIT(DBGMCU->APBFZ1, DBGMCU_APBFZ1_DBG_TIM4_STOP)
380 #define __HAL_DBGMCU_UNFREEZE_TIM4() CLEAR_BIT(DBGMCU->APBFZ1, DBGMCU_APBFZ1_DBG_TIM4_STOP)
384 #define __HAL_DBGMCU_FREEZE_TIM6() SET_BIT(DBGMCU->APBFZ1, DBGMCU_APBFZ1_DBG_TIM6_STOP)
385 #define __HAL_DBGMCU_UNFREEZE_TIM6() CLEAR_BIT(DBGMCU->APBFZ1, DBGMCU_APBFZ1_DBG_TIM6_STOP)
389 #define __HAL_DBGMCU_FREEZE_TIM7() SET_BIT(DBGMCU->APBFZ1, DBGMCU_APBFZ1_DBG_TIM7_STOP)
390 #define __HAL_DBGMCU_UNFREEZE_TIM7() CLEAR_BIT(DBGMCU->APBFZ1, DBGMCU_APBFZ1_DBG_TIM7_STOP)
[all …]
Dstm32u0xx_ll_system.h1603 SET_BIT(DBGMCU->APBFZ1, Periphs); in LL_DBGMCU_APB1_GRP1_FreezePeriph()
1638 CLEAR_BIT(DBGMCU->APBFZ1, Periphs); in LL_DBGMCU_APB1_GRP1_UnFreezePeriph()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal.h415 #define __HAL_DBGMCU_FREEZE_TIM2() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM2_STOP)
416 #define __HAL_DBGMCU_UNFREEZE_TIM2() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM2_STOP)
420 #define __HAL_DBGMCU_FREEZE_TIM3() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM3_STOP)
421 #define __HAL_DBGMCU_UNFREEZE_TIM3() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM3_STOP)
425 #define __HAL_DBGMCU_FREEZE_TIM4() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM4_STOP)
426 #define __HAL_DBGMCU_UNFREEZE_TIM4() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM4_STOP)
430 #define __HAL_DBGMCU_FREEZE_TIM6() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM6_STOP)
431 #define __HAL_DBGMCU_UNFREEZE_TIM6() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM6_STOP)
435 #define __HAL_DBGMCU_FREEZE_TIM7() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM7_STOP)
436 #define __HAL_DBGMCU_UNFREEZE_TIM7() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM7_STOP)
[all …]
Dstm32g0xx_ll_system.h1762 SET_BIT(DBG->APBFZ1, Periphs); in LL_DBGMCU_APB1_GRP1_FreezePeriph()
1798 CLEAR_BIT(DBG->APBFZ1, Periphs); in LL_DBGMCU_APB1_GRP1_UnFreezePeriph()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal.h354 #define __HAL_DBGMCU_FREEZE_TIM2() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM2_STOP)
355 #define __HAL_DBGMCU_UNFREEZE_TIM2() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM2_STOP)
359 #define __HAL_DBGMCU_FREEZE_TIM3() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM3_STOP)
360 #define __HAL_DBGMCU_UNFREEZE_TIM3() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM3_STOP)
364 #define __HAL_DBGMCU_FREEZE_RTC() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_RTC_STOP)
365 #define __HAL_DBGMCU_UNFREEZE_RTC() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_RTC_STOP)
369 #define __HAL_DBGMCU_FREEZE_WWDG() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_WWDG_STOP)
370 #define __HAL_DBGMCU_UNFREEZE_WWDG() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_WWDG_STOP)
374 #define __HAL_DBGMCU_FREEZE_IWDG() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_IWDG_STOP)
375 #define __HAL_DBGMCU_UNFREEZE_IWDG() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_IWDG_STOP)
[all …]
Dstm32c0xx_ll_system.h1170 SET_BIT(DBG->APBFZ1, Periphs); in LL_DBGMCU_APB1_GRP1_FreezePeriph()
1194 CLEAR_BIT(DBG->APBFZ1, Periphs); in LL_DBGMCU_APB1_GRP1_UnFreezePeriph()
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c011xx.h170 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32c031xx.h170 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32c071xx.h185 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h175 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32g050xx.h178 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32g070xx.h179 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32g031xx.h180 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32g041xx.h181 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32g051xx.h220 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32g061xx.h221 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32g071xx.h234 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32g081xx.h235 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32g0b0xx.h180 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32g0c1xx.h303 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32g0b1xx.h302 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h219 …__IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x… member
Dstm32u083xx.h265 …__IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x… member
Dstm32u073xx.h231 …__IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x… member