Documentation
¶
Overview ¶
Package ob provides interface to Option Bytes Registers.
Peripheral: OB_Periph Option Bytes Registers. Instances:
OB mmap.OB_BASE
Registers:
0x00 16 RDP FLASH option byte Read protection. 0x02 16 USER FLASH option byte user options. 0x04 16 DATA0 User data byte 0 (stored in FLASH_OBR[23:16]). 0x06 16 DATA1 User data byte 1 (stored in FLASH_OBR[31:24]). 0x08 16 WRP0 FLASH option byte write protection 0.
Import:
stm32/o/f030x6/mmap
Index ¶
Constants ¶
View Source
const (
RDPn = 0
)
View Source
const (
USERn = 16
)
View Source
const (
WRP0n = 0
)
Variables ¶
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.