|
discoverpixy
|
|
Macros | |
| #define | OB_Dual_BootEnabled ((uint8_t)0x10) |
| #define | OB_Dual_BootDisabled ((uint8_t)0x00) |
| #define | IS_OB_BOOT(BOOT) (((BOOT) == OB_Dual_BootEnabled) || ((BOOT) == OB_Dual_BootDisabled)) |
| #define OB_Dual_BootDisabled ((uint8_t)0x00) |
Dual Bank Boot Disable, always boot on User Flash
| #define OB_Dual_BootEnabled ((uint8_t)0x10) |
Dual Bank Boot Enable
1.8.9.1