|
STM32L443xx HAL User Manual
|
Defines | |
| #define | OB_STANDBY_RST ((uint32_t)0x0000) |
| #define | OB_STANDBY_NORST ((uint32_t)FLASH_OPTR_nRST_STDBY) |
| #define OB_STANDBY_NORST ((uint32_t)FLASH_OPTR_nRST_STDBY) |
No reset generated when entering the standby mode
Definition at line 307 of file stm32l4xx_hal_flash.h.
| #define OB_STANDBY_RST ((uint32_t)0x0000) |
Reset generated when entering the standby mode
Definition at line 306 of file stm32l4xx_hal_flash.h.
1.7.6.1