Home
last modified time | relevance | path

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

/hal_stm32-3.7.0/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-3.7.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal.h297 #define __HAL_DBGMCU_FREEZE_TIM3() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM3_STOP)
298 #define __HAL_DBGMCU_UNFREEZE_TIM3() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_TIM3_STOP)
302 #define __HAL_DBGMCU_FREEZE_RTC() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_RTC_STOP)
303 #define __HAL_DBGMCU_UNFREEZE_RTC() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_RTC_STOP)
307 #define __HAL_DBGMCU_FREEZE_WWDG() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_WWDG_STOP)
308 #define __HAL_DBGMCU_UNFREEZE_WWDG() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_WWDG_STOP)
312 #define __HAL_DBGMCU_FREEZE_IWDG() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_IWDG_STOP)
313 #define __HAL_DBGMCU_UNFREEZE_IWDG() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_IWDG_STOP)
317 #define __HAL_DBGMCU_FREEZE_I2C1_TIMEOUT() SET_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_I2C1_SMBUS_TIMEOU…
318 #define __HAL_DBGMCU_UNFREEZE_I2C1_TIMEOUT() CLEAR_BIT(DBG->APBFZ1, DBG_APB_FZ1_DBG_I2C1_SMBUS_TIME…
Dstm32c0xx_ll_system.h1010 SET_BIT(DBG->APBFZ1, Periphs); in LL_DBGMCU_APB1_GRP1_FreezePeriph()
1032 CLEAR_BIT(DBG->APBFZ1, Periphs); in LL_DBGMCU_APB1_GRP1_UnFreezePeriph()
/hal_stm32-3.7.0/stm32cube/stm32c0xx/soc/
Dstm32c031xx.h170 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
Dstm32c011xx.h170 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
/hal_stm32-3.7.0/stm32cube/stm32g0xx/soc/
Dstm32g070xx.h179 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ member
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
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
Dstm32g0b1xx.h302 __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