User`s manual
RX62N Group, RX621 Group 4. Library Reference
3) R_CRC_Write
Synopsis
Write data into the CRC calculation register.
Prototype
bool R_CRC_Write(
uint8_t data
// The data to be used for the calculation
);
Description
Write the data into the data input register.
[data]
The data to be written into the register.
Return value
True.
Category
CRC
Reference
R_CRC_Create
Remarks
•
None.
Program example
/* RPDL definitions */
#include "r_pdl_crc.h"
/* RPDL device-specific definitions */
#include "r_pdl_definitions.h"
void func(void)
{
/* Write F0h into the CRC calculation register */
R_CRC_Write(
0xF0
);
}
R20UT0084EE0112 Rev.1.12 Page 4-185
July. 16, 2014