Everything

R_CRC_Get_Result

Gets the result of operation.

 

[Syntax]

void    R_CRC_Get_Result ( uint16_t * const result );

 

void    R_CRC_Get_Result ( uint32_t * const result );

 

[Argument(s)]

I/O

Argument

Description

O

uint16_t * const result;

Pointer to the location where the result of operation is stored

 

I/O

Argument

Description

O

uint32_t * const result;

Pointer to the location where the result of operation is stored

Remark         The size of argument differs for each device group.

 

[Return value]

None.