STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | DAC_LFSRUNMASK_BIT0 0x00000000UL |
#define | DAC_LFSRUNMASK_BITS1_0 ( DAC_CR_MAMP1_0) |
#define | DAC_LFSRUNMASK_BITS2_0 ( DAC_CR_MAMP1_1 ) |
#define | DAC_LFSRUNMASK_BITS3_0 ( DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#define | DAC_LFSRUNMASK_BITS4_0 ( DAC_CR_MAMP1_2 ) |
#define | DAC_LFSRUNMASK_BITS5_0 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_0) |
#define | DAC_LFSRUNMASK_BITS6_0 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 ) |
#define | DAC_LFSRUNMASK_BITS7_0 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#define | DAC_LFSRUNMASK_BITS8_0 (DAC_CR_MAMP1_3 ) |
#define | DAC_LFSRUNMASK_BITS9_0 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_0) |
#define | DAC_LFSRUNMASK_BITS10_0 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 ) |
#define | DAC_LFSRUNMASK_BITS11_0 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#define | DAC_TRIANGLEAMPLITUDE_1 0x00000000UL |
#define | DAC_TRIANGLEAMPLITUDE_3 ( DAC_CR_MAMP1_0) |
#define | DAC_TRIANGLEAMPLITUDE_7 ( DAC_CR_MAMP1_1 ) |
#define | DAC_TRIANGLEAMPLITUDE_15 ( DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#define | DAC_TRIANGLEAMPLITUDE_31 ( DAC_CR_MAMP1_2 ) |
#define | DAC_TRIANGLEAMPLITUDE_63 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_0) |
#define | DAC_TRIANGLEAMPLITUDE_127 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 ) |
#define | DAC_TRIANGLEAMPLITUDE_255 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#define | DAC_TRIANGLEAMPLITUDE_511 (DAC_CR_MAMP1_3 ) |
#define | DAC_TRIANGLEAMPLITUDE_1023 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_0) |
#define | DAC_TRIANGLEAMPLITUDE_2047 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 ) |
#define | DAC_TRIANGLEAMPLITUDE_4095 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#define DAC_LFSRUNMASK_BIT0 0x00000000UL |
#include <stm32f4xx_hal_dac_ex.h>
Unmask DAC channel LFSR bit0 for noise wave generation
Definition at line 55 of file stm32f4xx_hal_dac_ex.h.
#define DAC_LFSRUNMASK_BITS1_0 ( DAC_CR_MAMP1_0) |
#include <stm32f4xx_hal_dac_ex.h>
Unmask DAC channel LFSR bit[1:0] for noise wave generation
Definition at line 56 of file stm32f4xx_hal_dac_ex.h.
#define DAC_LFSRUNMASK_BITS2_0 ( DAC_CR_MAMP1_1 ) |
#include <stm32f4xx_hal_dac_ex.h>
Unmask DAC channel LFSR bit[2:0] for noise wave generation
Definition at line 57 of file stm32f4xx_hal_dac_ex.h.
#define DAC_LFSRUNMASK_BITS3_0 ( DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#include <stm32f4xx_hal_dac_ex.h>
Unmask DAC channel LFSR bit[3:0] for noise wave generation
Definition at line 58 of file stm32f4xx_hal_dac_ex.h.
#define DAC_LFSRUNMASK_BITS4_0 ( DAC_CR_MAMP1_2 ) |
#include <stm32f4xx_hal_dac_ex.h>
Unmask DAC channel LFSR bit[4:0] for noise wave generation
Definition at line 59 of file stm32f4xx_hal_dac_ex.h.
#define DAC_LFSRUNMASK_BITS5_0 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_0) |
#include <stm32f4xx_hal_dac_ex.h>
Unmask DAC channel LFSR bit[5:0] for noise wave generation
Definition at line 60 of file stm32f4xx_hal_dac_ex.h.
#define DAC_LFSRUNMASK_BITS6_0 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 ) |
#include <stm32f4xx_hal_dac_ex.h>
Unmask DAC channel LFSR bit[6:0] for noise wave generation
Definition at line 61 of file stm32f4xx_hal_dac_ex.h.
#define DAC_LFSRUNMASK_BITS7_0 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#include <stm32f4xx_hal_dac_ex.h>
Unmask DAC channel LFSR bit[7:0] for noise wave generation
Definition at line 62 of file stm32f4xx_hal_dac_ex.h.
#define DAC_LFSRUNMASK_BITS8_0 (DAC_CR_MAMP1_3 ) |
#include <stm32f4xx_hal_dac_ex.h>
Unmask DAC channel LFSR bit[8:0] for noise wave generation
Definition at line 63 of file stm32f4xx_hal_dac_ex.h.
#define DAC_LFSRUNMASK_BITS9_0 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_0) |
#include <stm32f4xx_hal_dac_ex.h>
Unmask DAC channel LFSR bit[9:0] for noise wave generation
Definition at line 64 of file stm32f4xx_hal_dac_ex.h.
#define DAC_LFSRUNMASK_BITS10_0 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 ) |
#include <stm32f4xx_hal_dac_ex.h>
Unmask DAC channel LFSR bit[10:0] for noise wave generation
Definition at line 65 of file stm32f4xx_hal_dac_ex.h.
#define DAC_LFSRUNMASK_BITS11_0 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#include <stm32f4xx_hal_dac_ex.h>
Unmask DAC channel LFSR bit[11:0] for noise wave generation
Definition at line 66 of file stm32f4xx_hal_dac_ex.h.
#define DAC_TRIANGLEAMPLITUDE_1 0x00000000UL |
#include <stm32f4xx_hal_dac_ex.h>
Select max triangle amplitude of 1
Definition at line 67 of file stm32f4xx_hal_dac_ex.h.
#define DAC_TRIANGLEAMPLITUDE_3 ( DAC_CR_MAMP1_0) |
#include <stm32f4xx_hal_dac_ex.h>
Select max triangle amplitude of 3
Definition at line 68 of file stm32f4xx_hal_dac_ex.h.
#define DAC_TRIANGLEAMPLITUDE_7 ( DAC_CR_MAMP1_1 ) |
#include <stm32f4xx_hal_dac_ex.h>
Select max triangle amplitude of 7
Definition at line 69 of file stm32f4xx_hal_dac_ex.h.
#define DAC_TRIANGLEAMPLITUDE_15 ( DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#include <stm32f4xx_hal_dac_ex.h>
Select max triangle amplitude of 15
Definition at line 70 of file stm32f4xx_hal_dac_ex.h.
#define DAC_TRIANGLEAMPLITUDE_31 ( DAC_CR_MAMP1_2 ) |
#include <stm32f4xx_hal_dac_ex.h>
Select max triangle amplitude of 31
Definition at line 71 of file stm32f4xx_hal_dac_ex.h.
#define DAC_TRIANGLEAMPLITUDE_63 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_0) |
#include <stm32f4xx_hal_dac_ex.h>
Select max triangle amplitude of 63
Definition at line 72 of file stm32f4xx_hal_dac_ex.h.
#define DAC_TRIANGLEAMPLITUDE_127 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 ) |
#include <stm32f4xx_hal_dac_ex.h>
Select max triangle amplitude of 127
Definition at line 73 of file stm32f4xx_hal_dac_ex.h.
#define DAC_TRIANGLEAMPLITUDE_255 ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#include <stm32f4xx_hal_dac_ex.h>
Select max triangle amplitude of 255
Definition at line 74 of file stm32f4xx_hal_dac_ex.h.
#define DAC_TRIANGLEAMPLITUDE_511 (DAC_CR_MAMP1_3 ) |
#include <stm32f4xx_hal_dac_ex.h>
Select max triangle amplitude of 511
Definition at line 75 of file stm32f4xx_hal_dac_ex.h.
#define DAC_TRIANGLEAMPLITUDE_1023 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_0) |
#include <stm32f4xx_hal_dac_ex.h>
Select max triangle amplitude of 1023
Definition at line 76 of file stm32f4xx_hal_dac_ex.h.
#define DAC_TRIANGLEAMPLITUDE_2047 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 ) |
#include <stm32f4xx_hal_dac_ex.h>
Select max triangle amplitude of 2047
Definition at line 77 of file stm32f4xx_hal_dac_ex.h.
#define DAC_TRIANGLEAMPLITUDE_4095 (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0) |
#include <stm32f4xx_hal_dac_ex.h>
Select max triangle amplitude of 4095
Definition at line 78 of file stm32f4xx_hal_dac_ex.h.