R_ADC_Get_Result_8bit


Reads the results of A/D conversion (8 bits; most significant 8 bits of 10-bit resolution).

[Syntax]

#include    "r_cg_macrodriver.h"
void    R_ADC_Get_Result_8bit ( uint8_t * const buffer );

[Argument(s)]

I/O

Argument

Description

O

uint8_t * const buffer;

Pointer to area in which to store the results of A/D conversion

Remark

Below is an example of the results of A/D conversion to be stored in buffer.

[Return value]

None.