CRC calculation unit. More...
#include <stm32f407xx.h>
Public Attributes | |
__IO uint32_t | CR |
__IO uint32_t | DR |
__IO uint8_t | IDR |
__IO uint32_t | IDR |
__IO uint32_t | INIT |
__IO uint32_t | POL |
uint8_t | RESERVED0 |
uint16_t | RESERVED1 |
uint32_t | RESERVED2 |
CRC calculation unit.
Definition at line 280 of file stm32f407xx.h.
__IO uint32_t CRC_TypeDef::CR |
CRC Control register, Address offset: 0x08
Definition at line 286 of file stm32f407xx.h.
__IO uint32_t CRC_TypeDef::DR |
CRC Data register, Address offset: 0x00
Definition at line 282 of file stm32f407xx.h.
__IO uint32_t CRC_TypeDef::IDR |
CRC Independent data register, Address offset: 0x04
Definition at line 283 of file stm32f407xx.h.
__IO uint32_t CRC_TypeDef::IDR |
CRC Independent data register, Address offset: 0x04
Definition at line 449 of file stm32h735xx.h.
__IO uint32_t CRC_TypeDef::INIT |
Initial CRC value register, Address offset: 0x10
Definition at line 323 of file stm32f769xx.h.
__IO uint32_t CRC_TypeDef::POL |
CRC polynomial register, Address offset: 0x14
Definition at line 324 of file stm32f769xx.h.
uint8_t CRC_TypeDef::RESERVED0 |
Reserved, 0x05
Definition at line 284 of file stm32f407xx.h.
uint16_t CRC_TypeDef::RESERVED1 |
Reserved, 0x06
Definition at line 285 of file stm32f407xx.h.
uint32_t CRC_TypeDef::RESERVED2 |
Reserved, 0x0C
Definition at line 322 of file stm32f769xx.h.