|
STM32G474xx HAL用户手册
|
函数 | |
| __STATIC_INLINE void | LL_DAC_EnableDMAReq (DAC_TypeDef *DACx, uint32_t DAC_Channel) |
| 启用所选通道的DAC DMA传输请求。 | |
| __STATIC_INLINE void | LL_DAC_DisableDMAReq (DAC_TypeDef *DACx, uint32_t DAC_Channel) |
| 禁用所选通道的DAC DMA传输请求。 | |
| __STATIC_INLINE uint32_t | LL_DAC_IsDMAReqEnabled (const DAC_TypeDef *DACx, uint32_t DAC_Channel) |
| 获取所选通道的DAC DMA传输请求状态。 | |
| __STATIC_INLINE void | LL_DAC_EnableDMADoubleDataMode (DAC_TypeDef *DACx, uint32_t DAC_Channel) |
| 启用所选通道的DAC DMA双数据模式。 | |
| __STATIC_INLINE void | LL_DAC_DisableDMADoubleDataMode (DAC_TypeDef *DACx, uint32_t DAC_Channel) |
| 禁用所选通道的DAC DMA双数据模式。 | |
| __STATIC_INLINE uint32_t | LL_DAC_IsDMADoubleDataModeEnabled (const DAC_TypeDef *DACx, uint32_t DAC_Channel) |
| 获取所选通道的DAC DMA双数据模式状态。 | |
| __STATIC_INLINE uint32_t | LL_DAC_DMA_GetRegAddr (const DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t Register) |
| 帮助配置DAC DMA传输的函数:从DAC实例获取DAC寄存器地址,以及与DMA传输配合使用的DAC寄存器列表(最常用)。 | |
| __STATIC_INLINE void LL_DAC_DisableDMADoubleDataMode | ( | DAC_TypeDef * | DACx, |
| uint32_t | DAC_Channel | ||
| ) |
禁用所选通道的DAC DMA双数据模式。
| DACx | DAC instance |
| DAC_Channel | This parameter can be one of the following values: (1) On this STM32 series, parameter not available on all instances. Refer to device datasheet for channels availability. |
| None |
Definition at line 1931 of file stm32g4xx_ll_dac.h.
References DAC_CR_CHX_BITOFFSET_MASK.
| __STATIC_INLINE void LL_DAC_DisableDMAReq | ( | DAC_TypeDef * | DACx, |
| uint32_t | DAC_Channel | ||
| ) |
禁用所选通道的DAC DMA传输请求。
| DACx | DAC instance |
| DAC_Channel | This parameter can be one of the following values: (1) On this STM32 series, parameter not available on all instances. Refer to device datasheet for channels availability. |
| None |
Definition at line 1872 of file stm32g4xx_ll_dac.h.
References DAC_CR_CHX_BITOFFSET_MASK.
| __STATIC_INLINE uint32_t LL_DAC_DMA_GetRegAddr | ( | const DAC_TypeDef * | DACx, |
| uint32_t | DAC_Channel, | ||
| uint32_t | Register | ||
| ) |
帮助配置DMA传输到DAC的函数:从DAC实例获取DAC寄存器地址,以及与DMA传输配合使用的DAC寄存器列表(最常用)。
| DACx | DAC instance |
| DAC_Channel | This parameter can be one of the following values: (1) On this STM32 series, parameter not available on all instances. Refer to device datasheet for channels availability. |
| Register | This parameter can be one of the following values: |
| DAC | register address |
Definition at line 1993 of file stm32g4xx_ll_dac.h.
| __STATIC_INLINE void LL_DAC_EnableDMADoubleDataMode | ( | DAC_TypeDef * | DACx, |
| uint32_t | DAC_Channel | ||
| ) |
启用所选通道的DAC DMA双数据模式。
| DACx | DAC instance |
| DAC_Channel | This parameter can be one of the following values: (1) On this STM32 series, parameter not available on all instances. Refer to device datasheet for channels availability. |
| None |
Definition at line 1912 of file stm32g4xx_ll_dac.h.
References DAC_CR_CHX_BITOFFSET_MASK.
| __STATIC_INLINE void LL_DAC_EnableDMAReq | ( | DAC_TypeDef * | DACx, |
| uint32_t | DAC_Channel | ||
| ) |
启用所选通道的DAC DMA传输请求。
| DACx | DAC instance |
| DAC_Channel | This parameter can be one of the following values: (1) On this STM32 series, parameter not available on all instances. Refer to device datasheet for channels availability. |
| None |
Definition at line 1851 of file stm32g4xx_ll_dac.h.
| __STATIC_INLINE uint32_t LL_DAC_IsDMADoubleDataModeEnabled | ( | const DAC_TypeDef * | DACx, |
| uint32_t | DAC_Channel | ||
| ) |
获取所选通道的DAC DMA双数据模式状态。
(0: DAC DMA双数据模式已禁用, 1: DAC DMA双数据模式已启用)
| DACx | DAC instance |
| DAC_Channel | This parameter can be one of the following values: (1) On this STM32 series, parameter not available on all instances. Refer to device datasheet for channels availability. |