Home
last modified time | relevance | path

Searched refs:DAC_ALIGN_12B_R (Results 1 – 9 of 9) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_dac.c181 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()
/bsp/apm32/libraries/Drivers/
A Ddrv_dac.c150 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()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_DAC.c369 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()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_dac.h205 #define DAC_ALIGN_12B_R 0x00000000U macro
363 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_dac.h146 DAC_ALIGN_12B_R = ((uint32_t)0x00000000), /*!< DAC 12-bit right-aligned data */ enumerator
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_dac.c159 if (HAL_DAC_SetValue(stm32_dac_handler, dac_channel, DAC_ALIGN_12B_R, *value) != HAL_OK) in stm32_set_dac_value()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_DAC.h542 #define DAC_ALIGN_12B_R 0x00000000U macro
545 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_dac.h167 #define DAC_ALIGN_12B_R DATA_ALIGN(0) /*!< data right 12b alignment */ macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_dac.c566 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