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)]
I/O |
Argument |
Description |
O |
uint16_t * const bufferH; |
Pointer to area in which to store the results of A/D conversion (DSADCRM resister and DSADCRH resister) |
O |
uint16_t * const bufferLl; |
Pointer to area in which to store the results of A/D conversion (DSADCRC resister and DSADCRL resister) |
[Return value]
None.