DIY Logging Volt/Ampmeter

Macros

#define OPTIONBYTE_WRP   0x01U
 
#define OPTIONBYTE_RDP   0x02U
 
#define OPTIONBYTE_USER   0x04U
 
#define OPTIONBYTE_DATA   0x08U
 

Detailed Description

Macro Definition Documentation

◆ OPTIONBYTE_DATA

#define OPTIONBYTE_DATA   0x08U

DATA option byte configuration

Definition at line 296 of file stm32f1xx_hal_flash_ex.h.

◆ OPTIONBYTE_RDP

#define OPTIONBYTE_RDP   0x02U

RDP option byte configuration

Definition at line 294 of file stm32f1xx_hal_flash_ex.h.

◆ OPTIONBYTE_USER

#define OPTIONBYTE_USER   0x04U

USER option byte configuration

Definition at line 295 of file stm32f1xx_hal_flash_ex.h.

◆ OPTIONBYTE_WRP

#define OPTIONBYTE_WRP   0x01U

WRP option byte configuration

Definition at line 293 of file stm32f1xx_hal_flash_ex.h.