|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | OB_BOOT_LOCK_DISABLE 0x00000000U |
| #define | OB_BOOT_LOCK_ENABLE FLASH_SEC1R_BOOT_LOCK |
| #define OB_BOOT_LOCK_DISABLE 0x00000000U |
启动锁禁用
定义于文件 stm32g4xx_hal_flash.h 的 244 行。
| #define OB_BOOT_LOCK_ENABLE FLASH_SEC1R_BOOT_LOCK |
启动锁启用
定义于文件 stm32g4xx_hal_flash.h 的 245 行。
1.7.6.1