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