|
STM32G474xx HAL 用户手册
|
宏定义 | |
| #define | OB_STOP_RST 0x00000000U |
| #define | OB_STOP_NORST FLASH_OPTR_nRST_STOP |
| #define OB_STOP_NORST FLASH_OPTR_nRST_STOP |
进入停止模式时不产生复位
定义于文件 stm32g4xx_hal_flash.h 的第 306 行。
| #define OB_STOP_RST 0x00000000U |
进入停止模式时产生复位
定义于文件 stm32g4xx_hal_flash.h 的第 305 行。
1.7.6.1