![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
CRC calculation unit. More...
#include <stm32f745xx.h>
Data Fields | |
__IO uint32_t | DR |
__IO uint8_t | IDR |
uint8_t | RESERVED0 |
uint16_t | RESERVED1 |
__IO uint32_t | CR |
uint32_t | RESERVED2 |
__IO uint32_t | INIT |
__IO uint32_t | POL |
CRC calculation unit.
Definition at line 320 of file stm32f745xx.h.
__IO uint32_t CR |
CRC Control register, Address offset: 0x08
Definition at line 326 of file stm32f745xx.h.
__IO uint32_t DR |
CRC Data register, Address offset: 0x00
Definition at line 322 of file stm32f745xx.h.
__IO uint8_t IDR |
CRC Independent data register, Address offset: 0x04
Definition at line 323 of file stm32f745xx.h.
__IO uint32_t INIT |
Initial CRC value register, Address offset: 0x10
Definition at line 328 of file stm32f745xx.h.
__IO uint32_t POL |
CRC polynomial register, Address offset: 0x14
Definition at line 329 of file stm32f745xx.h.
uint8_t RESERVED0 |
Reserved, 0x05
Definition at line 324 of file stm32f745xx.h.
uint16_t RESERVED1 |
Reserved, 0x06
Definition at line 325 of file stm32f745xx.h.
uint32_t RESERVED2 |
Reserved, 0x0C
Definition at line 327 of file stm32f745xx.h.