Documentation ¶
Overview ¶
Package crc provides interface to CRC calculation unit.
Peripheral: CRC_Periph CRC calculation unit. Instances:
CRC mmap.CRC_BASE
Registers:
0x00 32 DR Data register. 0x04 8 IDR Independent data register. 0x08 32 CR Control register.
Import:
stm32/o/f411xe/mmap
Index ¶
Constants ¶
View Source
const (
RESETn = 0
)
Variables ¶
View Source
var CRC = (*CRC_Periph)(unsafe.Pointer(uintptr(mmap.CRC_BASE)))
Functions ¶
This section is empty.
Types ¶
type CRC_Periph ¶
func (*CRC_Periph) BaseAddr ¶
func (p *CRC_Periph) BaseAddr() uintptr
func (*CRC_Periph) RESET ¶
func (p *CRC_Periph) RESET() RMCR
Click to show internal directories.
Click to hide internal directories.