| /hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
| D | stm32f3xx_ll_system.h | 67 #if defined(SYSCFG_CFGR2_PVD_LOCK) && defined(SYSCFG_CFGR2_SRAM_PARITY_LOCK) 68 …G_MASK_TIM_BREAK (SYSCFG_CFGR2_LOCKUP_LOCK | SYSCFG_CFGR2_SRAM_PARITY_LOCK | SYSCFG_CFGR2_PVD_LOCK) 69 #elif defined(SYSCFG_CFGR2_PVD_LOCK) && !defined(SYSCFG_CFGR2_SRAM_PARITY_LOCK) 70 #define SYSCFG_MASK_TIM_BREAK (SYSCFG_CFGR2_LOCKUP_LOCK | SYSCFG_CFGR2_PVD_LOCK) 71 #elif !defined(SYSCFG_CFGR2_PVD_LOCK) && defined(SYSCFG_CFGR2_SRAM_PARITY_LOCK) 344 #if defined(SYSCFG_CFGR2_PVD_LOCK) 345 #define LL_SYSCFG_TIMBREAK_PVD SYSCFG_CFGR2_PVD_LOCK /*!< Enables and locks t…
|
| D | stm32f3xx_hal.h | 741 #if defined(SYSCFG_CFGR2_PVD_LOCK) 749 #define __HAL_SYSCFG_BREAK_PVD_LOCK() do {SYSCFG->CFGR2 &= ~(SYSCFG_CFGR2_PVD_LOCK); \ 750 SYSCFG->CFGR2 |= SYSCFG_CFGR2_PVD_LOCK; \
|
| /hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
| D | stm32f0xx_ll_system.h | 264 #if defined(SYSCFG_CFGR2_PVD_LOCK) 265 #define LL_SYSCFG_TIMBREAK_PVD SYSCFG_CFGR2_PVD_LOCK /*!< Enables and locks the PVD co… 1535 #if defined(SYSCFG_CFGR2_PVD_LOCK) in LL_SYSCFG_SetTIMBreakInputs() 1536 …G->CFGR2, SYSCFG_CFGR2_LOCKUP_LOCK | SYSCFG_CFGR2_SRAM_PARITY_LOCK | SYSCFG_CFGR2_PVD_LOCK, Break); in LL_SYSCFG_SetTIMBreakInputs() 1556 #if defined(SYSCFG_CFGR2_PVD_LOCK) in LL_SYSCFG_GetTIMBreakInputs() 1558 … SYSCFG_CFGR2_LOCKUP_LOCK | SYSCFG_CFGR2_SRAM_PARITY_LOCK | SYSCFG_CFGR2_PVD_LOCK)); in LL_SYSCFG_GetTIMBreakInputs()
|
| D | stm32f0xx_hal.h | 418 #if defined(SYSCFG_CFGR2_PVD_LOCK) 426 #define __HAL_SYSCFG_BREAK_PVD_LOCK() do {SYSCFG->CFGR2 &= ~(SYSCFG_CFGR2_PVD_LOCK); \ 427 SYSCFG->CFGR2 |= SYSCFG_CFGR2_PVD_LOCK; \
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
| D | stm32f4xx_ll_system.h | 186 #define LL_SYSCFG_TIMBREAK_PVD SYSCFG_CFGR2_PVD_LOCK /*!< Enables and locks the PV… 727 MODIFY_REG(SYSCFG->CFGR2, SYSCFG_CFGR2_LOCKUP_LOCK | SYSCFG_CFGR2_PVD_LOCK, Break); in LL_SYSCFG_SetTIMBreakInputs() 740 return (uint32_t)(READ_BIT(SYSCFG->CFGR2, SYSCFG_CFGR2_LOCKUP_LOCK | SYSCFG_CFGR2_PVD_LOCK)); in LL_SYSCFG_GetTIMBreakInputs()
|
| D | stm32f4xx_hal.h | 164 #define __HAL_SYSCFG_BREAK_PVD_LOCK() do {SYSCFG->CFGR2 &= ~(SYSCFG_CFGR2_PVD_LOCK); \ 165 SYSCFG->CFGR2 |= SYSCFG_CFGR2_PVD_LOCK; \
|
| /hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
| D | stm32f031x6.h | 4364 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| D | stm32f051x8.h | 4855 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| D | stm32f071xb.h | 5408 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| D | stm32f042x6.h | 8630 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| D | stm32f072xb.h | 9205 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| D | stm32f091xc.h | 9650 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| /hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
| D | stm32f410cx.h | 5984 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!<PVD Lock … macro
|
| D | stm32f410rx.h | 5988 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!<PVD Lock … macro
|
| D | stm32f410tx.h | 5944 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!<PVD Lock … macro
|
| D | stm32f423xx.h | 12489 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!<PVD Lock … macro
|
| D | stm32f413xx.h | 12339 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!<PVD Lock … macro
|
| /hal_stm32-latest/stm32cube/stm32f3xx/soc/ |
| D | stm32f301x8.h | 6514 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| D | stm32f373xc.h | 9829 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| D | stm32f302x8.h | 10145 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| D | stm32f302xc.h | 10421 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| D | stm32f303x8.h | 9971 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| D | stm32f303xc.h | 11088 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| D | stm32f302xe.h | 12129 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|
| D | stm32f303xe.h | 12809 #define SYSCFG_CFGR2_PVD_LOCK SYSCFG_CFGR2_PVD_LOCK_Msk /*!< Enables and loc… macro
|