Macros
Collaboration diagram for FLASH_BOR_Reset_Level:

Macros

#define IS_OB_BOR(LEVEL)
 
#define OB_BOR_LEVEL1   ((uint8_t)0x08)
 
#define OB_BOR_LEVEL2   ((uint8_t)0x04)
 
#define OB_BOR_LEVEL3   ((uint8_t)0x00)
 
#define OB_BOR_OFF   ((uint8_t)0x0C)
 

Detailed Description

Macro Definition Documentation

#define IS_OB_BOR (   LEVEL)
Value:
(((LEVEL) == OB_BOR_LEVEL1) || ((LEVEL) == OB_BOR_LEVEL2) ||\
((LEVEL) == OB_BOR_LEVEL3) || ((LEVEL) == OB_BOR_OFF))
#define OB_BOR_OFF
#define OB_BOR_LEVEL2
#define OB_BOR_LEVEL1
#define OB_BOR_LEVEL3

Definition at line 244 of file stm32f4xx_flash.h.

#define OB_BOR_LEVEL1   ((uint8_t)0x08)

Supply voltage ranges from 2.10 to 2.40 V

Definition at line 242 of file stm32f4xx_flash.h.

#define OB_BOR_LEVEL2   ((uint8_t)0x04)

Supply voltage ranges from 2.40 to 2.70 V

Definition at line 241 of file stm32f4xx_flash.h.

#define OB_BOR_LEVEL3   ((uint8_t)0x00)

Supply voltage ranges from 2.70 to 3.60 V

Definition at line 240 of file stm32f4xx_flash.h.

#define OB_BOR_OFF   ((uint8_t)0x0C)

Supply voltage ranges from 1.62 to 2.10 V

Definition at line 243 of file stm32f4xx_flash.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54