Reads the average results of A/D conversion.(mean value)
[Syntax]
#include “r_cg_macrodriver.h”
void R_PGA_DSAD_Get_AverageResult ( uint16_t * const bufferH, uint16_t * const bufferL );
[Argument(s)]
I/O |
Argument |
Description |
O |
uint16_t * const bufferH; |
Pointer to area in which to store read results of A/D conversion (DSADMVM resister and DSADMVH resister) |
O |
uint16_t * const bufferLl; |
Pointer to area in which to store read results of A/D conversion (DSADMVC resister and DSADMVL resister) |
[Return value]
None.