Sets the initial value of the data from which the CRC is to be calculated.
[Syntax]
void R_CRC Input_Data ( uint8_t data );
void R_CRC Input_Data ( uint32_t data );
[Argument(s)]
I/O |
Argument |
Description |
I |
uint8_t data; |
The initial value of the data from which the CRC is to be calculated |
I/O |
Argument |
Description |
I |
uint32_t data; |
The initial value of the data from which the CRC is to be calculated |
Remark The size of argument differs for each device group.
[Return value]
None.