G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Configure waveform generator

Macros

#define DDL_DAC_WAVE_GENERATE_NONE   (0x00000000UL)
#define DDL_DAC_WAVE_GENERATE_NOISE   (DAC_CR_WAVE_0)
#define DDL_DAC_WAVE_GENERATE_TRIANGLE   (DAC_CR_WAVE_1)
#define DDL_DAC_WAVE_GENERATE_SAWTOOTH   (DAC_CR_WAVE_1 | DAC_CR_WAVE_0)

Detailed Description

Macro Definition Documentation

◆ DDL_DAC_WAVE_GENERATE_NOISE

#define DDL_DAC_WAVE_GENERATE_NOISE   (DAC_CR_WAVE_0)

Definition at line 145 of file g32r4xx_ddl_dac.h.

◆ DDL_DAC_WAVE_GENERATE_NONE

#define DDL_DAC_WAVE_GENERATE_NONE   (0x00000000UL)

Definition at line 144 of file g32r4xx_ddl_dac.h.

◆ DDL_DAC_WAVE_GENERATE_SAWTOOTH

#define DDL_DAC_WAVE_GENERATE_SAWTOOTH   (DAC_CR_WAVE_1 | DAC_CR_WAVE_0)

Definition at line 147 of file g32r4xx_ddl_dac.h.

◆ DDL_DAC_WAVE_GENERATE_TRIANGLE

#define DDL_DAC_WAVE_GENERATE_TRIANGLE   (DAC_CR_WAVE_1)

Definition at line 146 of file g32r4xx_ddl_dac.h.