Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more
CRC Independent Register (IDR) access functions
[CRC_Private_Functions]
CRC Independent Register (IDR) access (write/read) functions. More...
Functions | |
void | CRC_SetIDRegister (uint8_t CRC_IDValue) |
Stores an 8-bit data in the Independent Data(ID) register. | |
uint8_t | CRC_GetIDRegister (void) |
Returns the 8-bit data stored in the Independent Data(ID) register. |
Detailed Description
CRC Independent Register (IDR) access (write/read) functions.
=============================================================================== ##### CRC Independent Register (IDR) access functions ##### ===============================================================================
Function Documentation
uint8_t CRC_GetIDRegister | ( | void | ) |
Returns the 8-bit data stored in the Independent Data(ID) register.
- Parameters:
-
None
- Return values:
-
8-bit value of the ID register
Definition at line 333 of file stm32f30x_crc.c.
void CRC_SetIDRegister | ( | uint8_t | CRC_IDValue ) |
Stores an 8-bit data in the Independent Data(ID) register.
- Parameters:
-
CRC_IDValue,: 8-bit value to be stored in the ID register
- Return values:
-
None
Definition at line 323 of file stm32f30x_crc.c.
Generated on Tue Jul 12 2022 17:34:45 by
