STM32H735xx HAL User Manual
|
Defines | |
#define | OB_USER_IWDG1_SW 0x0001U |
#define | OB_USER_NRST_STOP_D1 0x0002U |
#define | OB_USER_NRST_STDBY_D1 0x0004U |
#define | OB_USER_IWDG_STOP 0x0008U |
#define | OB_USER_IWDG_STDBY 0x0010U |
#define | OB_USER_ST_RAM_SIZE 0x0020U |
#define | OB_USER_SECURITY 0x0040U |
#define | OB_USER_IOHSLV 0x0080U |
#define | OB_USER_NRST_STOP_D2 0x1000U |
#define | OB_USER_NRST_STDBY_D2 0x2000U |
#define | OB_USER_ALL |
#define OB_USER_ALL |
(OB_USER_IWDG1_SW | OB_USER_NRST_STOP_D1 | OB_USER_NRST_STDBY_D1 |\ OB_USER_IWDG_STOP | OB_USER_IWDG_STDBY | OB_USER_ST_RAM_SIZE |\ OB_USER_SECURITY | OB_USER_IOHSLV |\ OB_USER_NRST_STOP_D2 | OB_USER_NRST_STDBY_D2)
Definition at line 650 of file stm32h7xx_hal_flash_ex.h.
#define OB_USER_IOHSLV 0x0080U |
IO HSLV selection
Definition at line 614 of file stm32h7xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().
#define OB_USER_IWDG1_SW 0x0001U |
Independent watchdog selection
Definition at line 607 of file stm32h7xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().
#define OB_USER_IWDG_STDBY 0x0010U |
Independent watchdog counter freeze in standby mode
Definition at line 611 of file stm32h7xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().
#define OB_USER_IWDG_STOP 0x0008U |
Independent watchdog counter freeze in stop mode
Definition at line 610 of file stm32h7xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().
#define OB_USER_NRST_STDBY_D1 0x0004U |
Reset when entering standby mode selection
Definition at line 609 of file stm32h7xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().
#define OB_USER_NRST_STDBY_D2 0x2000U |
Reset when entering standby mode selection
Definition at line 628 of file stm32h7xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().
#define OB_USER_NRST_STOP_D1 0x0002U |
Reset when entering Stop mode selection
Definition at line 608 of file stm32h7xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().
#define OB_USER_NRST_STOP_D2 0x1000U |
Reset when entering Stop mode selection
Definition at line 627 of file stm32h7xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().
#define OB_USER_SECURITY 0x0040U |
security selection
Definition at line 613 of file stm32h7xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().
#define OB_USER_ST_RAM_SIZE 0x0020U |
dedicated DTCM Ram size selection
Definition at line 612 of file stm32h7xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().