R_DACn_Set_ConversionValue


Sets the analog voltage output to the ANOn pin.

[Syntax]

#include    "r_cg_macrodriver.h"
void    R_DACn_Set_ConversionValue ( uint8_t reg_value );

Remark

n is the channel number.

[Argument(s)]

I/O

Argument

Description

I

uint8_t reg_value;

D/A conversion value (0x0 to 0xFF)

[Return value]

None.