InES Hardware Abstraction Layer
|
Representation of CRC register. More...
#include <reg_stm32f4xx.h>
Data Fields | |
volatile uint32_t | DR |
volatile uint32_t | IDR |
volatile uint32_t | CR |
Representation of CRC register.
Described in reference manual p.112ff.
volatile uint32_t reg_crc_t::CR |
Control register.
volatile uint32_t reg_crc_t::DR |
Data register.
volatile uint32_t reg_crc_t::IDR |
Independent data register.