Martin Johnson / STM32F3-Discovery

Dependents:   Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more

Embed: (wiki syntax)

« Back to documentation index

CRC Independent Register (IDR) access functions

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-bitvalue 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.