STM32H735xx HAL User Manual
|
Defines | |
#define | LL_DAC_TRIANGLE_AMPLITUDE_1 0x00000000UL |
#define | LL_DAC_TRIANGLE_AMPLITUDE_3 ( DAC_CR_MAMP1_0) |
#define | LL_DAC_TRIANGLE_AMPLITUDE_7 ( DAC_CR_MAMP1_1 ) |
#define | LL_DAC_TRIANGLE_AMPLITUDE_15 ( DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#define | LL_DAC_TRIANGLE_AMPLITUDE_31 ( DAC_CR_MAMP1_2 ) |
#define | LL_DAC_TRIANGLE_AMPLITUDE_63 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_0) |
#define | LL_DAC_TRIANGLE_AMPLITUDE_127 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 ) |
#define | LL_DAC_TRIANGLE_AMPLITUDE_255 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#define | LL_DAC_TRIANGLE_AMPLITUDE_511 (DAC_CR_MAMP1_3 ) |
#define | LL_DAC_TRIANGLE_AMPLITUDE_1023 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_0) |
#define | LL_DAC_TRIANGLE_AMPLITUDE_2047 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 ) |
#define | LL_DAC_TRIANGLE_AMPLITUDE_4095 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#define LL_DAC_TRIANGLE_AMPLITUDE_1 0x00000000UL |
Triangle wave generation, amplitude of 1 LSB of DAC output range, for the selected DAC channel
Definition at line 310 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIANGLE_AMPLITUDE_1023 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_0) |
Triangle wave generation, amplitude of 1023 LSB of DAC output range, for the selected DAC channel
Definition at line 319 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIANGLE_AMPLITUDE_127 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 ) |
Triangle wave generation, amplitude of 127 LSB of DAC output range, for the selected DAC channel
Definition at line 316 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIANGLE_AMPLITUDE_15 ( DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
Triangle wave generation, amplitude of 15 LSB of DAC output range, for the selected DAC channel
Definition at line 313 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIANGLE_AMPLITUDE_2047 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 ) |
Triangle wave generation, amplitude of 2047 LSB of DAC output range, for the selected DAC channel
Definition at line 320 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIANGLE_AMPLITUDE_255 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
Triangle wave generation, amplitude of 255 LSB of DAC output range, for the selected DAC channel
Definition at line 317 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIANGLE_AMPLITUDE_3 ( DAC_CR_MAMP1_0) |
Triangle wave generation, amplitude of 3 LSB of DAC output range, for the selected DAC channel
Definition at line 311 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIANGLE_AMPLITUDE_31 ( DAC_CR_MAMP1_2 ) |
Triangle wave generation, amplitude of 31 LSB of DAC output range, for the selected DAC channel
Definition at line 314 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIANGLE_AMPLITUDE_4095 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
Triangle wave generation, amplitude of 4095 LSB of DAC output range, for the selected DAC channel
Definition at line 321 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIANGLE_AMPLITUDE_511 (DAC_CR_MAMP1_3 ) |
Triangle wave generation, amplitude of 512 LSB of DAC output range, for the selected DAC channel
Definition at line 318 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIANGLE_AMPLITUDE_63 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_0) |
Triangle wave generation, amplitude of 63 LSB of DAC output range, for the selected DAC channel
Definition at line 315 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIANGLE_AMPLITUDE_7 ( DAC_CR_MAMP1_1 ) |
Triangle wave generation, amplitude of 7 LSB of DAC output range, for the selected DAC channel
Definition at line 312 of file stm32h7xx_ll_dac.h.