/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_dac_ex.c | 372 tmp += DAC_DHR12R1_ALIGNMENT(DAC_ALIGN_12B_R); in HAL_DACEx_SelfCalibrate() 376 tmp += DAC_DHR12R2_ALIGNMENT(DAC_ALIGN_12B_R); in HAL_DACEx_SelfCalibrate() 383 tmp += DAC_DHR12R1_ALIGNMENT(DAC_ALIGN_12B_R); in HAL_DACEx_SelfCalibrate()
|
D | stm32l4xx_hal_dac.c | 700 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA() 796 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA() 829 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_dac_ex.c | 376 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA() 409 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA() 540 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_dac_ex.c | 421 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA() 455 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA() 764 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_dac_ex.c | 391 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA() 424 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA() 522 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_dac.h | 168 #define DAC_ALIGN_12B_R (0x00000000U) macro 306 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_dac.h | 188 #define DAC_ALIGN_12B_R 0x00000000U macro 346 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_dac.h | 220 #define DAC_ALIGN_12B_R 0x00000000U macro 401 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_dac.h | 223 #define DAC_ALIGN_12B_R 0x00000000U macro 391 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_dac.h | 205 #define DAC_ALIGN_12B_R 0x00000000U macro 363 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_dac.h | 205 #define DAC_ALIGN_12B_R 0x00000000U macro 363 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_dac.h | 204 #define DAC_ALIGN_12B_R 0x00000000U macro 362 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_dac.h | 207 #define DAC_ALIGN_12B_R 0x00000000U macro 369 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_dac.h | 234 #define DAC_ALIGN_12B_R (0x00000000U) macro 238 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_dac.h | 239 #define DAC_ALIGN_12B_R 0x00000000U macro 425 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_dac.h | 244 #define DAC_ALIGN_12B_R 0x00000000U macro 441 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_dac.h | 254 #define DAC_ALIGN_12B_R 0x00000000U macro 444 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_dac.h | 261 #define DAC_ALIGN_12B_R 0x00000000U macro 483 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_dac.h | 267 #define DAC_ALIGN_12B_R ((uint32_t)0x00000000) macro 428 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_dac_ex.c | 355 tmp += DAC_DHR12R1_ALIGNMENT(DAC_ALIGN_12B_R); in HAL_DACEx_SelfCalibrate() 359 tmp += DAC_DHR12R2_ALIGNMENT(DAC_ALIGN_12B_R); in HAL_DACEx_SelfCalibrate()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_dac.h | 255 #define DAC_ALIGN_12B_R 0x00000000U macro 498 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_dac.h | 215 #define DAC_ALIGN_12B_R (0x00000000U) macro 393 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_dac.h | 271 #define DAC_ALIGN_12B_R 0x00000000U macro 525 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_dac.h | 289 #define DAC_ALIGN_12B_R 0x00000000U macro 494 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_dac.c | 586 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA() 618 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA()
|