STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
CRC Independent Register (IDR) access 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. More...
 
uint8_t CRC_GetIDRegister (void)
 Returns the 8-bit data stored in the Independent Data(ID) register. More...
 

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-bitvalue of the ID register
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