Reads the average results of A/D conversion.(mean value)
#include "r_cg_macrodriver.h" void R_PGA_DSAD_Get_AverageResult ( uint16_t * const bufferH, uint16_t * const bufferL ); |
uint16_t * const bufferH; |
Pointer to area in which to store read results of A/D conversion |
|
uint16_t * const bufferL; |
Pointer to area in which to store read results of A/D conversion |