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
FLASH_Option_Bytes_VDD_Analog_Monitoring

Macros

#define OB_VDD_SD12_ON   ((uint8_t)0x80)
 
#define OB_VDD_SD12_OFF   ((uint8_t)0x00)
 
#define IS_OB_VDD_SD12(MODE)   (((MODE) == OB_VDD_SD12_ON) || ((MODE) == OB_VDD_SD12_OFF))
 

Detailed Description

Macro Definition Documentation

#define OB_VDD_SD12_OFF   ((uint8_t)0x00)

Analog monitoring on VDDA Power source OFF

#define OB_VDD_SD12_ON   ((uint8_t)0x80)

Analog monitoring on VDDA Power source ON