STM32L443xx HAL User Manual
|
Defines | |
#define | LL_DAC_TRIANGLE_AMPLITUDE_1 0x00000000U |
#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 0x00000000U |
Triangle wave generation, amplitude of 1 LSB of DAC output range, for the selected DAC channel
Definition at line 323 of file stm32l4xx_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 332 of file stm32l4xx_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 329 of file stm32l4xx_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 326 of file stm32l4xx_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 333 of file stm32l4xx_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 330 of file stm32l4xx_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 324 of file stm32l4xx_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 327 of file stm32l4xx_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 334 of file stm32l4xx_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 331 of file stm32l4xx_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 328 of file stm32l4xx_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 325 of file stm32l4xx_ll_dac.h.