User`s manual
RX62N Group, RX621 Group 4. Library Reference
2) R_CRC_Destroy
Synopsis
Shut down the CRC calculator.
Prototype
bool R_CRC_Destroy(
void
// No parameter is required
);
Description
Put the CRC calculator into the Power-down state, with minimal power consumption.
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 )
{
/* Shut down the CRC */
R_CRC_Destroy(
);
}
R20UT0084EE0112 Rev.1.12 Page 4-184
July. 16, 2014