STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
SYSCFG_Lock_Config

Macros

#define SYSCFG_Break_PVD   SYSCFG_CFGR2_PVD_LOCK
 
#define SYSCFG_Break_SRAMParity   SYSCFG_CFGR2_SRAM_PARITY_LOCK
 
#define SYSCFG_Break_Lockup   SYSCFG_CFGR2_LOCKUP_LOCK
 
#define IS_SYSCFG_LOCK_CONFIG(CONFIG)
 

Detailed Description

Macro Definition Documentation

#define IS_SYSCFG_LOCK_CONFIG (   CONFIG)
Value:
(((CONFIG) == SYSCFG_Break_PVD) || \
((CONFIG) == SYSCFG_Break_SRAMParity) || \
((CONFIG) == SYSCFG_Break_Lockup))
#define SYSCFG_Break_Lockup   SYSCFG_CFGR2_LOCKUP_LOCK

Connects Lockup output of CortexM4 to the break input of TIM15/TIM16/TIM17

#define SYSCFG_Break_PVD   SYSCFG_CFGR2_PVD_LOCK

Connects the PVD event to the Break Input of TIM15/TIM16/TIM17

#define SYSCFG_Break_SRAMParity   SYSCFG_CFGR2_SRAM_PARITY_LOCK

Connects the SRAM_PARITY error signal to the Break Input of TIM15/TIM16/TIM17