Searched refs:APB4FZR (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal.h | 423 #define __HAL_DBGMCU_FREEZE_LPTIM2() SET_BIT(DBGMCU->APB4FZR, DBGMCU_APB4FZR_LPTIM2) 424 #define __HAL_DBGMCU_UNFREEZE_LPTIM2() CLEAR_BIT(DBGMCU->APB4FZR, DBGMCU_APB4FZR_LPTIM2) 426 #define __HAL_DBGMCU_FREEZE_LPTIM3() SET_BIT(DBGMCU->APB4FZR, DBGMCU_APB4FZR_LPTIM3) 427 #define __HAL_DBGMCU_UNFREEZE_LPTIM3() CLEAR_BIT(DBGMCU->APB4FZR, DBGMCU_APB4FZR_LPTIM3) 429 #define __HAL_DBGMCU_FREEZE_LPTIM4() SET_BIT(DBGMCU->APB4FZR, DBGMCU_APB4FZR_LPTIM4) 430 #define __HAL_DBGMCU_UNFREEZE_LPTIM4() CLEAR_BIT(DBGMCU->APB4FZR, DBGMCU_APB4FZR_LPTIM4) 432 #define __HAL_DBGMCU_FREEZE_LPTIM5() SET_BIT(DBGMCU->APB4FZR, DBGMCU_APB4FZR_LPTIM5) 433 #define __HAL_DBGMCU_UNFREEZE_LPTIM5() CLEAR_BIT(DBGMCU->APB4FZR, DBGMCU_APB4FZR_LPTIM5) 435 #define __HAL_DBGMCU_FREEZE_IWDG() SET_BIT(DBGMCU->APB4FZR, DBGMCU_APB4FZR_IWDG) 436 #define __HAL_DBGMCU_UNFREEZE_IWDG() CLEAR_BIT(DBGMCU->APB4FZR, DBGMCU_APB4FZR_IWDG) [all …]
|
D | stm32h7rsxx_ll_system.h | 1732 SET_BIT(DBGMCU->APB4FZR, Periphs); in LL_DBGMCU_APB4_GRP1_FreezePeriph() 1749 CLEAR_BIT(DBGMCU->APB4FZR, Periphs); in LL_DBGMCU_APB4_GRP1_UnFreezePeriph()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 440 …__IO uint32_t APB4FZR; /*!< Debug MCU APB4FZR freeze register, Address offset: … member
|
D | stm32h7s7xx.h | 495 …__IO uint32_t APB4FZR; /*!< Debug MCU APB4FZR freeze register, Address offset: … member
|
D | stm32h7s3xx.h | 488 …__IO uint32_t APB4FZR; /*!< Debug MCU APB4FZR freeze register, Address offset: … member
|
D | stm32h7r7xx.h | 445 …__IO uint32_t APB4FZR; /*!< Debug MCU APB4FZR freeze register, Address offset: … member
|