Macros
Collaboration diagram for FLASH BOR Reset Level:

Macros

#define OB_BOR_LEVEL0   0x00000000U
 
#define OB_BOR_LEVEL0   0x00000000U
 
#define OB_BOR_LEVEL1   ((uint8_t)0x08)
 
#define OB_BOR_LEVEL1   ((uint8_t)0x08)
 
#define OB_BOR_LEVEL1   ((uint8_t)0x08)
 
#define OB_BOR_LEVEL1   ((uint32_t)0x08U)
 
#define OB_BOR_LEVEL1   FLASH_OPTSR_BOR_LEV_0
 
#define OB_BOR_LEVEL1   FLASH_OPTSR_BOR_LEV_0
 
#define OB_BOR_LEVEL2   ((uint8_t)0x04)
 
#define OB_BOR_LEVEL2   ((uint8_t)0x04)
 
#define OB_BOR_LEVEL2   ((uint8_t)0x04)
 
#define OB_BOR_LEVEL2   ((uint32_t)0x04U)
 
#define OB_BOR_LEVEL2   FLASH_OPTSR_BOR_LEV_1
 
#define OB_BOR_LEVEL2   FLASH_OPTSR_BOR_LEV_1
 
#define OB_BOR_LEVEL3   ((uint8_t)0x00)
 
#define OB_BOR_LEVEL3   ((uint8_t)0x00)
 
#define OB_BOR_LEVEL3   ((uint8_t)0x00)
 
#define OB_BOR_LEVEL3   ((uint32_t)0x00U)
 
#define OB_BOR_LEVEL3   (FLASH_OPTSR_BOR_LEV_1 | FLASH_OPTSR_BOR_LEV_0)
 
#define OB_BOR_LEVEL3   (FLASH_OPTSR_BOR_LEV_1 | FLASH_OPTSR_BOR_LEV_0)
 
#define OB_BOR_OFF   ((uint8_t)0x0C)
 
#define OB_BOR_OFF   ((uint8_t)0x0C)
 
#define OB_BOR_OFF   ((uint8_t)0x0C)
 
#define OB_BOR_OFF   ((uint32_t)0x0CU)
 

Detailed Description

Macro Definition Documentation

◆ OB_BOR_LEVEL0 [1/2]

#define OB_BOR_LEVEL0   0x00000000U

Reset level threshold is set to 1.6V

Definition at line 327 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL0 [2/2]

#define OB_BOR_LEVEL0   0x00000000U

Reset level threshold is set to 1.6V

Definition at line 337 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL1 [1/6]

#define OB_BOR_LEVEL1   ((uint8_t)0x08)

Supply voltage ranges from 2.10 to 2.40 V

Definition at line 227 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL1 [2/6]

#define OB_BOR_LEVEL1   ((uint8_t)0x08)

Supply voltage ranges from 2.10 to 2.40 V

Definition at line 227 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL1 [3/6]

#define OB_BOR_LEVEL1   ((uint8_t)0x08)

Supply voltage ranges from 2.10 to 2.40 V

Definition at line 227 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL1 [4/6]

#define OB_BOR_LEVEL1   ((uint32_t)0x08U)

Supply voltage ranges from 2.10 to 2.40 V

Definition at line 234 of file stm32f7xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL1 [5/6]

#define OB_BOR_LEVEL1   FLASH_OPTSR_BOR_LEV_0

Reset level threshold is set to 2.1V

Definition at line 328 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL1 [6/6]

#define OB_BOR_LEVEL1   FLASH_OPTSR_BOR_LEV_0

Reset level threshold is set to 2.1V

Definition at line 338 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL2 [1/6]

#define OB_BOR_LEVEL2   ((uint8_t)0x04)

Supply voltage ranges from 2.40 to 2.70 V

Definition at line 226 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL2 [2/6]

#define OB_BOR_LEVEL2   ((uint8_t)0x04)

Supply voltage ranges from 2.40 to 2.70 V

Definition at line 226 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL2 [3/6]

#define OB_BOR_LEVEL2   ((uint8_t)0x04)

Supply voltage ranges from 2.40 to 2.70 V

Definition at line 226 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL2 [4/6]

#define OB_BOR_LEVEL2   ((uint32_t)0x04U)

Supply voltage ranges from 2.40 to 2.70 V

Definition at line 233 of file stm32f7xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL2 [5/6]

#define OB_BOR_LEVEL2   FLASH_OPTSR_BOR_LEV_1

Reset level threshold is set to 2.4V

Definition at line 329 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL2 [6/6]

#define OB_BOR_LEVEL2   FLASH_OPTSR_BOR_LEV_1

Reset level threshold is set to 2.4V

Definition at line 339 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL3 [1/6]

#define OB_BOR_LEVEL3   ((uint8_t)0x00)

Supply voltage ranges from 2.70 to 3.60 V

Definition at line 225 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL3 [2/6]

#define OB_BOR_LEVEL3   ((uint8_t)0x00)

Supply voltage ranges from 2.70 to 3.60 V

Definition at line 225 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL3 [3/6]

#define OB_BOR_LEVEL3   ((uint8_t)0x00)

Supply voltage ranges from 2.70 to 3.60 V

Definition at line 225 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL3 [4/6]

#define OB_BOR_LEVEL3   ((uint32_t)0x00U)

Supply voltage ranges from 2.70 to 3.60 V

Definition at line 232 of file stm32f7xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL3 [5/6]

#define OB_BOR_LEVEL3   (FLASH_OPTSR_BOR_LEV_1 | FLASH_OPTSR_BOR_LEV_0)

Reset level threshold is set to 2.7V

Definition at line 330 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOR_LEVEL3 [6/6]

#define OB_BOR_LEVEL3   (FLASH_OPTSR_BOR_LEV_1 | FLASH_OPTSR_BOR_LEV_0)

Reset level threshold is set to 2.7V

Definition at line 340 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h.

◆ OB_BOR_OFF [1/4]

#define OB_BOR_OFF   ((uint8_t)0x0C)

Supply voltage ranges from 1.62 to 2.10 V

Definition at line 228 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.

◆ OB_BOR_OFF [2/4]

#define OB_BOR_OFF   ((uint8_t)0x0C)

Supply voltage ranges from 1.62 to 2.10 V

Definition at line 228 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.

◆ OB_BOR_OFF [3/4]

#define OB_BOR_OFF   ((uint8_t)0x0C)

Supply voltage ranges from 1.62 to 2.10 V

Definition at line 228 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h.

◆ OB_BOR_OFF [4/4]

#define OB_BOR_OFF   ((uint32_t)0x0CU)

Supply voltage ranges from 1.62 to 2.10 V

Definition at line 235 of file stm32f7xx_hal_flash_ex.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:06