Reads the results of A/D conversion (10 bits).
[Syntax]
#include “r_cg_macrodriver.h”
void R_ADC_Get_Result ( uint16_t * const buffer );
[Argument(s)]
I/O |
Argument |
Description |
O |
uint16_t * const buffer; |
Pointer to area in which to store read results of A/D conversion |
[Return value]
None.