/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_dac_ex.c | 384 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA() 417 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA() 548 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA() 1055 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_dac_ex.c | 231 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue() 429 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA() 463 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA() 772 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_dac_ex.c | 180 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue() 399 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA() 432 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA() 530 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_dac.h | 170 #define DAC_ALIGN_8B_R (0x00000008U) macro 308 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_dac.h | 190 #define DAC_ALIGN_8B_R 0x00000008U macro 348 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_dac.h | 222 #define DAC_ALIGN_8B_R 0x00000008U macro 403 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_dac.h | 225 #define DAC_ALIGN_8B_R 0x00000008U macro 393 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_dac.h | 207 #define DAC_ALIGN_8B_R 0x00000008U macro 365 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_dac.h | 207 #define DAC_ALIGN_8B_R 0x00000008U macro 365 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_dac.h | 206 #define DAC_ALIGN_8B_R 0x00000008U macro 364 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_dac.h | 209 #define DAC_ALIGN_8B_R 0x00000008U macro 371 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_dac.h | 236 #define DAC_ALIGN_8B_R (0x00000008U) macro 240 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_dac.h | 241 #define DAC_ALIGN_8B_R 0x00000008U macro 427 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_dac.h | 246 #define DAC_ALIGN_8B_R 0x00000008U macro 443 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_dac.h | 256 #define DAC_ALIGN_8B_R 0x00000008U macro 446 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_dac.h | 263 #define DAC_ALIGN_8B_R 0x00000008U macro 485 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_dac.h | 269 #define DAC_ALIGN_8B_R ((uint32_t)0x00000008) macro 430 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_dac.h | 257 #define DAC_ALIGN_8B_R 0x00000008U macro 500 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_dac.h | 217 #define DAC_ALIGN_8B_R (0x00000008U) macro 395 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_dac.h | 273 #define DAC_ALIGN_8B_R 0x00000008U macro 527 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_dac.c | 708 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA() 804 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA() 837 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_dac.h | 291 #define DAC_ALIGN_8B_R 0x00000008U macro 496 ((ALIGN) == DAC_ALIGN_8B_R))
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dac_ex.c | 274 case DAC_ALIGN_8B_R: in HAL_DACEx_DualStart_DMA() 528 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_dac_ex.c | 274 case DAC_ALIGN_8B_R: in HAL_DACEx_DualStart_DMA() 528 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_dac_ex.c | 287 case DAC_ALIGN_8B_R: in HAL_DACEx_DualStart_DMA() 609 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
|