Sets the initial value of the data from which the CRC is to be calculated.
[Syntax]
#include "r_cg_macrodriver.h"
void R_CRC_Input_Data ( uint8_t data );
|
[Argument(s)]
|
|
|
|
uint8_t data;
|
The initial value of the data from which the CRC is to be calculated
|
[Return value]
None.