Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_dac.c189 case DAC_ALIGN_8B_R: in dac_data_set()
206 case DAC_ALIGN_8B_R: in dac_data_set()
531 case DAC_ALIGN_8B_R: in dac_concurrent_data_set()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_dac.h207 #define DAC_ALIGN_8B_R 0x00000008U macro
365 ((ALIGN) == DAC_ALIGN_8B_R))
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_DAC.c377 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
403 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
426 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_dac.h148 DAC_ALIGN_8B_R = ((uint32_t)0x00000008) /*!< DAC 8-bit right-aligned data */ enumerator
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_dac_ex.c284 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
A Dstm32l1xx_hal_dac.c574 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
608 case DAC_ALIGN_8B_R: in HAL_DAC_Start_DMA()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_DAC.h544 #define DAC_ALIGN_8B_R 0x00000008U macro
547 ((ALIGN) == DAC_ALIGN_8B_R))
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_dac.h169 #define DAC_ALIGN_8B_R DATA_ALIGN(2) /*!< data right 8b alignment */ macro
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_dac.c366 if (dataAlign == DAC_ALIGN_8B_R) in DAC_ConfigDualChannelData()

Completed in 21 milliseconds