Everything

R_DACn_Change_OutputVoltage

Changes the output voltage of D/A converter.(12bit mode)

 

[Syntax]

#include  “r_cg_macrodriver.h”

void       R_DACn_Change_OutputVoltage ( uint16_t outputVoltage );

Remark         n is the channel number.

 

[Argument(s)]

I/O

Argument

Description

I

uint16_t outputVoltage;

output Voltage (Low 12bit)

 

[Return value]

None.