![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
| #define | IS_DAC_DATA(DATA) ((DATA) <= 0xFFF0U) |
| #define | IS_DAC_ALIGN(ALIGN) |
| #define | IS_DAC_CHANNEL(CHANNEL) |
| #define | IS_DAC_OUTPUT_BUFFER_STATE(STATE) |
| #define | IS_DAC_TRIGGER(TRIGGER) |
| #define | DAC_DHR12R1_ALIGNMENT(__ALIGNMENT__) (((uint32_t)0x00000008U) + (__ALIGNMENT__)) |
| Set DHR12R1 alignment. More... | |
| #define | DAC_DHR12R2_ALIGNMENT(__ALIGNMENT__) (((uint32_t)0x00000014U) + (__ALIGNMENT__)) |
| Set DHR12R2 alignment. More... | |
| #define | DAC_DHR12RD_ALIGNMENT(__ALIGNMENT__) (((uint32_t)0x00000020U) + (__ALIGNMENT__)) |
| Set DHR12RD alignment. More... | |
| #define DAC_DHR12R1_ALIGNMENT | ( | __ALIGNMENT__ | ) | (((uint32_t)0x00000008U) + (__ALIGNMENT__)) |
Set DHR12R1 alignment.
| <strong>ALIGNMENT</strong> | specifies the DAC alignment |
| None |
Definition at line 369 of file stm32f7xx_hal_dac.h.
| #define DAC_DHR12R2_ALIGNMENT | ( | __ALIGNMENT__ | ) | (((uint32_t)0x00000014U) + (__ALIGNMENT__)) |
Set DHR12R2 alignment.
| <strong>ALIGNMENT</strong> | specifies the DAC alignment |
| None |
Definition at line 375 of file stm32f7xx_hal_dac.h.
| #define DAC_DHR12RD_ALIGNMENT | ( | __ALIGNMENT__ | ) | (((uint32_t)0x00000020U) + (__ALIGNMENT__)) |
Set DHR12RD alignment.
| <strong>ALIGNMENT</strong> | specifies the DAC alignment |
| None |
Definition at line 381 of file stm32f7xx_hal_dac.h.
| #define IS_DAC_ALIGN | ( | ALIGN | ) |
Definition at line 347 of file stm32f7xx_hal_dac.h.
| #define IS_DAC_CHANNEL | ( | CHANNEL | ) |
Definition at line 350 of file stm32f7xx_hal_dac.h.
| #define IS_DAC_DATA | ( | DATA | ) | ((DATA) <= 0xFFF0U) |
Definition at line 346 of file stm32f7xx_hal_dac.h.
| #define IS_DAC_OUTPUT_BUFFER_STATE | ( | STATE | ) |
Definition at line 352 of file stm32f7xx_hal_dac.h.
| #define IS_DAC_TRIGGER | ( | TRIGGER | ) |
Definition at line 355 of file stm32f7xx_hal_dac.h.
1.8.11