Reads the results of A/D conversion.
[Syntax]
#include "r_cg_macrodriver.h"
void R_PGA_DSAD_Get_Result ( uint16_t * const bufferH, uint16_t * const bufferL );
|
[Argument(s)]
|
|
|
|
uint16_t * const bufferH;
|
Pointer to area in which to store the results of A/D conversion
(DSADCRM resister and DSADCRH resister)
|
|
uint16_t * const bufferL;
|
Pointer to area in which to store the results of A/D conversion
(DSADCRC resister and DSADCRL resister)
|
[Return value]
None.