STM32H735xx HAL User Manual
Defines
FLASH Option Bytes Write Protection
FLASH Exported Constants

Defines

#define OB_WRP_SECTOR_0   0x00000001U
#define OB_WRP_SECTOR_1   0x00000002U
#define OB_WRP_SECTOR_2   0x00000004U
#define OB_WRP_SECTOR_3   0x00000008U
#define OB_WRP_SECTOR_4   0x00000010U
#define OB_WRP_SECTOR_5   0x00000020U
#define OB_WRP_SECTOR_6   0x00000040U
#define OB_WRP_SECTOR_7   0x00000080U
#define OB_WRP_SECTOR_ALL   0x000000FFU

Define Documentation

#define OB_WRP_SECTOR_0   0x00000001U

Write protection of Sector0

Definition at line 436 of file stm32h7xx_hal_flash_ex.h.

#define OB_WRP_SECTOR_1   0x00000002U

Write protection of Sector1

Definition at line 437 of file stm32h7xx_hal_flash_ex.h.

#define OB_WRP_SECTOR_2   0x00000004U

Write protection of Sector2

Definition at line 438 of file stm32h7xx_hal_flash_ex.h.

#define OB_WRP_SECTOR_3   0x00000008U

Write protection of Sector3

Definition at line 439 of file stm32h7xx_hal_flash_ex.h.

#define OB_WRP_SECTOR_4   0x00000010U

Write protection of Sector4

Definition at line 440 of file stm32h7xx_hal_flash_ex.h.

#define OB_WRP_SECTOR_5   0x00000020U

Write protection of Sector5

Definition at line 441 of file stm32h7xx_hal_flash_ex.h.

#define OB_WRP_SECTOR_6   0x00000040U

Write protection of Sector6

Definition at line 442 of file stm32h7xx_hal_flash_ex.h.

#define OB_WRP_SECTOR_7   0x00000080U

Write protection of Sector7

Definition at line 443 of file stm32h7xx_hal_flash_ex.h.

#define OB_WRP_SECTOR_ALL   0x000000FFU

Write protection of all Sectors

Definition at line 444 of file stm32h7xx_hal_flash_ex.h.