DIY Logging Volt/Ampmeter

Macros

#define OB_WRPSTATE_DISABLE   0x00U
 
#define OB_WRPSTATE_ENABLE   0x01U
 

Detailed Description

Macro Definition Documentation

◆ OB_WRPSTATE_DISABLE

#define OB_WRPSTATE_DISABLE   0x00U

Disable the write protection of the desired pages

Definition at line 305 of file stm32f1xx_hal_flash_ex.h.

◆ OB_WRPSTATE_ENABLE

#define OB_WRPSTATE_ENABLE   0x01U

Enable the write protection of the desired pagess

Definition at line 306 of file stm32f1xx_hal_flash_ex.h.