Initializes the CRC calculator for 8-bit CRC calculation (CRC generating polynomial: X8 + X2 + X + 1).
[Syntax]
RX65N/RX651
| void    R_CRC_SetCRC8 ( void ); | 
Other devices
| #include    "r_cg_crc.h" void    R_CRC_SetCRC8 ( crc_bitorder order ); | 
[Argument(s)]
|  |  |  | 
|  | crc_bitorder  order; | 
CRC calculation switching type 
CRC_LSB:							LSB-first 
CRC_MSB:							MSB-first | 
[Return value]
None.