![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | DDL_DAC_TRI_WAVE_AMPLITUDE_1 (0x00000000UL) |
| #define | DDL_DAC_TRI_WAVE_AMPLITUDE_3 (DAC_CR_MAMP_0) |
| #define | DDL_DAC_TRI_WAVE_AMPLITUDE_7 (DAC_CR_MAMP_1) |
| #define | DDL_DAC_TRI_WAVE_AMPLITUDE_15 (DAC_CR_MAMP_1 | DAC_CR_MAMP_0) |
| #define | DDL_DAC_TRI_WAVE_AMPLITUDE_31 (DAC_CR_MAMP_2) |
| #define | DDL_DAC_TRI_WAVE_AMPLITUDE_63 (DAC_CR_MAMP_2 | DAC_CR_MAMP_0) |
| #define | DDL_DAC_TRI_WAVE_AMPLITUDE_127 (DAC_CR_MAMP_2 | DAC_CR_MAMP_1) |
| #define | DDL_DAC_TRI_WAVE_AMPLITUDE_255 (DAC_CR_MAMP_2 | DAC_CR_MAMP_1 | DAC_CR_MAMP_0) |
| #define | DDL_DAC_TRI_WAVE_AMPLITUDE_511 (DAC_CR_MAMP_3) |
| #define | DDL_DAC_TRI_WAVE_AMPLITUDE_1023 (DAC_CR_MAMP_3 | DAC_CR_MAMP_0) |
| #define DDL_DAC_TRI_WAVE_AMPLITUDE_1 (0x00000000UL) |
Definition at line 126 of file g32r4xx_ddl_dac.h.
| #define DDL_DAC_TRI_WAVE_AMPLITUDE_1023 (DAC_CR_MAMP_3 | DAC_CR_MAMP_0) |
Definition at line 135 of file g32r4xx_ddl_dac.h.
| #define DDL_DAC_TRI_WAVE_AMPLITUDE_127 (DAC_CR_MAMP_2 | DAC_CR_MAMP_1) |
Definition at line 132 of file g32r4xx_ddl_dac.h.
| #define DDL_DAC_TRI_WAVE_AMPLITUDE_15 (DAC_CR_MAMP_1 | DAC_CR_MAMP_0) |
Definition at line 129 of file g32r4xx_ddl_dac.h.
| #define DDL_DAC_TRI_WAVE_AMPLITUDE_255 (DAC_CR_MAMP_2 | DAC_CR_MAMP_1 | DAC_CR_MAMP_0) |
Definition at line 133 of file g32r4xx_ddl_dac.h.
| #define DDL_DAC_TRI_WAVE_AMPLITUDE_3 (DAC_CR_MAMP_0) |
Definition at line 127 of file g32r4xx_ddl_dac.h.
| #define DDL_DAC_TRI_WAVE_AMPLITUDE_31 (DAC_CR_MAMP_2) |
Definition at line 130 of file g32r4xx_ddl_dac.h.
| #define DDL_DAC_TRI_WAVE_AMPLITUDE_511 (DAC_CR_MAMP_3) |
Definition at line 134 of file g32r4xx_ddl_dac.h.
| #define DDL_DAC_TRI_WAVE_AMPLITUDE_63 (DAC_CR_MAMP_2 | DAC_CR_MAMP_0) |
Definition at line 131 of file g32r4xx_ddl_dac.h.
| #define DDL_DAC_TRI_WAVE_AMPLITUDE_7 (DAC_CR_MAMP_1) |
Definition at line 128 of file g32r4xx_ddl_dac.h.