CRC Independent Register (IDR) access (write/read) functions. More...
Functions | |
uint8_t | CRC_GetIDRegister (void) |
Returns the 8-bit data stored in the Independent Data(ID) register. More... | |
void | CRC_SetIDRegister (uint8_t CRC_IDValue) |
Stores an 8-bit data in the Independent Data(ID) register. More... | |
CRC Independent Register (IDR) access (write/read) functions.
=============================================================================== ##### CRC Independent Register (IDR) access functions ##### ===============================================================================
uint8_t CRC_GetIDRegister | ( | void | ) |
Returns the 8-bit data stored in the Independent Data(ID) register.
None |
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.
Stores a 8-bit data in the Independent Data(ID) register.
CRC_IDValue | 8-bit value to be stored in the ID register |
None |
Definition at line 323 of file stm32f30x_crc.c.