Searched refs:APB1FZR (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal.h | 369 #define __HAL_DBGMCU_FREEZE_I2C1() SET_BIT(DBGMCU->APB1FZR, DBGMCU_APB1FZR_I2C1) 370 #define __HAL_DBGMCU_UNFREEZE_I2C1() CLEAR_BIT(DBGMCU->APB1FZR, DBGMCU_APB1FZR_I2C1) 372 #define __HAL_DBGMCU_FREEZE_I2C2() SET_BIT(DBGMCU->APB1FZR, DBGMCU_APB1FZR_I2C2) 373 #define __HAL_DBGMCU_UNFREEZE_I2C2() CLEAR_BIT(DBGMCU->APB1FZR, DBGMCU_APB1FZR_I2C2) 375 #define __HAL_DBGMCU_FREEZE_I2C3() SET_BIT(DBGMCU->APB1FZR, DBGMCU_APB1FZR_I2C3) 376 #define __HAL_DBGMCU_UNFREEZE_I2C3() CLEAR_BIT(DBGMCU->APB1FZR, DBGMCU_APB1FZR_I2C3) 378 #define __HAL_DBGMCU_FREEZE_TIM2() SET_BIT(DBGMCU->APB1FZR, DBGMCU_APB1FZR_TIM2) 379 #define __HAL_DBGMCU_UNFREEZE_TIM2() CLEAR_BIT(DBGMCU->APB1FZR, DBGMCU_APB1FZR_TIM2) 381 #define __HAL_DBGMCU_FREEZE_TIM3() SET_BIT(DBGMCU->APB1FZR, DBGMCU_APB1FZR_TIM3) 382 #define __HAL_DBGMCU_UNFREEZE_TIM3() CLEAR_BIT(DBGMCU->APB1FZR, DBGMCU_APB1FZR_TIM3) [all …]
|
D | stm32h7rsxx_ll_system.h | 1690 SET_BIT(DBGMCU->APB1FZR, Periphs); in LL_DBGMCU_APB1_GRP1_FreezePeriph() 1715 CLEAR_BIT(DBGMCU->APB1FZR, Periphs); in LL_DBGMCU_APB1_GRP1_UnFreezePeriph()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 436 …__IO uint32_t APB1FZR; /*!< Debug MCU APB1FZR freeze register, Address offset: … member
|
D | stm32h7s7xx.h | 491 …__IO uint32_t APB1FZR; /*!< Debug MCU APB1FZR freeze register, Address offset: … member
|
D | stm32h7s3xx.h | 484 …__IO uint32_t APB1FZR; /*!< Debug MCU APB1FZR freeze register, Address offset: … member
|
D | stm32h7r7xx.h | 441 …__IO uint32_t APB1FZR; /*!< Debug MCU APB1FZR freeze register, Address offset: … member
|