Searched refs:DAC_ALIGN_12B_R (Results 1 – 9 of 9) sorted by relevance
181 case DAC_ALIGN_12B_R: in dac_data_set()198 case DAC_ALIGN_12B_R: in dac_data_set()521 case DAC_ALIGN_12B_R: in dac_concurrent_data_set()
150 DAC_ConfigChannel1Data(DAC_ALIGN_12B_R, *value); in apm32_dac_set_value()155 DAC_ConfigChannel2Data(DAC_ALIGN_12B_R, *value); in apm32_dac_set_value()
369 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA()395 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA()418 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA()726 tmp += DAC_DHR12R1_ALIGNMENT(DAC_ALIGN_12B_R); in HAL_DACEx_SelfCalibrate()730 tmp += DAC_DHR12R2_ALIGNMENT(DAC_ALIGN_12B_R); in HAL_DACEx_SelfCalibrate()
205 #define DAC_ALIGN_12B_R 0x00000000U macro363 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
146 DAC_ALIGN_12B_R = ((uint32_t)0x00000000), /*!< DAC 12-bit right-aligned data */ enumerator
159 if (HAL_DAC_SetValue(stm32_dac_handler, dac_channel, DAC_ALIGN_12B_R, *value) != HAL_OK) in stm32_set_dac_value()
542 #define DAC_ALIGN_12B_R 0x00000000U macro545 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
167 #define DAC_ALIGN_12B_R DATA_ALIGN(0) /*!< data right 12b alignment */ macro
566 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA()600 case DAC_ALIGN_12B_R: in HAL_DAC_Start_DMA()
Completed in 26 milliseconds